Age | Commit message (Expand) | Author | Files | Lines |
2006-12-08 | [PATCH] struct path: convert block | Josef Sipek | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert bfs | Josef Sipek | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert befs | Josef Sipek | 1 | -2/+2 |
2006-12-08 | [PATCH] struct path: convert atm | Josef Sipek | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert alpha | Josef Sipek | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert afs | Josef Sipek | 2 | -6/+6 |
2006-12-08 | [PATCH] struct path: convert adfs | Josef Sipek | 1 | -1/+1 |
2006-12-08 | [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 5 | -23/+23 |
2006-12-08 | [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 3 | -17/+17 |
2006-12-08 | [PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 4 | -77/+77 |
2006-12-08 | [PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -11/+11 |
2006-12-08 | [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -9/+10 |
2006-12-08 | [PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -2/+2 |
2006-12-08 | [PATCH] affs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -2/+2 |
2006-12-08 | [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 3 | -7/+7 |
2006-12-08 | [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 6 | -20/+20 |
2006-12-08 | [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 5 | -16/+16 |
2006-12-08 | [PATCH] x86_64: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -4/+4 |
2006-12-08 | [PATCH] i386: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -5/+5 |
2006-12-08 | [PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -4/+4 |
2006-12-08 | [PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 3 | -14/+14 |
2006-12-08 | [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 8 | -29/+29 |
2006-12-08 | [PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -4/+3 |
2006-12-08 | [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -4/+4 |
2006-12-08 | [PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 4 | -8/+8 |
2006-12-08 | [PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 4 | -8/+8 |
2006-12-08 | [PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -2/+2 |
2006-12-08 | [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 5 | -31/+31 |
2006-12-08 | [PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 3 | -20/+20 |
2006-12-08 | [PATCH] VFS: change struct file to use struct path | Josef "Jeff" Sipek | 32 | -139/+141 |
2006-12-08 | [PATCH] struct path: make eCryptfs a user of struct path | Josef "Jeff" Sipek | 1 | -6/+6 |
2006-12-08 | [PATCH] struct path: move struct path from fs/namei.c into include/linux | Josef "Jeff" Sipek | 2 | -5/+5 |
2006-12-08 | [PATCH] struct path: rename DM's struct path | Josef "Jeff" Sipek | 6 | -23/+23 |
2006-12-08 | [PATCH] struct path: rename Reiserfs's struct path | Josef "Jeff" Sipek | 7 | -58/+58 |
2006-12-08 | [PATCH] eCryptfs: Use fsstack's generic copy inode attr functions | Josef "Jeff" Sipek | 5 | -63/+27 |
2006-12-08 | [PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_* | Josef "Jeff" Sipek | 3 | -1/+73 |
2006-12-08 | [PATCH] isdn/gigaset: use bitrev8 | Akinobu Mita | 5 | -45/+7 |
2006-12-08 | [PATCH] atm/ambassador: use bitrev8 | Akinobu Mita | 2 | -14/+4 |
2006-12-08 | [PATCH] isdn/hisax: use bitrev8 | Akinobu Mita | 4 | -28/+3 |
2006-12-08 | [PATCH] video: use bitrev8 | Akinobu Mita | 6 | -124/+26 |
2006-12-08 | [PATCH] crc32: replace bitreverse by bitrev32 | Akinobu Mita | 4 | -26/+9 |
2006-12-08 | [PATCH] bit reverse library | Akinobu Mita | 4 | -0/+73 |
2006-12-08 | [PATCH] Fix generic WARN_ON message | Jeremy Fitzhardinge | 1 | -1/+1 |
2006-12-08 | [PATCH] use generic BUG for ppc | Judith Lebzelter | 2 | -58/+11 |
2006-12-08 | [PATCH] UML: add generic BUG support | Jeff Dike | 6 | -3/+50 |
2006-12-08 | [PATCH] Generic BUG for x86-64 | Jeremy Fitzhardinge | 5 | -47/+45 |
2006-12-08 | [PATCH] Generic BUG for i386 | Jeremy Fitzhardinge | 6 | -40/+42 |
2006-12-08 | [PATCH] Generic BUG implementation | Jeremy Fitzhardinge | 7 | -1/+244 |
2006-12-08 | [PATCH] bdev: fix ->bd_part_count leak | Peter Zijlstra | 1 | -1/+2 |
2006-12-08 | [PATCH] lockdep: avoid lockdep warning in md | NeilBrown | 3 | -1/+12 |