summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* orangefs: truncate before updating sizeMartin Brandenburg2019-05-031-1/+5
* orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall2019-05-031-8/+107
* orangefs: pass slot index back to readpage.Mike Marshall2019-05-031-4/+4
* orangefs: add orangefs_revalidate_mappingMartin Brandenburg2019-05-031-17/+233
* orangefs: write range trackingMartin Brandenburg2019-05-031-31/+258
* orangefs: move do_readv_writev to direct_IOMartin Brandenburg2019-05-031-3/+111
* orangefs: implement writepageMartin Brandenburg2019-05-031-6/+59
* orangefs: migrate to generic_file_read_iterMartin Brandenburg2019-05-031-40/+23
* orangefs: remove orangefs_readpagesMartin Brandenburg2019-05-031-38/+1
* orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg2019-05-031-15/+61
* orangefs: let setattr write to cached inodeMartin Brandenburg2019-05-031-8/+3
* orangefs: hold i_lock during inode_getattrMartin Brandenburg2019-05-031-2/+2
* orangefs: simplify orangefs_inode_getattr interfaceMartin Brandenburg2019-05-031-5/+6
* orangefs: do not invalidate attributes on inode createMartin Brandenburg2019-05-031-6/+0
* orangefs: implement xattr cacheMartin Brandenburg2019-05-031-0/+1
* orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig2019-02-011-5/+2
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | orangefs: don't let orangefs_iget return NULL.Mike Marshall2018-10-181-1/+5
* | orangefs: don't let orangefs_new_inode return NULLMike Marshall2018-10-181-1/+1
|/
* orangefs: remove redundant pointer orangefs_inodeColin Ian King2018-08-141-3/+0
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | orangefs: formatting cleanupsMike Marshall2018-06-011-18/+26
* | orangefs: report attributes_mask and attributes for statxMartin Brandenburg2018-06-011-0/+7
* | orangefs: revamp block sizesMartin Brandenburg2018-06-011-4/+2
|/
* orangefs: make several *_operations structs staticMartin Brandenburg2018-04-031-2/+2
* orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-131-0/+17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: do not check possibly stale size on truncateMartin Brandenburg2017-04-261-2/+1
* orangefs: implement statxMartin Brandenburg2017-04-261-5/+11
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-7/+6
* Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/l...Mike Marshall2017-02-251-0/+1
|\
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* | orangefs: Remove orangefs_backing_dev_infoJan Kara2017-02-031-6/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* / orangefs: use %pd/%pDAl Viro2016-08-071-6/+6
|/
* orangefs: Cache getattr results.Martin Brandenburg2016-08-021-3/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+1
|\
| * orangefs: constify inode_operationsAl Viro2016-05-291-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+1
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+1
| |/
* / Orangefs: allow O_DIRECT in openMike Marshall2016-07-051-14/+11
|/
* Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-091-15/+1
|\