aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-15orangefs: g_orangefs_stats -> orangefs_stats for consistencyGravatar Martin Brandenburg 1-3/+3
2016-08-12orangefs: do not allow client readahead cache without feature bitGravatar Martin Brandenburg 1-5/+8
2016-08-08orangefs: re-add flush_racache from out-of-treeGravatar Martin Brandenburg 1-1/+33
2016-08-08orangefs: rename remaining bits of mmap readahead cacheGravatar Martin Brandenburg 1-1/+1
2016-08-07orangefs: use %pd/%pDGravatar Al Viro 1-2/+2
2016-07-05orangefs: Remove useless xattr prefix argumentsGravatar Andreas Gruenbacher 1-2/+0
2016-07-05orangefs: Remove useless definesGravatar Andreas Gruenbacher 1-2/+2
2016-05-02orangefs: don't open-code inode_lock/inode_unlockGravatar Al Viro 1-2/+2
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughGravatar Al Viro 1-1/+1
2016-03-25orangefs: sanitize ->llseek()Gravatar Al Viro 1-9/+3