aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner3-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-12-16orangefs: add splice file operationsMike Marshall1-0/+2
2020-08-04orangefs: remove unnecessary assignment to variable retJing Xiangfeng1-1/+0
2020-07-28orangefs: posix acl fix...Mike Marshall1-9/+10
2020-06-05Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-7/+4
2020-06-02orangefs: use attach/detach_page_privateGuoqing Jiang1-26/+6
2020-05-29orangefs: convert get_user_pages() --> pin_user_pages()John Hubbard1-6/+3
2020-05-29orangefs: remove redundant assignment to variable retColin Ian King1-1/+1
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushMike Marshall1-8/+0
2020-04-08orangefs: get rid of knob code...Mike Marshall3-62/+7
2020-02-04help_next should increase position indexVasily Averin1-0/+1
2019-12-04orangefs: posix open permission checking...Mike Marshall3-7/+43
2019-09-19Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-2/+2
2019-09-12orangefs: remove redundant assignment to errColin Ian King1-1/+1
2019-09-12orangefs: Add octal zero prefixArtur Świgoń1-1/+1
2019-07-31docs: fs: convert porting to ReSTMauro Carvalho Chehab1-1/+1
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-1/+1
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-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+28
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-04orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman3-21/+6
2019-07-03orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-31/+4
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-9/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds14-490/+1300
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg1-1/+5
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall5-15/+156
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall3-6/+6
2019-05-03orangefs: remember count when reading.Mike Marshall2-1/+29
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg5-19/+328
2019-05-03orangefs: implement writepagesMartin Brandenburg1-0/+1
2019-05-03orangefs: write range trackingMartin Brandenburg3-35/+274
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg1-1/+23
2019-05-03orangefs: skip inode writeout if nothing to writeMartin Brandenburg1-0/+5
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg2-111/+111
2019-05-03orangefs: do not return successful read when the client-core disappearedMartin Brandenburg1-1/+4
2019-05-03orangefs: implement writepageMartin Brandenburg3-68/+80
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg3-104/+38
2019-05-03orangefs: service ops done for writeback are not killableMartin Brandenburg3-9/+12
2019-05-03orangefs: remove orangefs_readpagesMartin Brandenburg1-38/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg6-119/+129
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg2-8/+20
2019-05-03orangefs: set up and use backing_dev_infoMartin Brandenburg1-7/+14
2019-05-03orangefs: hold i_lock during inode_getattrMartin Brandenburg2-12/+25