kernel_optimize_test/fs/orangefs
Mike Marshall b3ae4755f5 Orangefs: implement .write_iter
Until now, orangefs_devreq_write_iter has just been a wrapper for
the old-fashioned orangefs_devreq_writev... linux would call
.write_iter with "struct kiocb *iocb" and "struct iov_iter *iter"
and .write_iter would just:

        return pvfs2_devreq_writev(iocb->ki_filp,
                                   iter->iov,
                                   iter->nr_segs,
                                   &iocb->ki_pos);

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
2016-01-13 11:18:12 -05:00
..
acl.c Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
dcache.c Orangefs: don't trigger copy_attributes_to_inode from d_revalidate. 2015-12-30 13:04:28 -05:00
devorangefs-req.c Orangefs: implement .write_iter 2016-01-13 11:18:12 -05:00
dir.c orangefs: Fix some more global namespace pollution. 2016-01-04 16:21:46 -05:00
downcall.h OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. 2015-12-03 14:45:44 -05:00
file.c Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
inode.c Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
Kconfig Orangefs: kernel client part 7 2015-10-03 11:40:00 -04:00
Makefile Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
namei.c Orangefs: don't keep checking stuff in on Friday afternoon. 2015-12-11 10:46:22 -05:00
orangefs-bufmap.c orangefs: Fix some more global namespace pollution. 2016-01-04 16:21:46 -05:00
orangefs-bufmap.h orangefs: Fix some more global namespace pollution. 2016-01-04 16:21:46 -05:00
orangefs-cache.c orangefs: Remove ``aligned'' upcall and downcall length macros. 2015-12-17 14:33:38 -05:00
orangefs-debug.h Orangef: remove overlooked old-style userspace debug parts 2015-12-11 11:00:12 -05:00
orangefs-debugfs.c Orangefs: use kzalloc for kmalloc + memset 0 2015-12-28 10:30:51 -05:00
orangefs-debugfs.h Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
orangefs-dev-proto.h orangefs: Fix some more global namespace pollution. 2016-01-04 16:21:46 -05:00
orangefs-kernel.h orangefs: Don't pollute global namespace 2016-01-04 16:21:37 -05:00
orangefs-mod.c Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
orangefs-sysfs.c Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
orangefs-sysfs.h Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
orangefs-utils.c orangefs: Don't pollute global namespace 2016-01-04 16:21:37 -05:00
protocol.h Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
super.c OrangeFS: constify export_operations structures 2016-01-04 11:06:12 -05:00
symlink.c Orangefs: change pvfs2 filenames to orangefs 2015-12-04 12:56:14 -05:00
upcall.h OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. 2015-12-03 14:45:44 -05:00
waitqueue.c orangefs: Fix some more global namespace pollution. 2016-01-04 16:21:46 -05:00
xattr.c Orangefs: validate resp.listxattr.returned_count 2015-12-17 16:11:40 -05:00