summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* orangefs: readahead adjustmentMike Marshall2021-06-281-4/+3
* Orangef: implement orangefs_readahead.Mike Marshall2021-04-281-75/+47
* orangefs: convert to fileattrMiklos Szeredi2021-04-121-0/+50
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* orangefs: use attach/detach_page_privateGuoqing Jiang2020-06-021-26/+6
* orangefs: get rid of knob code...Mike Marshall2020-04-081-33/+6
* orangefs: posix open permission checking...Mike Marshall2019-12-041-4/+4
* orangefs: remove redundant assignment to errColin Ian King2019-09-121-1/+1
* 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