summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+0
|\
| * orangefs: remove variable iColin Ian King2022-12-071-2/+0
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-8/+46
|\ \
| * | orangefs: fix mode handlingChristian Brauner2022-11-131-1/+10
| * | fs: rename current get acl methodChristian Brauner2022-10-201-1/+1
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-191-3/+4
| * | orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner2022-10-191-8/+36
| |/
* / use less confusing names for iov_iter direction initializersAl Viro2022-11-251-4/+4
|/
* orangefs: Remove test for folio errorMatthew Wilcox (Oracle)2022-06-291-3/+1
* orangefs: Convert to free_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* orangefs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
* orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)2022-05-091-17/+16
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-3/+2
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-33/+36
* orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-27/+25
* mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-1/+1
* fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-171-6/+1
* 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