aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-13orangefs: make do_readv_writev() take iov_iterAl Viro1-22/+9
2015-11-13orangefs: don't bother with splitting iovecsAl Viro1-276/+6
2015-11-13orangefs: make wait_for_direct_io() take iov_iterAl Viro1-12/+13
2015-11-13orangefs: make precopy_buffers() take iov_iterAl Viro1-8/+5
2015-11-13orangefs: make postcopy_buffers() take iov_iterAl Viro1-9/+5
2015-11-13orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec()Al Viro1-1/+2
2015-10-05Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall1-13/+12
2015-10-03Orangefs: Use readonly mmap since writepage is not implemented.Martin Brandenburg1-1/+3
2015-10-03Orangefs: choose return codes from among the expected ones.Mike Marshall1-1/+1
2015-10-03Orangefs: use iov_iter interfaceMike Marshall1-46/+31
2015-10-03Orangefs: address problems found by static checkerMike Marshall1-12/+6
2015-10-03Orangefs: sooth most sparse complaintsMike Marshall1-5/+8
2015-10-03Orangefs: kernel client part 2Mike Marshall1-0/+1019