aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)Author
2020-09-17orangefs: get rid of knob code...Mike Marshall
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: add orangefs_revalidate_mappingMartin Brandenburg
2019-05-03orangefs: write range trackingMartin Brandenburg
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg
2019-05-03orangefs: implement writepageMartin Brandenburg
2019-05-03orangefs: migrate to generic_file_read_iterMartin 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: hold i_lock during inode_getattrMartin 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-02-01orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
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: don't let orangefs_iget return NULL.Mike Marshall
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall
2018-08-14orangefs: remove redundant pointer orangefs_inodeColin Ian King
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-01orangefs: formatting cleanupsMike Marshall
2018-06-01orangefs: report attributes_mask and attributes for statxMartin Brandenburg
2018-06-01orangefs: revamp block sizesMartin Brandenburg
2018-04-03orangefs: make several *_operations structs staticMartin Brandenburg
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-26orangefs: do not check possibly stale size on truncateMartin Brandenburg
2017-04-26orangefs: implement statxMartin Brandenburg
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-25Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall
2017-02-03orangefs: Remove orangefs_backing_dev_infoJan Kara
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-07orangefs: use %pd/%pDAl Viro
2016-08-02orangefs: Cache getattr results.Martin Brandenburg
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-05Orangefs: allow O_DIRECT in openMike Marshall
2016-05-29orangefs: constify inode_operationsAl Viro