-
- Downloads
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull more vfs updates from Al Viro: "Assorted stuff from this cycle. The big ones here are multilayer overlayfs from Miklos and beginning of sorting ->d_inode accesses out from David" * 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (51 commits) autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation procfs: fix race between symlink removals and traversals debugfs: leave freeing a symlink body until inode eviction Documentation/filesystems/Locking: ->get_sb() is long gone trylock_super(): replacement for grab_super_passive() fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) SELinux: Use d_is_positive() rather than testing dentry->d_inode Smack: Use d_is_positive() rather than testing dentry->d_inode TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb VFS: Split DCACHE_FILE_TYPE into regular and special types VFS: Add a fallthrough flag for marking virtual dentries VFS: Add a whiteout dentry type VFS: Introduce inode-getting helpers for layered/unioned fs environments Infiniband: Fix potential NULL d_inode dereference posix_acl: fix reference leaks in posix_acl_create autofs4: Wrong format for printing dentry ...
Showing
- Documentation/filesystems/Locking 0 additions, 2 deletionsDocumentation/filesystems/Locking
- Documentation/filesystems/overlayfs.txt 28 additions, 0 deletionsDocumentation/filesystems/overlayfs.txt
- arch/s390/hypfs/inode.c 25 additions, 28 deletionsarch/s390/hypfs/inode.c
- drivers/infiniband/hw/ipath/ipath_fs.c 1 addition, 1 deletiondrivers/infiniband/hw/ipath/ipath_fs.c
- drivers/infiniband/hw/qib/qib_fs.c 1 addition, 1 deletiondrivers/infiniband/hw/qib/qib_fs.c
- drivers/staging/lustre/lustre/llite/dcache.c 5 additions, 7 deletionsdrivers/staging/lustre/lustre/llite/dcache.c
- drivers/staging/lustre/lustre/llite/file.c 4 additions, 4 deletionsdrivers/staging/lustre/lustre/llite/file.c
- drivers/staging/lustre/lustre/llite/llite_internal.h 2 additions, 2 deletionsdrivers/staging/lustre/lustre/llite/llite_internal.h
- drivers/staging/lustre/lustre/llite/namei.c 7 additions, 5 deletionsdrivers/staging/lustre/lustre/llite/namei.c
- fs/9p/vfs_inode.c 1 addition, 1 deletionfs/9p/vfs_inode.c
- fs/aio.c 3 additions, 3 deletionsfs/aio.c
- fs/autofs4/dev-ioctl.c 6 additions, 2 deletionsfs/autofs4/dev-ioctl.c
- fs/autofs4/expire.c 1 addition, 1 deletionfs/autofs4/expire.c
- fs/autofs4/root.c 3 additions, 3 deletionsfs/autofs4/root.c
- fs/bad_inode.c 0 additions, 147 deletionsfs/bad_inode.c
- fs/btrfs/ioctl.c 2 additions, 2 deletionsfs/btrfs/ioctl.c
- fs/cachefiles/daemon.c 2 additions, 2 deletionsfs/cachefiles/daemon.c
- fs/cachefiles/interface.c 2 additions, 2 deletionsfs/cachefiles/interface.c
- fs/cachefiles/namei.c 8 additions, 8 deletionsfs/cachefiles/namei.c
- fs/cachefiles/rdwr.c 1 addition, 1 deletionfs/cachefiles/rdwr.c
Loading
Please register or sign in to comment