summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* Orangefs: improve the POSIXness of interrupted writes...Mike Marshall2016-03-091-9/+45
* Orangefs: improve gossip statementsMike Marshall2016-03-031-6/+2Star
* orangefs: remove vestigial async io codeMartin Brandenburg2016-02-241-1/+0Star
* orangefs: get rid of op->doneAl Viro2016-02-191-4/+2Star
* orangefs: delay freeing slot until cancel completesAl Viro2016-02-191-12/+4Star
* get rid of bufmap argument of orangefs_bufmap_put()Al Viro2016-02-121-3/+3
* orangefs: get rid of handle_io_error()Al Viro2016-02-121-51/+14Star
* orangefs: wait_for_direct_io(): restore the position in iter when restartingAl Viro2016-02-121-0/+3
* orangefs: avoid freeing a slot twice in wait_for_direct_io()Al Viro2016-02-121-0/+1
* Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Mike Marshall2016-02-041-0/+1
* orangefs: Fix revalidate.Martin Brandenburg2016-01-281-2/+2
* orangefs: move handle_io_error() to file.cAl Viro2016-01-231-6/+41
* orangefs: don't reinvent completion.h...Al Viro2016-01-231-4/+1Star
* orangefs: hopefully saner op refcounting and lockingAl Viro2016-01-231-12/+5Star
* 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/+8Star
* Orangefs: set pos after generic_write_checksMike Marshall2015-11-131-1/+8
* orangefs: make pvfs2_inode_read() take iov_iterAl Viro2015-11-131-9/+3Star
* orangefs: make do_readv_writev() take iov_iterAl Viro2015-11-131-22/+9Star
* orangefs: don't bother with splitting iovecsAl Viro2015-11-131-276/+6Star
* 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/+5Star
* orangefs: make postcopy_buffers() take iov_iterAl Viro2015-11-131-9/+5Star
* 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/+12Star
* 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/+31Star
* Orangefs: address problems found by static checkerMike Marshall2015-10-031-12/+6Star
* Orangefs: sooth most sparse complaintsMike Marshall2015-10-031-5/+8
* Orangefs: kernel client part 2Mike Marshall2015-10-031-0/+1019