aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-3/+1
2019-07-11orangefs: eliminate needless variable assignmentsMike Marshall1-2/+0
2019-07-11orangefs: remove redundant assignment to variable buffer_indexColin Ian King1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+28
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall1-5/+32
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall1-1/+1
2019-05-03orangefs: remember count when reading.Mike Marshall1-1/+25
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg1-2/+68
2019-05-03orangefs: implement writepagesMartin Brandenburg1-0/+1
2019-05-03orangefs: write range trackingMartin Brandenburg1-3/+7
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg1-1/+23
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg1-108/+0
2019-05-03orangefs: do not return successful read when the client-core disappearedMartin Brandenburg1-1/+4
2019-05-03orangefs: implement writepageMartin Brandenburg1-60/+15
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg1-59/+7
2019-05-03orangefs: update attributes rather than relying on serverMartin Brandenburg1-8/+2
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg1-9/+8
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall1-4/+0
2018-08-14orangefs: Adding new return type vm_fault_tSouptick Joarder1-9/+10
2018-06-01orangefs: formatting cleanupsMike Marshall1-1/+1
2018-06-01orangefs: make struct orangefs_file_vm_ops staticColin Ian King1-1/+1
2018-04-03orangefs: implement vm_ops->faultMartin Brandenburg1-2/+28
2018-04-02orangefs: open code short single-use functionsMartin Brandenburg1-76/+19
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg1-5/+2
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg1-7/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncJeff Layton1-4/+1
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-2/+4
2017-04-26orangefs: implement statxMartin Brandenburg1-2/+4
2017-04-21orangefs: use iov_iter_revert()Al Viro1-2/+1
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-10-24orangefs: user file_inode() where it is dueAmir Goldstein1-7/+7
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg1-3/+3
2016-08-12orangefs: do not allow client readahead cache without feature bitMartin Brandenburg1-5/+8
2016-08-08orangefs: re-add flush_racache from out-of-treeMartin Brandenburg1-1/+33
2016-08-08orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg1-1/+1
2016-08-07orangefs: use %pd/%pDAl Viro1-2/+2
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher1-2/+0
2016-07-05orangefs: Remove useless definesAndreas Gruenbacher1-2/+2
2016-05-02orangefs: don't open-code inode_lock/inode_unlockAl Viro1-2/+2
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughAl Viro1-1/+1
2016-03-25orangefs: sanitize ->llseek()Al Viro1-9/+3
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro1-5/+5
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro1-12/+6
2016-03-23orangefs: use new orangefs_inode_getattr to get size in write and llseekMartin Brandenburg1-6/+8
2016-03-23orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg1-3/+4