[PATCH 16/56] fs/encryptfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from encryptfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ecryptfs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ecryptfs/file.c b

[PATCH 17/56] fs/exofs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from exofs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/exofs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/exofs/file.c b/fs/exofs

[PATCH 19/56] fs/ext3: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ext3 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ext3/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext3/file.c b/fs/ext3

[PATCH 15/56] fs/coda: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from coda when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/coda/file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/coda/file.c b/fs/coda/file.c

[PATCH 21/56] fs/f2fs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from f2fs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/f2fs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/file.c b/fs/f2fs

[PATCH 23/56] fs/fuse: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from fuse when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/fuse/dev.c | 8 ++-- fs/fuse/file.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/fs

[PATCH 24/56] fs/gfs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from gfs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/gfs2/file.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2

[PATCH 25/56] fs/hfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/hfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c

[PATCH 31/56] fs/minix: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from minix when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/minix/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/minix/file.c b/fs/minix

[PATCH 28/56] fs/hpfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hpfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/hpfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hpfs/file.c b/fs/hpfs/file.c

[PATCH 29/56] fs/jffs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from jffs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/jffs2/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/jffs2/file.c b/fs/jffs2

[PATCH 27/56] fs/hostfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hostfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/hostfs/hostfs_kern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hostfs/hostfs_kern.c

[PATCH 33/56] fs/nfsd: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from nfsd when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/nfsd/nfs4xdr.c | 4 fs/nfsd/vfs.c | 6 ++ 2 files changed, 10 insertions(+) diff --git a/fs/nfsd

[PATCH 30/56] fs/jfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from jfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/jfs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/jfs/file.c b/fs/jfs/file.c

[PATCH 35/56] fs/ntfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ntfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ntfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c

[PATCH 34/56] fs/nilfs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from nilfs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/nilfs2/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nilfs2/file.c b/fs/nilfs2

[PATCH 37/56] fs/omfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from omfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/omfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/omfs/file.c b/fs/omfs/file.c

[PATCH 38/56] fs/ramfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ramfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ramfs/file-mmu.c | 4 ++-- fs/ramfs/file-nommu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions

[PATCH 36/56] fs/ocfs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ocfs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ocfs2/file.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs/ocfs2/file.c b/fs

[PATCH 42/56] fs/ubifs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ubifs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ubifs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ubifs/file.c b/fs/ubifs

[PATCH 40/56] fs/romfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from romfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/romfs/mmap-nommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/romfs/mmap-nommu.c b/fs

[PATCH 44/56] fs/ufs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ufs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ufs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ufs/file.c b/fs/ufs/file.c index

[PATCH 39/56] fs/reiserfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from reiserfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/reiserfs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/reiserfs/file.c b

[PATCH 45/56] fs/xfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from xfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/xfs/xfs_file.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_file.c b/fs/xfs

[PATCH 49/56] net/socket: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from socket when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- net/socket.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/socket.c b/net/socket.c

[PATCH 47/56] kenel/trace: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from trace when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- kernel/trace/trace.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/kernel

[PATCH 51/56] drivers/char/mem: support compiling out splice

2014-11-13 Thread Pieter Smith
4 - -4 splice_write_null 24 - -24 Signed-off-by: Pieter Smith --- drivers/char/mem.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/char/mem.c b/drivers/char/mem.c index 917403f

[PATCH 52/56] drivers/char/virtio: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from virtio character driver when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- drivers/char/virtio_console.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH 54/56] net/ipv4: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ipv4 networking when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- net/ipv4/af_inet.c | 2 +- net/ipv4/tcp.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion

[PATCH 56/56] fs/splice: full support for compiling out splice

2014-11-13 Thread Pieter Smith
702 --702 __generic_file_splice_read 1109 - -1109 Signed-off-by: Pieter Smith --- drivers/block/Kconfig | 1 + fs/Makefile| 4 +++- fs/splice.c| 2 -- include/linux/fs.h | 4 include/linux/splice.h | 3 +++ 5

[PATCH 55/56] net/core: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from networking core when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- include/linux/skbuff.h | 2 ++ net/core/skbuff.c | 2 ++ 2 files changed, 4 insertions(+) diff --git

[PATCH 46/56] kernel/relay: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from relay when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- kernel/relay.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel/relay.c b/kernel

[PATCH 43/56] fs/udf: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from udf when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/udf/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/udf/file.c b/fs/udf/file.c index

[PATCH 41/56] fs/sysv: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from sysv when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/sysv/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/sysv/file.c b/fs/sysv/file.c

[PATCH 48/56] mm/shmem: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from shmem when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- mm/shmem.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mm/shmem.c b/mm/shmem.c index

[PATCH 50/56] fs/read_write: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from read_write when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/read_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/read_write.c b/fs

[PATCH 53/56] net/ipv6: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ipv6 networking when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- net/ipv6/af_inet6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/af_inet6

[PATCH 26/56] fs/hfsplus: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hfsplus when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/hfsplus/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hfsplus/inode.c b/fs

[PATCH 32/56] fs/nfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from nfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/nfs/file.c | 6 -- fs/nfs/nfs4file.c | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git

[PATCH 22/56] fs/fat: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from fat when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/fat/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fat/file.c b/fs/fat/file.c index

[PATCH 20/56] fs/ext4: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ext4 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ext4/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/file.c b/fs/ext4

[PATCH 18/56] fs/ext2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ext2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/ext2/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext2/file.c b/fs/ext2

[PATCH 09/56] fs/bad_inode: support compiling out splice

2014-11-13 Thread Pieter Smith
6 - -6 bad_file_splice_read 6 - -6 Signed-off-by: Pieter Smith --- fs/bad_inode.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs/bad_inode.c b/fs/bad_inode.c index afd2b44..ccb076d 100644

[PATCH 04/56] fs: Macros to define splice file_operations

2014-11-13 Thread Pieter Smith
Provides a CONFIG_SYSCALL_SPLICE compatible way of defining the .splice_read and .splice_write file_operations so that they can later be compiled out when the kernel is configured without the splice-family syscalls Signed-off-by: Pieter Smith --- include/linux/fs.h | 26

[PATCH 08/56] fs/afs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from afs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith --- fs/afs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/afs/file.c b/fs/afs/file.c index

[PATCH 03/56] fs: Support compiling out splice-family syscalls

2014-11-13 Thread Pieter Smith
1020 - -1020 Signed-off-by: Pieter Smith --- fs/splice.c | 2 ++ init/Kconfig| 10 ++ kernel/sys_ni.c | 8 3 files changed, 20 insertions(+) diff --git a/fs/splice.c b/fs/splice.c index 44b201b..7c4c695 100644 --- a/fs/splice.c +++ b/fs/splice.c

[PATCH 01/56] moved sendfile syscall to splice translation unit

2014-11-13 Thread Pieter Smith
10751020 -55 Signed-off-by: Pieter Smith --- fs/read_write.c | 175 --- fs/splice.c | 178 2 files changed, 178 insertions(+), 175 deletions(-) diff --git a/fs

[PATCH 02/56] moved kernel_write out of splice translation unit

2014-11-13 Thread Pieter Smith
them. Signed-off-by: Pieter Smith --- fs/read_write.c | 16 fs/splice.c | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/fs/read_write.c b/fs/read_write.c index 3f7f04d..4361261 100644 --- a/fs/read_write.c +++ b/fs/read_write.c @@ -1189,3

[PATCH 01/56] moved sendfile syscall to splice translation unit

2014-11-13 Thread Pieter Smith
10751020 -55 Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/read_write.c | 175 --- fs/splice.c | 178 2 files changed, 178 insertions(+), 175 deletions

[PATCH 02/56] moved kernel_write out of splice translation unit

2014-11-13 Thread Pieter Smith
them. Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/read_write.c | 16 fs/splice.c | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/fs/read_write.c b/fs/read_write.c index 3f7f04d..4361261 100644 --- a/fs/read_write.c +++ b/fs

[PATCH 03/56] fs: Support compiling out splice-family syscalls

2014-11-13 Thread Pieter Smith
1020 - -1020 Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/splice.c | 2 ++ init/Kconfig| 10 ++ kernel/sys_ni.c | 8 3 files changed, 20 insertions(+) diff --git a/fs/splice.c b/fs/splice.c index 44b201b..7c4c695 100644 --- a/fs/splice.c

[PATCH 08/56] fs/afs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from afs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/afs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/afs/file.c b/fs

[PATCH 04/56] fs: Macros to define splice file_operations

2014-11-13 Thread Pieter Smith
Provides a CONFIG_SYSCALL_SPLICE compatible way of defining the .splice_read and .splice_write file_operations so that they can later be compiled out when the kernel is configured without the splice-family syscalls Signed-off-by: Pieter Smith pie...@boesman.nl --- include/linux/fs.h | 26

[PATCH 18/56] fs/ext2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ext2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ext2/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext2

[PATCH 09/56] fs/bad_inode: support compiling out splice

2014-11-13 Thread Pieter Smith
6 - -6 bad_file_splice_read 6 - -6 Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/bad_inode.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs/bad_inode.c b/fs/bad_inode.c index afd2b44

[PATCH 20/56] fs/ext4: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ext4 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ext4/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4

[PATCH 22/56] fs/fat: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from fat when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/fat/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fat/file.c b/fs

[PATCH 32/56] fs/nfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from nfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/nfs/file.c | 6 -- fs/nfs/nfs4file.c | 4 ++-- 2 files changed, 6 insertions(+), 4

[PATCH 26/56] fs/hfsplus: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hfsplus when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/hfsplus/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hfsplus

[PATCH 53/56] net/ipv6: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ipv6 networking when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- net/ipv6/af_inet6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 48/56] mm/shmem: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from shmem when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- mm/shmem.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mm/shmem.c b

[PATCH 50/56] fs/read_write: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from read_write when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/read_write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs

[PATCH 43/56] fs/udf: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from udf when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/udf/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/udf/file.c b/fs

[PATCH 41/56] fs/sysv: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from sysv when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/sysv/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/sysv/file.c b

[PATCH 46/56] kernel/relay: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from relay when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- kernel/relay.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel

[PATCH 55/56] net/core: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from networking core when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- include/linux/skbuff.h | 2 ++ net/core/skbuff.c | 2 ++ 2 files changed, 4

[PATCH 54/56] net/ipv4: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ipv4 networking when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- net/ipv4/af_inet.c | 2 +- net/ipv4/tcp.c | 2 ++ 2 files changed, 3 insertions(+), 1

[PATCH 56/56] fs/splice: full support for compiling out splice

2014-11-13 Thread Pieter Smith
702 --702 __generic_file_splice_read 1109 - -1109 Signed-off-by: Pieter Smith pie...@boesman.nl --- drivers/block/Kconfig | 1 + fs/Makefile| 4 +++- fs/splice.c| 2 -- include/linux/fs.h | 4 include/linux

[PATCH 51/56] drivers/char/mem: support compiling out splice

2014-11-13 Thread Pieter Smith
4 - -4 splice_write_null 24 - -24 Signed-off-by: Pieter Smith pie...@boesman.nl --- drivers/char/mem.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/char/mem.c b/drivers/char/mem.c

[PATCH 52/56] drivers/char/virtio: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from virtio character driver when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- drivers/char/virtio_console.c | 4 +++- 1 file changed, 3 insertions(+), 1

[PATCH 47/56] kenel/trace: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from trace when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- kernel/trace/trace.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff

[PATCH 49/56] net/socket: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from socket when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- net/socket.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net

[PATCH 45/56] fs/xfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from xfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/xfs/xfs_file.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fs/xfs

[PATCH 44/56] fs/ufs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ufs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ufs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ufs/file.c b/fs

[PATCH 39/56] fs/reiserfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from reiserfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/reiserfs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs

[PATCH 40/56] fs/romfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from romfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/romfs/mmap-nommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/romfs

[PATCH 42/56] fs/ubifs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ubifs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ubifs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ubifs

[PATCH 38/56] fs/ramfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ramfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ramfs/file-mmu.c | 4 ++-- fs/ramfs/file-nommu.c | 4 ++-- 2 files changed, 4 insertions(+), 4

[PATCH 36/56] fs/ocfs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ocfs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ocfs2/file.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fs

[PATCH 37/56] fs/omfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from omfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/omfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/omfs/file.c b

[PATCH 34/56] fs/nilfs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from nilfs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/nilfs2/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nilfs2

[PATCH 35/56] fs/ntfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ntfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ntfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ntfs/file.c b

[PATCH 30/56] fs/jfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from jfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/jfs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/jfs/file.c b

[PATCH 33/56] fs/nfsd: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from nfsd when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/nfsd/nfs4xdr.c | 4 fs/nfsd/vfs.c | 6 ++ 2 files changed, 10 insertions(+) diff

[PATCH 27/56] fs/hostfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hostfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/hostfs/hostfs_kern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs

[PATCH 28/56] fs/hpfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hpfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/hpfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hpfs/file.c b

[PATCH 29/56] fs/jffs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from jffs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/jffs2/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/jffs2/file.c

[PATCH 31/56] fs/minix: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from minix when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/minix/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/minix/file.c

[PATCH 25/56] fs/hfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from hfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/hfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hfs/inode.c b

[PATCH 24/56] fs/gfs2: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from gfs2 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/gfs2/file.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/gfs2

[PATCH 23/56] fs/fuse: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from fuse when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/fuse/dev.c | 8 ++-- fs/fuse/file.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions

[PATCH 21/56] fs/f2fs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from f2fs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/f2fs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs

[PATCH 19/56] fs/ext3: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ext3 when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ext3/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext3

[PATCH 15/56] fs/coda: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from coda when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/coda/file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/coda/file.c

[PATCH 17/56] fs/exofs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from exofs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/exofs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/exofs

[PATCH 11/56] fs/bfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from bfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/bfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bfs/file.c b/fs

[PATCH 16/56] fs/encryptfs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from encryptfs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ecryptfs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs

[PATCH 14/56] fs/cifs: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from cifs when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/cifs/cifsfs.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fs

[PATCH 13/56] fs/ceph: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from ceph when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/ceph/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ceph

[PATCH 10/56] fs/block_dev: support compiling out splice

2014-11-13 Thread Pieter Smith
Compile out splice support from block_dev when the splice-family of syscalls is not supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined). Signed-off-by: Pieter Smith pie...@boesman.nl --- fs/block_dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs

<    1   2   3   >