summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-052-7/+4
|\
| * orangefs: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-291-6/+3
| * orangefs: remove redundant assignment to variable retColin Ian King2020-05-291-1/+1
* | orangefs: use attach/detach_page_privateGuoqing Jiang2020-06-021-26/+6
|/
* 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-083-62/+7
* help_next should increase position indexVasily Averin2020-02-041-0/+1
* orangefs: posix open permission checking...Mike Marshall2019-12-043-7/+43
* Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-192-2/+2
|\
| * orangefs: remove redundant assignment to errColin Ian King2019-09-121-1/+1
| * orangefs: Add octal zero prefixArtur Świgoń2019-09-121-1/+1
* | docs: fs: convert porting to ReSTMauro Carvalho Chehab2019-07-311-1/+1
* | 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
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-121-9/+28
|\ \
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-9/+28
| |/
* | orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman2019-07-043-21/+6
* | orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-31/+4
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
* Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-0914-490/+1300
|\
| * orangefs: truncate before updating sizeMartin Brandenburg2019-05-031-1/+5
| * orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall2019-05-035-15/+156
| * orangefs: pass slot index back to readpage.Mike Marshall2019-05-033-6/+6
| * orangefs: remember count when reading.Mike Marshall2019-05-032-1/+29
| * orangefs: add orangefs_revalidate_mappingMartin Brandenburg2019-05-035-19/+328
| * orangefs: implement writepagesMartin Brandenburg2019-05-031-0/+1
| * orangefs: write range trackingMartin Brandenburg2019-05-033-35/+274
| * orangefs: avoid fsync service operation on flushMartin Brandenburg2019-05-031-1/+23
| * orangefs: skip inode writeout if nothing to writeMartin Brandenburg2019-05-031-0/+5
| * orangefs: move do_readv_writev to direct_IOMartin Brandenburg2019-05-032-111/+111
| * orangefs: do not return successful read when the client-core disappearedMartin Brandenburg2019-05-031-1/+4
| * orangefs: implement writepageMartin Brandenburg2019-05-033-68/+80
| * orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-033-104/+38
| * orangefs: service ops done for writeback are not killableMartin Brandenburg2019-05-033-9/+12
| * orangefs: remove orangefs_readpagesMartin Brandenburg2019-05-031-38/+1
| * orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-036-119/+129
| * orangefs: let setattr write to cached inodeMartin Brandenburg2019-05-032-8/+20
| * orangefs: set up and use backing_dev_infoMartin Brandenburg2019-05-031-7/+14
| * orangefs: hold i_lock during inode_getattrMartin Brandenburg2019-05-032-12/+25
| * orangefs: update attributes rather than relying on serverMartin Brandenburg2019-05-032-9/+8
| * orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-034-38/+28
| * orangefs: do not invalidate attributes on inode createMartin Brandenburg2019-05-032-12/+0
| * orangefs: implement xattr cacheMartin Brandenburg2019-05-034-1/+127
* | orangefs: make use of ->free_inode()Al Viro2019-05-011-6/+3
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-5/+2
|\
| * orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig2019-02-011-5/+2