summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c
Commit message (Expand)AuthorAgeFilesLines
* orangefs: Provide a splice-read wrapperDavid Howells2023-05-241-1/+21
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* orangefs: remove redundant assignment to variable buffer_indexColin Ian King2022-12-071-1/+0
* orangefs: use ->f_mappingAl Viro2022-09-011-3/+1
* Orangef: implement orangefs_readahead.Mike Marshall2021-04-281-28/+6
* orangefs: convert to fileattrMiklos Szeredi2021-04-121-79/+0
* orangefs_file_mmap(): use %pDAl Viro2021-01-061-4/+1
* orangefs: add splice file operationsMike Marshall2020-12-161-0/+2
* orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall2020-04-081-8/+0
* orangefs: get rid of knob code...Mike Marshall2020-04-081-25/+1
* orangefs: posix open permission checking...Mike Marshall2019-12-041-2/+37
* docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab2019-07-311-1/+1
* Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-161-3/+1
|\
| * orangefs: eliminate needless variable assignmentsMike Marshall2019-07-111-2/+0
| * orangefs: remove redundant assignment to variable buffer_indexColin Ian King2019-07-111-1/+1
* | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-9/+28
|/
* orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall2019-05-031-5/+32
* orangefs: pass slot index back to readpage.Mike Marshall2019-05-031-1/+1
* orangefs: remember count when reading.Mike Marshall2019-05-031-1/+25
* orangefs: add orangefs_revalidate_mappingMartin Brandenburg2019-05-031-2/+68
* orangefs: implement writepagesMartin Brandenburg2019-05-031-0/+1
* orangefs: write range trackingMartin Brandenburg2019-05-031-3/+7
* orangefs: avoid fsync service operation on flushMartin Brandenburg2019-05-031-1/+23
* orangefs: move do_readv_writev to direct_IOMartin Brandenburg2019-05-031-108/+0
* orangefs: do not return successful read when the client-core disappearedMartin Brandenburg2019-05-031-1/+4
* orangefs: implement writepageMartin Brandenburg2019-05-031-60/+15
* orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-031-59/+7
* orangefs: update attributes rather than relying on serverMartin Brandenburg2019-05-031-8/+2
* orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-031-9/+8
* orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0
* orangefs: Adding new return type vm_fault_tSouptick Joarder2018-08-141-9/+10
* orangefs: formatting cleanupsMike Marshall2018-06-011-1/+1
* orangefs: make struct orangefs_file_vm_ops staticColin Ian King2018-06-011-1/+1
* orangefs: implement vm_ops->faultMartin Brandenburg2018-04-031-2/+28
* orangefs: open code short single-use functionsMartin Brandenburg2018-04-021-76/+19
* orangefs: fix deadlock; do not write i_size in read_iterMartin Brandenburg2018-01-251-5/+2
* orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-131-7/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: don't call filemap_write_and_wait from fsyncJeff Layton2017-09-141-4/+1
* Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-051-2/+4
|\
| * orangefs: implement statxMartin Brandenburg2017-04-261-2/+4
* | orangefs: use iov_iter_revert()Al Viro2017-04-211-2/+1
|/
* don't open-code file_inode()Al Viro2016-12-041-1/+1
* orangefs: user file_inode() where it is dueAmir Goldstein2016-10-241-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\ \
| * | orangefs: use %pd/%pDAl Viro2016-08-071-2/+2
| |/