kernel-ark/fs
J. Bruce Fields 5c04c46aec [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
Add a rq_sendfile_ok flag to svc_rqst which will be cleared in the privacy
case so that the wrapping code will get copies of the read data instead of
real page cache pages.  This makes life simpler when we encrypt the response.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-30 11:25:41 -07:00
..
9p [PATCH] v9fs: fix fid check in v9fs_create 2006-06-28 14:59:05 -07:00
adfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
affs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
afs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
autofs
autofs4 [PATCH] fs: use list_move() 2006-06-26 09:58:18 -07:00
befs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
bfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
cifs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
coda Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 2006-06-29 14:19:21 -07:00
configfs configfs: Clear up a few extra spaces where there should be TABs. 2006-06-29 14:43:01 -07:00
cramfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
debugfs
devpts
efs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
exportfs
ext2 [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
ext3 [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
fat [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
freevxfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
fuse [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
hfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
hfsplus [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
hostfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
hpfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
hppfs
hugetlbfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
isofs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
jbd [PATCH] add poison.h and patch primary users 2006-06-27 17:32:38 -07:00
jffs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
jffs2 [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
jfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
lockd
minix [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
msdos
ncpfs [PATCH] Light weight event counters 2006-06-30 11:25:36 -07:00
nfs [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter 2006-06-30 11:25:36 -07:00
nfs_common
nfsd [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case 2006-06-30 11:25:41 -07:00
nls
ntfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
ocfs2 ocfs2: remove redundant NULL checks in ocfs2_direct_IO_get_blocks() 2006-06-29 16:13:35 -07:00
openpromfs [OPENPROMFS]: Rewrite using in-kernel device tree and seq_file. 2006-06-25 23:19:14 -07:00
partitions [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree 2006-06-26 12:25:08 -07:00
proc [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter 2006-06-30 11:25:36 -07:00
qnx4 [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
ramfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
reiserfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
romfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
smbfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
sysfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
sysv [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
udf [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
ufs [PATCH] ufs: printk() fix 2006-06-29 10:26:20 -07:00
vfat
xfs [PATCH] mark address_space_operations const 2006-06-28 14:59:04 -07:00
aio.c spelling fixes 2006-06-26 18:35:02 +02:00
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf_fdpic.c
binfmt_elf.c
binfmt_em86.c
binfmt_flat.c [PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat 2006-06-25 21:04:24 -07:00
binfmt_misc.c
binfmt_script.c
binfmt_som.c
bio.c
block_dev.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 2006-06-29 14:19:21 -07:00
buffer.c [PATCH] zoned vm counters: conversion of nr_dirty to per zone counter 2006-06-30 11:25:35 -07:00
char_dev.c [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree 2006-06-26 12:25:08 -07:00
compat_ioctl.c [PATCH] devfs: Remove devfs from the kernel tree 2006-06-26 12:25:05 -07:00
compat.c [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings 2006-06-26 10:48:16 -07:00
dcache.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
dcookies.c
direct-io.c
dnotify.c
dquot.c [PATCH] use list_add_tail() instead of list_add() 2006-06-26 09:58:17 -07:00
drop_caches.c
eventpoll.c
exec.c [PATCH] coredump: shutdown current process first 2006-06-26 09:58:27 -07:00
fcntl.c
fifo.c
file_table.c
file.c
filesystems.c
fs-writeback.c [PATCH] zoned vm counters: conversion of nr_unstable to per zone counter 2006-06-30 11:25:36 -07:00
inode.c [PATCH] Light weight event counters 2006-06-30 11:25:36 -07:00
inotify_user.c
inotify.c
ioctl.c
ioprio.c [PATCH] SELinux: Add security hook definition for getioprio and insert hooks 2006-06-30 11:25:37 -07:00
Kconfig ocfs2: OCFS2_FS must depend on SYSFS 2006-06-29 14:56:12 -07:00
Kconfig.binfmt
libfs.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
locks.c
Makefile [PATCH] devfs: Remove devfs from the kernel tree 2006-06-26 12:25:05 -07:00
mbcache.c
mpage.c
namei.c
namespace.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
nfsctl.c
open.c
pipe.c
pnode.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
pnode.h
posix_acl.c
quota_v1.c
quota_v2.c
quota.c
read_write.c
readdir.c
select.c
seq_file.c
splice.c
stat.c
super.c
sync.c
xattr_acl.c
xattr.c