summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
AgeCommit message (Expand)AuthorLines
2019-09-19Merge tag 'for-linus-5.4-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2019-09-12orangefs: remove redundant assignment to errColin Ian King-1/+1
2019-09-12orangefs: Add octal zero prefixArtur Świgoń-1/+1
2019-07-31docs: fs: convert porting to ReSTMauro Carvalho Chehab-1/+1
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab-1/+1
2019-07-16Merge tag 'for-linus-5.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+1
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds-9/+28
2019-07-11orangefs: eliminate needless variable assignmentsMike Marshall-2/+0
2019-07-11orangefs: remove redundant assignment to variable buffer_indexColin Ian King-1/+1
2019-07-04orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman-21/+6
2019-07-03orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-31/+4
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong-9/+28
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-1/+1
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-490/+1300
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg-1/+5
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall-15/+156
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall-6/+6
2019-05-03orangefs: remember count when reading.Mike Marshall-1/+29
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg-19/+328
2019-05-03orangefs: implement writepagesMartin Brandenburg-0/+1
2019-05-03orangefs: write range trackingMartin Brandenburg-35/+274
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg-1/+23
2019-05-03orangefs: skip inode writeout if nothing to writeMartin Brandenburg-0/+5
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg-111/+111
2019-05-03orangefs: do not return successful read when the client-core disappearedMartin Brandenburg-1/+4
2019-05-03orangefs: implement writepageMartin Brandenburg-68/+80
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg-104/+38
2019-05-03orangefs: service ops done for writeback are not killableMartin Brandenburg-9/+12
2019-05-03orangefs: remove orangefs_readpagesMartin Brandenburg-38/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg-119/+129
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg-8/+20
2019-05-03orangefs: set up and use backing_dev_infoMartin Brandenburg-7/+14
2019-05-03orangefs: hold i_lock during inode_getattrMartin Brandenburg-12/+25
2019-05-03orangefs: update attributes rather than relying on serverMartin Brandenburg-9/+8
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg-38/+28
2019-05-03orangefs: do not invalidate attributes on inode createMartin Brandenburg-12/+0
2019-05-03orangefs: implement xattr cacheMartin Brandenburg-1/+127
2019-05-01orangefs: make use of ->free_inode()Al Viro-6/+3
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+2
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall-4/+0
2019-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig-5/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov-1/+1
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells-1/+1
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall-1/+1
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall-3/+3
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall-1/+5