Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs updates from Al Viro: - Preparations of parallel lookups (the remaining main obstacle is the need to move security_d_instantiate(); once that becomes safe, the rest will be a matter of rather short series local to fs/*.c - preadv2/pwritev2 series from Christoph - assorted fixes * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (32 commits) splice: handle zero nr_pages in splice_to_pipe() vfs: show_vfsstat: do not ignore errors from show_devname method dcache.c: new helper: __d_add() don't bother with __d_instantiate(dentry, NULL) untangle fsnotify_d_instantiate() a bit uninline d_add() replace d_add_unique() with saner primitive quota: use lookup_one_len_unlocked() cifs_get_root(): use lookup_one_len_unlocked() nfs_lookup: don't bother with d_instantiate(dentry, NULL) kill dentry_unhash() ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup() configfs: move d_rehash() into configfs_create() for regular files ceph: don't bother with d_rehash() in splice_dentry() namei: teach lookup_slow() to skip revalidate namei: massage lookup_slow() to be usable by lookup_one_len_unlocked() lookup_one_len_unlocked(): use lookup_dcache() namei: simplify invalidation logics in lookup_dcache() namei: change calling conventions for lookup_{fast,slow} and follow_managed() ...
Showing
- arch/x86/entry/syscalls/syscall_32.tbl 2 additions, 0 deletionsarch/x86/entry/syscalls/syscall_32.tbl
- arch/x86/entry/syscalls/syscall_64.tbl 2 additions, 0 deletionsarch/x86/entry/syscalls/syscall_64.tbl
- fs/autofs4/root.c 0 additions, 2 deletionsfs/autofs4/root.c
- fs/cachefiles/daemon.c 10 additions, 3 deletionsfs/cachefiles/daemon.c
- fs/cachefiles/interface.c 2 additions, 9 deletionsfs/cachefiles/interface.c
- fs/cachefiles/internal.h 4 additions, 0 deletionsfs/cachefiles/internal.h
- fs/cachefiles/namei.c 23 additions, 5 deletionsfs/cachefiles/namei.c
- fs/ceph/inode.c 5 additions, 16 deletionsfs/ceph/inode.c
- fs/cifs/cifsfs.c 1 addition, 3 deletionsfs/cifs/cifsfs.c
- fs/configfs/dir.c 2 additions, 7 deletionsfs/configfs/dir.c
- fs/configfs/inode.c 10 additions, 2 deletionsfs/configfs/inode.c
- fs/dcache.c 88 additions, 89 deletionsfs/dcache.c
- fs/direct-io.c 2 additions, 1 deletionfs/direct-io.c
- fs/ecryptfs/crypto.c 9 additions, 18 deletionsfs/ecryptfs/crypto.c
- fs/ecryptfs/ecryptfs_kernel.h 0 additions, 1 deletionfs/ecryptfs/ecryptfs_kernel.h
- fs/ecryptfs/inode.c 3 additions, 8 deletionsfs/ecryptfs/inode.c
- fs/namei.c 131 additions, 178 deletionsfs/namei.c
- fs/nfs/dir.c 4 additions, 8 deletionsfs/nfs/dir.c
- fs/nfs/nfs4proc.c 7 additions, 6 deletionsfs/nfs/nfs4proc.c
- fs/nfsd/vfs.c 2 additions, 2 deletionsfs/nfsd/vfs.c
Loading
Please register or sign in to comment