aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-09Merge tag 'for-linus-5.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall
2019-05-03orangefs: remember count when reading.Mike Marshall
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg
2019-05-03orangefs: implement writepagesMartin Brandenburg
2019-05-03orangefs: write range trackingMartin Brandenburg
2019-05-03orangefs: avoid fsync service operation on flushMartin Brandenburg
2019-05-03orangefs: skip inode writeout if nothing to writeMartin Brandenburg
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg
2019-05-03orangefs: do not return successful read when the client-core disappearedMartin Brandenburg
2019-05-03orangefs: implement writepageMartin Brandenburg
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg
2019-05-03orangefs: service ops done for writeback are not killableMartin Brandenburg
2019-05-03orangefs: remove orangefs_readpagesMartin Brandenburg
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg
2019-05-03orangefs: set up and use backing_dev_infoMartin Brandenburg
2019-05-03orangefs: hold i_lock during inode_getattrMartin Brandenburg
2019-05-03orangefs: update attributes rather than relying on serverMartin Brandenburg
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg
2019-05-03orangefs: do not invalidate attributes on inode createMartin Brandenburg
2019-05-03orangefs: implement xattr cacheMartin Brandenburg
2019-05-01orangefs: make use of ->free_inode()Al Viro
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-02-20orangefs: remove two un-needed BUG_ONs...Mike Marshall
2019-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall
2018-10-10orangefs: rate limit the client not running info messageColin Ian King
2018-10-10orangefs: cache NULL when both default_acl and acl are NULLChengguang Xu
2018-08-14orangefs: remove redundant pointer orangefs_inodeColin Ian King
2018-08-14orangefs: Adding new return type vm_fault_tSouptick Joarder
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab
2018-06-15orangefs: simplify compat ioctl handlingAl Viro
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-07Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds