Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6: fs: simplify iget & friends fs: pull inode->i_lock up out of writeback_single_inode fs: rename inode_lock to inode_hash_lock fs: move i_wb_list out from under inode_lock fs: move i_sb_list out from under inode_lock fs: remove inode_lock from iput_final and prune_icache fs: Lock the inode LRU list separately fs: factor inode disposal fs: protect inode->i_state with inode->i_lock autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd() autofs4 - remove autofs4_lock autofs4 - fix d_manage() return on rcu-walk autofs4 - fix autofs4_expire_indirect() traversal autofs4 - fix dentry leak in autofs4_expire_direct() autofs4 - reinstate last used update on access vfs - check non-mountpoint dentry might block in __follow_mount_rcu()
No related branches found
No related tags found
Showing
- Documentation/filesystems/Locking 1 addition, 1 deletionDocumentation/filesystems/Locking
- Documentation/filesystems/porting 11 additions, 5 deletionsDocumentation/filesystems/porting
- Documentation/filesystems/vfs.txt 1 addition, 1 deletionDocumentation/filesystems/vfs.txt
- fs/autofs4/autofs_i.h 0 additions, 2 deletionsfs/autofs4/autofs_i.h
- fs/autofs4/dev-ioctl.c 4 additions, 0 deletionsfs/autofs4/dev-ioctl.c
- fs/autofs4/expire.c 63 additions, 21 deletionsfs/autofs4/expire.c
- fs/autofs4/root.c 21 additions, 41 deletionsfs/autofs4/root.c
- fs/autofs4/waitq.c 3 additions, 3 deletionsfs/autofs4/waitq.c
- fs/block_dev.c 4 additions, 2 deletionsfs/block_dev.c
- fs/buffer.c 1 addition, 1 deletionfs/buffer.c
- fs/drop_caches.c 11 additions, 7 deletionsfs/drop_caches.c
- fs/fs-writeback.c 91 additions, 50 deletionsfs/fs-writeback.c
- fs/inode.c 312 additions, 344 deletionsfs/inode.c
- fs/internal.h 7 additions, 0 deletionsfs/internal.h
- fs/logfs/inode.c 1 addition, 1 deletionfs/logfs/inode.c
- fs/namei.c 18 additions, 5 deletionsfs/namei.c
- fs/notify/inode_mark.c 25 additions, 17 deletionsfs/notify/inode_mark.c
- fs/notify/mark.c 0 additions, 1 deletionfs/notify/mark.c
- fs/notify/vfsmount_mark.c 0 additions, 1 deletionfs/notify/vfsmount_mark.c
- fs/ntfs/inode.c 2 additions, 2 deletionsfs/ntfs/inode.c
Loading
Please register or sign in to comment