-
- Downloads
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs copy_file_range updates from Al Viro: "Several series around copy_file_range/CLONE" * 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: btrfs: use new dedupe data function pointer vfs: hoist the btrfs deduplication ioctl to the vfs vfs: wire up compat ioctl for CLONE/CLONE_RANGE cifs: avoid unused variable and label nfsd: implement the NFSv4.2 CLONE operation nfsd: Pass filehandle to nfs4_preprocess_stateid_op() vfs: pull btrfs clone API to vfs layer locks: new locks_mandatory_area calling convention vfs: Add vfs_copy_file_range() support for pagecache copies btrfs: add .copy_file_range file operation x86: add sys_copy_file_range to syscall tables vfs: add copy_file_range syscall and vfs helper
No related branches found
No related tags found
Showing
- arch/x86/entry/syscalls/syscall_32.tbl 1 addition, 0 deletionsarch/x86/entry/syscalls/syscall_32.tbl
- arch/x86/entry/syscalls/syscall_64.tbl 1 addition, 0 deletionsarch/x86/entry/syscalls/syscall_64.tbl
- fs/btrfs/ctree.h 7 additions, 1 deletionfs/btrfs/ctree.h
- fs/btrfs/file.c 3 additions, 0 deletionsfs/btrfs/file.c
- fs/btrfs/ioctl.c 36 additions, 150 deletionsfs/btrfs/ioctl.c
- fs/cifs/cifsfs.c 61 additions, 0 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsfs.h 0 additions, 1 deletionfs/cifs/cifsfs.h
- fs/cifs/ioctl.c 59 additions, 67 deletionsfs/cifs/ioctl.c
- fs/compat_ioctl.c 5 additions, 0 deletionsfs/compat_ioctl.c
- fs/ioctl.c 67 additions, 0 deletionsfs/ioctl.c
- fs/locks.c 9 additions, 13 deletionsfs/locks.c
- fs/nfs/nfs4file.c 10 additions, 77 deletionsfs/nfs/nfs4file.c
- fs/nfsd/nfs4proc.c 56 additions, 7 deletionsfs/nfsd/nfs4proc.c
- fs/nfsd/nfs4state.c 2 additions, 3 deletionsfs/nfsd/nfs4state.c
- fs/nfsd/nfs4xdr.c 21 additions, 0 deletionsfs/nfsd/nfs4xdr.c
- fs/nfsd/state.h 2 additions, 2 deletionsfs/nfsd/state.h
- fs/nfsd/vfs.c 8 additions, 0 deletionsfs/nfsd/vfs.c
- fs/nfsd/vfs.h 2 additions, 0 deletionsfs/nfsd/vfs.h
- fs/nfsd/xdr4.h 10 additions, 0 deletionsfs/nfsd/xdr4.h
- fs/read_write.c 299 additions, 3 deletionsfs/read_write.c
Loading
Please register or sign in to comment