summaryrefslogtreecommitdiff
path: root/fs/orangefs/file.c
Commit message (Expand)AuthorAge
* orangefs: implement vm_ops->faultMartin Brandenburg2018-04-03
* orangefs: open code short single-use functionsMartin Brandenburg2018-04-02
* orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2018-01-25
* orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* orangefs: don't call filemap_write_and_wait from fsyncJeff Layton2017-09-14
* Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-05
|\
| * orangefs: implement statxMartin Brandenburg2017-04-26
* | orangefs: use iov_iter_revert()Al Viro2017-04-21
|/
* don't open-code file_inode()Al Viro2016-12-04
* orangefs: user file_inode() where it is dueAmir Goldstein2016-10-24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | orangefs: use %pd/%pDAl Viro2016-08-07
| |/
* | Merge branch 'misc' into for-nextMartin Brandenburg2016-09-28
|\ \
| * | orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg2016-08-15
* | | orangefs: do not allow client readahead cache without feature bitMartin Brandenburg2016-08-12
|/ /
* | orangefs: re-add flush_racache from out-of-treeMartin Brandenburg2016-08-08
* | orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg2016-08-08
|/
* orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher2016-07-05
* orangefs: Remove useless definesAndreas Gruenbacher2016-07-05
* orangefs: don't open-code inode_lock/inode_unlockAl Viro2016-05-02
* orangefs: fix do_readv_writev() handling of error halfway throughAl Viro2016-03-25
* orangefs: sanitize ->llseek()Al Viro2016-03-25
* orangefs: saner calling conventions for getting a slotAl Viro2016-03-25
* orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro2016-03-25
* orangefs: use new orangefs_inode_getattr to get size in write and llseekMartin Brandenburg2016-03-23
* orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg2016-03-23
* Orangefs: improve the POSIXness of interrupted writes...Mike Marshall2016-03-09
* Orangefs: improve gossip statementsMike Marshall2016-03-03
* orangefs: remove vestigial async io codeMartin Brandenburg2016-02-24
* orangefs: get rid of op->doneAl Viro2016-02-19
* orangefs: delay freeing slot until cancel completesAl Viro2016-02-19
* get rid of bufmap argument of orangefs_bufmap_put()Al Viro2016-02-12
* orangefs: get rid of handle_io_error()Al Viro2016-02-12
* orangefs: wait_for_direct_io(): restore the position in iter when restartingAl Viro2016-02-12
* orangefs: avoid freeing a slot twice in wait_for_direct_io()Al Viro2016-02-12
* Orangefs: added a couple of WARN_ONs, perhaps just temporarily.Mike Marshall2016-02-04
* orangefs: Fix revalidate.Martin Brandenburg2016-01-28
* orangefs: move handle_io_error() to file.cAl Viro2016-01-23
* orangefs: don't reinvent completion.h...Al Viro2016-01-23
* orangefs: hopefully saner op refcounting and lockingAl Viro2016-01-23
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-04
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-03
* fs: out of bounds on stack in iov_iter_advanceAl Viro2015-11-16
* Orangefs: set pos after generic_write_checksMike Marshall2015-11-13
* orangefs: make pvfs2_inode_read() take iov_iterAl Viro2015-11-13
* orangefs: make do_readv_writev() take iov_iterAl Viro2015-11-13
* orangefs: don't bother with splitting iovecsAl Viro2015-11-13