summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-041-3/+3
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-031-104/+104
* fs: out of bounds on stack in iov_iter_advanceAl Viro2015-11-161-11/+8
* Orangefs: set pos after generic_write_checksMike Marshall2015-11-131-1/+8
* orangefs: make pvfs2_inode_read() take iov_iterAl Viro2015-11-131-9/+3
* orangefs: make do_readv_writev() take iov_iterAl Viro2015-11-131-22/+9
* orangefs: don't bother with splitting iovecsAl Viro2015-11-131-276/+6
* orangefs: make wait_for_direct_io() take iov_iterAl Viro2015-11-131-12/+13
* orangefs: make precopy_buffers() take iov_iterAl Viro2015-11-131-8/+5
* orangefs: make postcopy_buffers() take iov_iterAl Viro2015-11-131-9/+5
* orangefs: explicitly pass the size to pvfs_bufmap_copy_to_iovec()Al Viro2015-11-131-1/+2
* Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall2015-10-051-13/+12
* Orangefs: Use readonly mmap since writepage is not implemented.Martin Brandenburg2015-10-031-1/+3
* Orangefs: choose return codes from among the expected ones.Mike Marshall2015-10-031-1/+1
* Orangefs: use iov_iter interfaceMike Marshall2015-10-031-46/+31
* Orangefs: address problems found by static checkerMike Marshall2015-10-031-12/+6
* Orangefs: sooth most sparse complaintsMike Marshall2015-10-031-5/+8
* Orangefs: kernel client part 2Mike Marshall2015-10-031-0/+1019