aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg1-1/+5
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall1-8/+107
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall1-4/+4
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg1-17/+233
2019-05-03orangefs: write range trackingMartin Brandenburg1-31/+258
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg1-3/+111
2019-05-03orangefs: implement writepageMartin Brandenburg1-6/+59
2019-05-03orangefs: migrate to generic_file_read_iterMartin Brandenburg1-40/+23
2019-05-03orangefs: remove orangefs_readpagesMartin Brandenburg1-38/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg1-15/+61
2019-05-03orangefs: let setattr write to cached inodeMartin Brandenburg1-8/+3
2019-05-03orangefs: hold i_lock during inode_getattrMartin Brandenburg1-2/+2
2019-05-03orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg1-5/+6
2019-05-03orangefs: do not invalidate attributes on inode createMartin Brandenburg1-6/+0
2019-05-03orangefs: implement xattr cacheMartin Brandenburg1-0/+1
2019-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig1-5/+2
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall1-1/+5
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall1-1/+1
2018-08-14orangefs: remove redundant pointer orangefs_inodeColin Ian King1-3/+0
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-01orangefs: formatting cleanupsMike Marshall1-18/+26
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-01orangefs: revamp block sizesMartin Brandenburg1-4/+2
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg1-2/+2
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg1-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg1-2/+1
2017-04-26orangefs: implement statxMartin Brandenburg1-5/+11
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-7/+6
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-nextMike Marshall1-0/+1
2017-02-03orangefs: Remove orangefs_backing_dev_infoJan Kara1-6/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-07orangefs: use %pd/%pDAl Viro1-6/+6
2016-08-02orangefs: Cache getattr results.Martin Brandenburg1-3/+3
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+1
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall1-14/+11
2016-05-29orangefs: constify inode_operationsAl Viro1-1/+1
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-15/+1