kernel_optimize_test/fs
Al Viro 886a391150 new primitive: iov_iter_alignment()
returns the value aligned as badly as the worst remaining segment
in iov_iter is.  Use instead of open-coded equivalents.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-05-06 17:32:47 -04:00
..
9p pass iov_iter to ->direct_IO() 2014-05-06 17:32:44 -04:00
adfs fs/adfs/super.c: add __init to init_inodecache() 2014-04-07 16:36:08 -07:00
affs fs/affs/super.c: bugfix / double free 2014-05-06 13:05:00 -07:00
afs
autofs4 autofs: fix lockref lookup 2014-05-06 13:04:59 -07:00
befs
bfs fs/bfs/inode.c: add __init to init_inodecache() 2014-04-07 16:36:08 -07:00
btrfs switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
cachefiles Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-04-12 14:49:50 -07:00
ceph pass iov_iter to ->direct_IO() 2014-05-06 17:32:44 -04:00
cifs pass iov_iter to ->direct_IO() 2014-05-06 17:32:44 -04:00
coda
configfs
cramfs
debugfs
devpts
dlm net: Fix use after free by removing length arg from sk_data_ready callbacks. 2014-04-11 16:15:36 -04:00
ecryptfs
efivarfs
efs
exofs pass iov_iter to ->direct_IO() 2014-05-06 17:32:44 -04:00
exportfs
ext2 switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
ext3 switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
ext4 switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
f2fs switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
fat switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
freevxfs
fscache
fuse get rid of pointless iov_length() in ->direct_IO() 2014-05-06 17:32:45 -04:00
gfs2 switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
hfs switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
hfsplus switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
hostfs
hpfs
hppfs
hugetlbfs hugetlb: ensure hugepage access is denied if hugepages are not supported 2014-05-06 13:04:58 -07:00
isofs Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 2014-04-07 17:59:17 -07:00
jbd
jbd2
jffs2 MTD updates for 3.15: 2014-04-07 10:17:30 -07:00
jfs switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
kernfs kernfs: add back missing error check in kernfs_fop_mmap() 2014-04-25 12:25:13 -07:00
lockd
logfs
minix
ncpfs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-04-12 17:31:22 -07:00
nfs get rid of pointless iov_length() in ->direct_IO() 2014-05-06 17:32:45 -04:00
nfs_common
nfsd Revert "nfsd4: fix nfs4err_resource in 4.1 case" 2014-04-18 14:46:45 +02:00
nilfs2 switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
nls
notify fanotify: fix -EOVERFLOW with large files on 64-bit 2014-05-06 13:04:59 -07:00
ntfs kill generic_segment_checks() 2014-05-06 17:32:43 -04:00
ocfs2 switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
omfs
openpromfs
proc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-04-12 14:49:50 -07:00
pstore
qnx4
qnx6
quota Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 2014-04-07 17:59:17 -07:00
ramfs
reiserfs switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
romfs
squashfs
sysfs sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() 2014-04-16 11:56:33 -07:00
sysv
ubifs UBIFS: fix remount error path 2014-05-05 09:31:33 +03:00
udf switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
ufs fs/ufs: remove unused ufs_super_block_third pointer 2014-04-07 16:36:16 -07:00
xfs switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
aio.c aio: fix potential leak in aio_run_iocb(). 2014-05-01 08:37:43 -04:00
anon_inodes.c
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf_fdpic.c
binfmt_elf.c exec: kill the unnecessary mm->def_flags setting in load_elf_binary() 2014-04-07 16:35:52 -07:00
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c
binfmt_script.c
binfmt_som.c
bio-integrity.c block: Ensure we only enable integrity metadata for reads and writes 2014-04-09 08:00:06 -06:00
bio.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-04-12 14:49:50 -07:00
block_dev.c switch {__,}blockdev_direct_IO() to iov_iter 2014-05-06 17:32:46 -04:00
buffer.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-04-12 14:49:50 -07:00
char_dev.c
compat_binfmt_elf.c
compat_ioctl.c
compat.c locks: rename file-private locks to "open file description locks" 2014-04-22 08:23:58 -04:00
coredump.c coredump: fix va_list corruption 2014-04-19 13:23:31 -07:00
dcache.c dcache: don't need rcu in shrink_dentry_list() 2014-05-03 16:46:16 -04:00
dcookies.c
direct-io.c new primitive: iov_iter_alignment() 2014-05-06 17:32:47 -04:00
drop_caches.c
eventfd.c
eventpoll.c
exec.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-04-12 14:49:50 -07:00
fcntl.c locks: rename file-private locks to "open file description locks" 2014-04-22 08:23:58 -04:00
fhandle.c
file_table.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-04-12 14:49:50 -07:00
file.c fs/file.c: don't open-code kvfree() 2014-05-06 17:31:10 -04:00
filesystems.c
fs_struct.c
fs-writeback.c
inode.c
internal.h
ioctl.c
ioprio.c
Kconfig
Kconfig.binfmt
libfs.c
locks.c locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead 2014-04-23 16:17:03 -04:00
Makefile
mbcache.c
mount.h
mpage.c
namei.c fix races between __d_instantiate() and checks of dentry flags 2014-04-19 12:30:58 -04:00
namespace.c
no-block.c
open.c These are regression and bug fixes for ext4. 2014-04-20 20:43:47 -07:00
pipe.c
pnode.c
pnode.h
posix_acl.c posix_acl: handle NULL ACL in posix_acl_equiv_mode 2014-05-06 13:58:42 -04:00
proc_namespace.c
read_write.c
readdir.c
select.c
seq_file.c
signalfd.c
splice.c
stack.c
stat.c
statfs.c
super.c fs: Don't return 0 from get_anon_bdev 2014-04-16 11:53:08 -07:00
sync.c
timerfd.c
utimes.c
xattr.c