aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-24orangefs: Provide a splice-read wrapperGravatar David Howells 1-1/+21
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-2/+1
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-12-07orangefs: remove redundant assignment to variable buffer_indexGravatar Colin Ian King 1-1/+0
2022-09-01orangefs: use ->f_mappingGravatar Al Viro 1-3/+1
2021-04-28Orangef: implement orangefs_readahead.Gravatar Mike Marshall 1-28/+6
2021-04-12orangefs: convert to fileattrGravatar Miklos Szeredi 1-79/+0
2021-01-06orangefs_file_mmap(): use %pDGravatar Al Viro 1-4/+1
2020-12-16orangefs: add splice file operationsGravatar Mike Marshall 1-0/+2
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushGravatar Mike Marshall 1-8/+0
2020-04-08orangefs: get rid of knob code...Gravatar Mike Marshall 1-25/+1
2019-12-04orangefs: posix open permission checking...Gravatar Mike Marshall 1-2/+37
2019-07-31docs: fs: convert docs without extension to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-16Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+1
2019-07-11orangefs: eliminate needless variable assignmentsGravatar Mike Marshall 1-2/+0
2019-07-11orangefs: remove redundant assignment to variable buffer_indexGravatar Colin Ian King 1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSGravatar Darrick J. Wong 1-9/+28
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Gravatar Mike Marshall 1-5/+32
2019-05-03orangefs: pass slot index back to readpage.Gravatar Mike Marshall 1-1/+1
2019-05-03orangefs: remember count when reading.Gravatar Mike Marshall 1-1/+25
2019-05-03orangefs: add orangefs_revalidate_mappingGravatar Martin Brandenburg 1-2/+68
2019-05-03orangefs: implement writepagesGravatar Martin Brandenburg 1-0/+1
2019-05-03orangefs: write range trackingGravatar Martin Brandenburg 1-3/+7
2019-05-03orangefs: avoid fsync service operation on flushGravatar Martin Brandenburg 1-1/+23
2019-05-03orangefs: move do_readv_writev to direct_IOGravatar Martin Brandenburg 1-108/+0
2019-05-03orangefs: do not return successful read when the client-core disappearedGravatar Martin Brandenburg 1-1/+4
2019-05-03orangefs: implement writepageGravatar Martin Brandenburg 1-60/+15
2019-05-03orangefs: migrate to generic_file_read_iterGravatar Martin Brandenburg 1-59/+7
2019-05-03orangefs: update attributes rather than relying on serverGravatar Martin Brandenburg 1-8/+2
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceGravatar Martin Brandenburg 1-9/+8
2019-02-20orangefs: remove two un-needed BUG_ONs...Gravatar Mike Marshall 1-4/+0
2018-08-14orangefs: Adding new return type vm_fault_tGravatar Souptick Joarder 1-9/+10
2018-06-01orangefs: formatting cleanupsGravatar Mike Marshall 1-1/+1
2018-06-01orangefs: make struct orangefs_file_vm_ops staticGravatar Colin Ian King 1-1/+1
2018-04-03orangefs: implement vm_ops->faultGravatar Martin Brandenburg 1-2/+28
2018-04-02orangefs: open code short single-use functionsGravatar Martin Brandenburg 1-76/+19
2018-01-25orangefs: fix deadlock; do not write i_size in read_iterGravatar Martin Brandenburg 1-5/+2
2017-11-13orangefs: stop setting atime on inode dirtyGravatar Martin Brandenburg 1-7/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-14orangefs: don't call filemap_write_and_wait from fsyncGravatar Jeff Layton 1-4/+1
2017-05-05Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+4
2017-04-26orangefs: implement statxGravatar Martin Brandenburg 1-2/+4
2017-04-21orangefs: use iov_iter_revert()Gravatar Al Viro 1-2/+1
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1
2016-10-24orangefs: user file_inode() where it is dueGravatar Amir Goldstein 1-7/+7
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-09-28Merge branch 'misc' into for-nextGravatar Martin Brandenburg 1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1