| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-12-31 | 44 | -292/+385 |
|\ |
|
| * | nfsd race fixes: jfs | Dave Kleikamp | 2008-12-31 | 2 | -16/+37 |
| * | nfsd race fixes: reiserfs | Al Viro | 2008-12-31 | 2 | -5/+18 |
| * | nfsd race fixes: ext4 | Al Viro | 2008-12-31 | 2 | -2/+18 |
| * | nfsd race fixes: ext3 | Al Viro | 2008-12-31 | 2 | -2/+19 |
| * | nfsd race fixes: ext2 | Al Viro | 2008-12-31 | 2 | -2/+19 |
| * | nfsd/create race fixes, infrastructure | Al Viro | 2008-12-31 | 1 | -0/+59 |
| * | filesystem notification: create fs/notify to contain all fs notification | Eric Paris | 2008-12-31 | 11 | -42/+46 |
| * | fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization | Denis ChengRq | 2008-12-31 | 1 | -4/+5 |
| * | kill ->dir_notify() | Al Viro | 2008-12-31 | 6 | -136/+1 |
| * | filp_cachep can be static in fs/file_table.c | Eric Dumazet | 2008-12-31 | 2 | -7/+9 |
| * | make INIT_FS use the __RW_LOCK_UNLOCKED initialization | Steven Rostedt | 2008-12-31 | 1 | -1/+1 |
| * | take init_fs to saner place | Al Viro | 2008-12-31 | 1 | -0/+7 |
| * | kill vfs_permission | Christoph Hellwig | 2008-12-31 | 2 | -20/+16 |
| * | pass a struct path * to may_open | Christoph Hellwig | 2008-12-31 | 2 | -9/+10 |
| * | kill walk_init_root | Christoph Hellwig | 2008-12-31 | 1 | -13/+8 |
| * | remove incorrect comment in inode_permission | Christoph Hellwig | 2008-12-31 | 1 | -1/+0 |
| * | expand some comments (d_path / seq_path) | Arjan van de Ven | 2008-12-31 | 2 | -4/+14 |
| * | correct wrong function name of d_put in kernel document and source comment | Zhaolei | 2008-12-31 | 1 | -1/+1 |
| * | fix switch_names() breakage in short-to-short case | Al Viro | 2008-12-31 | 1 | -2/+3 |
| * | befs: ensure fast symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -1/+4 |
| * | freevxfs: ensure fast symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -1/+3 |
| * | sysv: ensure fast symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -1/+5 |
| * | ext4: ensure fast symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -2/+5 |
| * | ext3: ensure fast symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -2/+5 |
| * | ext2: ensure fast symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -2/+5 |
| * | vfs: ensure page symlinks are NUL-terminated | Duane Griffin | 2008-12-31 | 1 | -2/+5 |
| * | eCryptfs: check readlink result was not an error before using it | Duane Griffin | 2008-12-31 | 1 | -1/+2 |
| * | fs/namespace.c: drop code after return | Julia Lawall | 2008-12-31 | 1 | -1/+1 |
| * | shrink struct dentry | Nick Piggin | 2008-12-31 | 2 | -13/+19 |
| * | fs: reorder struct inotify_device on 64bits to remove padding | Richard Kennedy | 2008-12-31 | 1 | -1/+1 |
| * | introduce new LSM hooks where vfsmount is available. | Kentaro Takeda | 2008-12-31 | 2 | -0/+41 |
* | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-31 | 1 | -10/+1 |
|\ \ |
|
| * | | proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c | KOSAKI Motohiro | 2008-12-26 | 1 | -10/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2008-12-30 | 3 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | fat: make sure to set d_ops in fat_get_parent | Christoph Hellwig | 2008-11-12 | 1 | -0/+2 |
| * | | fat: fix duplicate addition of ->llseek handler | OGAWA Hirofumi | 2008-11-12 | 1 | -1/+0 |
| * | | fat: drop negative dentry on rename() path | OGAWA Hirofumi | 2008-11-12 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2008-12-30 | 109 | -12845/+10486 |
|\ \ \ |
|
| * \ \ | [XFS] Fix merge failures | Lachlan McIlroy | 2008-12-29 | 129 | -1159/+1530 |
| |\ \ \ |
|
| * | | | | [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI | Lachlan McIlroy | 2008-12-24 | 1 | -15/+12 |
| * | | | | [XFS] handle unaligned data in xfs_bmbt_disk_get_all | Christoph Hellwig | 2008-12-23 | 1 | -1/+2 |
| * | | | | [XFS] avoid memory allocations in xfs_fs_vcmn_err | Christoph Hellwig | 2008-12-22 | 4 | -26/+40 |
| * | | | | [XFS] Fix speculative allocation beyond eof | Lachlan McIlroy | 2008-12-22 | 1 | -21/+7 |
| * | | | | [XFS] Remove XFS_BUF_SHUT() and friends | Lachlan McIlroy | 2008-12-22 | 3 | -20/+1 |
| * | | | | [XFS] Use the incore inode size in xfs_file_readdir() | Lachlan McIlroy | 2008-12-22 | 1 | -1/+1 |
| * | | | | [XFS] Fix merge conflict in fs/xfs/xfs_rename.c | Lachlan McIlroy | 2008-12-22 | 16 | -27/+75 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfs | Lachlan McIlroy | 2008-12-12 | 18 | -375/+141 |
| |\ \ \ \ \ |
|
| | * | | | | | [XFS] use inode_change_ok for setattr permission checking | Christoph Hellwig | 2008-12-11 | 1 | -113/+36 |
| | * | | | | | [XFS] add a FMODE flag to make XFS invisible I/O less hacky | Christoph Hellwig | 2008-12-11 | 6 | -178/+63 |