summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c
AgeCommit message (Expand)Author
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall
2021-04-12orangefs: convert to fileattrMiklos Szeredi
2021-01-06orangefs_file_mmap(): use %pDAl Viro
2020-12-16orangefs: add splice file operationsMike Marshall
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall
2020-04-08orangefs: get rid of knob code...Mike Marshall
2019-12-04orangefs: posix open permission checking...Mike Marshall
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab
2019-07-16Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-11orangefs: eliminate needless variable assignmentsMike Marshall
2019-07-11orangefs: remove redundant assignment to variable buffer_indexColin Ian King
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall
2019-05-03orangefs: remember count when reading.Mike Marshall
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg
2019-05-03orangefs: implement writepagesMartin Brandenburg
2019-05-03orangefs: write range trackingMartin Brandenburg
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg
2019-05-03orangefs: do not return successful read when the client-core disappearedMartin Brandenburg
2019-05-03orangefs: implement writepageMartin Brandenburg
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg
2019-05-03orangefs: update attributes rather than relying on serverMartin Brandenburg
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall
2018-08-14orangefs: Adding new return type vm_fault_tSouptick Joarder
2018-06-01orangefs: formatting cleanupsMike Marshall
2018-06-01orangefs: make struct orangefs_file_vm_ops staticColin Ian King
2018-04-03orangefs: implement vm_ops->faultMartin Brandenburg
2018-04-02orangefs: open code short single-use functionsMartin Brandenburg
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncJeff Layton
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-04-26orangefs: implement statxMartin Brandenburg
2017-04-21orangefs: use iov_iter_revert()Al Viro
2016-12-04don't open-code file_inode()Al Viro
2016-10-24orangefs: user file_inode() where it is dueAmir Goldstein
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyMartin Brandenburg
2016-08-12orangefs: do not allow client readahead cache without feature bitMartin Brandenburg
2016-08-08orangefs: re-add flush_racache from out-of-treeMartin Brandenburg
2016-08-08orangefs: rename remaining bits of mmap readahead cacheMartin Brandenburg
2016-08-07orangefs: use %pd/%pDAl Viro
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher