aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Gravatar Mike Marshall 5-15/+156
2019-05-03orangefs: pass slot index back to readpage.Gravatar Mike Marshall 3-6/+6
2019-05-03orangefs: remember count when reading.Gravatar Mike Marshall 2-1/+29
2019-05-03orangefs: add orangefs_revalidate_mappingGravatar Martin Brandenburg 5-19/+328
2019-05-03orangefs: implement writepagesGravatar Martin Brandenburg 1-0/+1
2019-05-03orangefs: write range trackingGravatar Martin Brandenburg 3-35/+274
2019-05-03orangefs: avoid fsync service operation on flushGravatar Martin Brandenburg 1-1/+23
2019-05-03orangefs: skip inode writeout if nothing to writeGravatar Martin Brandenburg 1-0/+5
2019-05-03orangefs: move do_readv_writev to direct_IOGravatar Martin Brandenburg 2-111/+111
2019-05-03orangefs: do not return successful read when the client-core disappearedGravatar Martin Brandenburg 1-1/+4
2019-05-03orangefs: implement writepageGravatar Martin Brandenburg 3-68/+80
2019-05-03orangefs: migrate to generic_file_read_iterGravatar Martin Brandenburg 3-104/+38
2019-05-03orangefs: service ops done for writeback are not killableGravatar Martin Brandenburg 3-9/+12
2019-05-03orangefs: remove orangefs_readpagesGravatar Martin Brandenburg 1-38/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesGravatar Martin Brandenburg 6-119/+129
2019-05-03orangefs: let setattr write to cached inodeGravatar Martin Brandenburg 2-8/+20
2019-05-03orangefs: set up and use backing_dev_infoGravatar Martin Brandenburg 1-7/+14
2019-05-03orangefs: hold i_lock during inode_getattrGravatar Martin Brandenburg 2-12/+25
2019-05-03orangefs: update attributes rather than relying on serverGravatar Martin Brandenburg 2-9/+8
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceGravatar Martin Brandenburg 4-38/+28
2019-05-03orangefs: do not invalidate attributes on inode createGravatar Martin Brandenburg 2-12/+0
2019-05-03orangefs: implement xattr cacheGravatar Martin Brandenburg 4-1/+127
2019-05-01orangefs: make use of ->free_inode()Gravatar Al Viro 1-6/+3
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+2
2019-02-20orangefs: remove two un-needed BUG_ONs...Gravatar Mike Marshall 1-4/+0
2019-02-01orangefs: don't reinitialize result_mask in ->getattrGravatar Christoph Hellwig 1-5/+2
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 1-1/+1
2019-01-04fs/: remove caller signal_pending branch predictionsGravatar Davidlohr Bueso 1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-18orangefs: no need to check for service_operation returns > 0Gravatar Mike Marshall 1-1/+1
2018-10-18orangefs: some error code paths missed kmem_cache_freeGravatar Mike Marshall 1-3/+3
2018-10-18orangefs: don't let orangefs_iget return NULL.Gravatar Mike Marshall 1-1/+5
2018-10-18orangefs: don't let orangefs_new_inode return NULLGravatar Mike Marshall 1-1/+1
2018-10-10orangefs: rate limit the client not running info messageGravatar Colin Ian King 1-1/+1
2018-10-10orangefs: cache NULL when both default_acl and acl are NULLGravatar Chengguang Xu 1-0/+4
2018-08-14orangefs: remove redundant pointer orangefs_inodeGravatar Colin Ian King 1-3/+0
2018-08-14orangefs: Adding new return type vm_fault_tGravatar Souptick Joarder 1-9/+10
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 1-1/+1
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-42/+12
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15orangefs: simplify compat ioctl handlingGravatar Al Viro 1-42/+12
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-2/+2
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 2-2/+2
2018-06-07Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-76/+91
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 2-2/+2
2018-06-01orangefs: use sparse annotations for holding locks across function calls.Gravatar Mike Marshall 1-4/+10
2018-06-01orangefs: make debug_help_fops staticGravatar Mike Marshall 1-1/+1
2018-06-01orangefs: remove unused function orangefs_get_bufmap_initGravatar Mike Marshall 1-14/+0
2018-06-01orangefs: specify user pointers when using dev_map_desc and bufmapGravatar Mike Marshall 2-2/+2