summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-171-3/+1Star
|\
| * orangefs: eliminate needless variable assignmentsMike Marshall2019-07-111-2/+0Star
| * 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-131-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/+6Star
* | orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-31/+4Star
|/
* 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/+38Star
| * orangefs: service ops done for writeback are not killableMartin Brandenburg2019-05-033-9/+12
| * orangefs: remove orangefs_readpagesMartin Brandenburg2019-05-031-38/+1Star
| * 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/+8Star
| * orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-034-38/+28Star
| * orangefs: do not invalidate attributes on inode createMartin Brandenburg2019-05-032-12/+0Star
| * orangefs: implement xattr cacheMartin Brandenburg2019-05-034-1/+127
* | orangefs: make use of ->free_inode()Al Viro2019-05-021-6/+3Star
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-5/+2Star
|\
| * orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig2019-02-011-5/+2Star
* | orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0Star
|/
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+1
* fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | orangefs: no need to check for service_operation returns > 0Mike Marshall2018-10-181-1/+1
* | orangefs: some error code paths missed kmem_cache_freeMike Marshall2018-10-181-3/+3
* | orangefs: don't let orangefs_iget return NULL.Mike Marshall2018-10-181-1/+5
* | orangefs: don't let orangefs_new_inode return NULLMike Marshall2018-10-181-1/+1
* | orangefs: rate limit the client not running info messageColin Ian King2018-10-101-1/+1
* | orangefs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-101-0/+4
|/
* orangefs: remove redundant pointer orangefs_inodeColin Ian King2018-08-141-3/+0Star
* orangefs: Adding new return type vm_fault_tSouptick Joarder2018-08-141-9/+10