]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - fs/orangefs/file.c
orangefs: sanitize ->llseek()
[mirror_ubuntu-artful-kernel.git] / fs / orangefs / file.c
2016-03-26 Al Viroorangefs: sanitize ->llseek()
2016-03-26 Al Viroorangefs: saner calling conventions for getting a slot
2016-03-26 Al Viroorangefs_copy_{to,from}_bufmap(): don't pass bufmap...
2016-03-23 Martin Brandenburgorangefs: use new orangefs_inode_getattr to get size...
2016-03-23 Martin Brandenburgorangefs: rename orangefs_inode_getattr to orangefs_ino...
2016-03-14 Mike MarshallOrangefs: merge to v4.5
2016-03-09 Mike MarshallOrangefs: improve the POSIXness of interrupted writes...
2016-03-03 Mike MarshallOrangefs: improve gossip statements
2016-02-24 Martin Brandenburgorangefs: remove vestigial async io code
2016-02-19 Al Viroorangefs: get rid of op->done
2016-02-19 Al Viroorangefs: delay freeing slot until cancel completes
2016-02-12 Al Viroget rid of bufmap argument of orangefs_bufmap_put()
2016-02-12 Al Viroorangefs: get rid of handle_io_error()
2016-02-12 Al Viroorangefs: wait_for_direct_io(): restore the position...
2016-02-12 Al Viroorangefs: avoid freeing a slot twice in wait_for_direct...
2016-02-04 Mike MarshallOrangefs: added a couple of WARN_ONs, perhaps just...
2016-01-28 Martin Brandenburgorangefs: Fix revalidate.
2016-01-23 Al Viroorangefs: move handle_io_error() to file.c
2016-01-23 Al Viroorangefs: don't reinvent completion.h...
2016-01-23 Al Viroorangefs: hopefully saner op refcounting and locking
2016-01-15 Mike MarshallOrangefs: merge with V4.4
2015-12-04 Mike MarshallOrangefs: change pvfs2 filenames to orangefs
2015-12-03 Yi LiuOrangeFS: Change almost all instances of the string...
2015-11-16 Al Virofs: out of bounds on stack in iov_iter_advance
2015-11-16 Mike MarshallOrangefs: Merge tag 'v4.4-rc1' into for-next
2015-11-13 Mike MarshallOrangefs: set pos after generic_write_checks
2015-11-13 Al Viroorangefs: make pvfs2_inode_read() take iov_iter
2015-11-13 Al Viroorangefs: make do_readv_writev() take iov_iter
2015-11-13 Al Viroorangefs: don't bother with splitting iovecs
2015-11-13 Al Viroorangefs: make wait_for_direct_io() take iov_iter
2015-11-13 Al Viroorangefs: make precopy_buffers() take iov_iter
2015-11-13 Al Viroorangefs: make postcopy_buffers() take iov_iter
2015-11-13 Al Viroorangefs: explicitly pass the size to pvfs_bufmap_copy_...
2015-10-05 Mike MarshallOrangefs: fix some checkpatch.pl complaints that had...
2015-10-03 Martin BrandenburgOrangefs: Use readonly mmap since writepage is not...
2015-10-03 Mike MarshallOrangefs: choose return codes from among the expected...
2015-10-03 Mike MarshallOrangefs: use iov_iter interface
2015-10-03 Mike MarshallOrangefs: address problems found by static checker
2015-10-03 Mike MarshallOrangefs: sooth most sparse complaints
2015-10-03 Mike MarshallOrangefs: kernel client part 2