| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] affs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 3 | -7/+7 |
* | [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 6 | -20/+20 |
* | [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 5 | -16/+16 |
* | [PATCH] x86_64: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -4/+4 |
* | [PATCH] i386: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 2 | -5/+5 |
* | [PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 2 | -4/+4 |
* | [PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 3 | -14/+14 |
* | [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 8 | -29/+29 |
* | [PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 2 | -4/+3 |
* | [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 2 | -4/+4 |
* | [PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 4 | -8/+8 |
* | [PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 4 | -8/+8 |
* | [PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 2 | -2/+2 |
* | [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 5 | -31/+31 |
* | [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 3 | -20/+20 |
* | [PATCH] VFS: change struct file to use struct path | Josef "Jeff" Sipek | 2006-12-08 | 32 | -139/+141 |
* | [PATCH] struct path: make eCryptfs a user of struct path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -6/+6 |
* | [PATCH] struct path: move struct path from fs/namei.c into include/linux | Josef "Jeff" Sipek | 2006-12-08 | 2 | -5/+5 |
* | [PATCH] struct path: rename DM's struct path | Josef "Jeff" Sipek | 2006-12-08 | 6 | -23/+23 |
* | [PATCH] struct path: rename Reiserfs's struct path | Josef "Jeff" Sipek | 2006-12-08 | 7 | -58/+58 |
* | [PATCH] eCryptfs: Use fsstack's generic copy inode attr functions | Josef "Jeff" Sipek | 2006-12-08 | 5 | -63/+27 |
* | [PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_* | Josef "Jeff" Sipek | 2006-12-08 | 3 | -1/+73 |
* | [PATCH] isdn/gigaset: use bitrev8 | Akinobu Mita | 2006-12-08 | 5 | -45/+7 |
* | [PATCH] atm/ambassador: use bitrev8 | Akinobu Mita | 2006-12-08 | 2 | -14/+4 |
* | [PATCH] isdn/hisax: use bitrev8 | Akinobu Mita | 2006-12-08 | 4 | -28/+3 |
* | [PATCH] video: use bitrev8 | Akinobu Mita | 2006-12-08 | 6 | -124/+26 |
* | [PATCH] crc32: replace bitreverse by bitrev32 | Akinobu Mita | 2006-12-08 | 4 | -26/+9 |
* | [PATCH] bit reverse library | Akinobu Mita | 2006-12-08 | 4 | -0/+73 |
* | [PATCH] Fix generic WARN_ON message | Jeremy Fitzhardinge | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] use generic BUG for ppc | Judith Lebzelter | 2006-12-08 | 2 | -58/+11 |
* | [PATCH] UML: add generic BUG support | Jeff Dike | 2006-12-08 | 6 | -3/+50 |
* | [PATCH] Generic BUG for x86-64 | Jeremy Fitzhardinge | 2006-12-08 | 5 | -47/+45 |
* | [PATCH] Generic BUG for i386 | Jeremy Fitzhardinge | 2006-12-08 | 6 | -40/+42 |
* | [PATCH] Generic BUG implementation | Jeremy Fitzhardinge | 2006-12-08 | 7 | -1/+244 |
* | [PATCH] bdev: fix ->bd_part_count leak | Peter Zijlstra | 2006-12-08 | 1 | -1/+2 |
* | [PATCH] lockdep: avoid lockdep warning in md | NeilBrown | 2006-12-08 | 3 | -1/+12 |
* | [PATCH] lockdep: use mutex_lock_nested for bd_mutex to avoid lockdep warning | NeilBrown | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] lockdep: simplify some aspects of bd_mutex nesting | NeilBrown | 2006-12-08 | 1 | -22/+29 |
* | [PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locks | NeilBrown | 2006-12-08 | 1 | -9/+0 |
* | [PATCH] new bd_mutex lockdep annotation | Peter Zijlstra | 2006-12-08 | 1 | -0/+9 |
* | [PATCH] remove the old bd_mutex lockdep annotation | Peter Zijlstra | 2006-12-08 | 4 | -147/+60 |
* | [PATCH] pktcdvd: add sysfs and debugfs interface | Thomas Maier | 2006-12-08 | 5 | -5/+583 |
* | [PATCH] pktcdvd: bio write congestion using congestion_wait() | Thomas Maier | 2006-12-08 | 2 | -0/+41 |
* | [PATCH] pktcdvd: make procfs interface optional | Thomas Maier | 2006-12-08 | 1 | -5/+9 |
* | [PATCH] pktcdvd: reusability of procfs functions | Thomas Maier | 2006-12-08 | 1 | -27/+45 |
* | [PATCH] sys_unshare: remove a broken CLONE_SIGHAND code | Oleg Nesterov | 2006-12-08 | 1 | -12/+4 |
* | [PATCH] make set_special_pids() static | Oleg Nesterov | 2006-12-08 | 2 | -2/+1 |
* | [PATCH] do_acct_process(): don't take tty_mutex | Oleg Nesterov | 2006-12-08 | 1 | -5/+2 |