summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-1/+1
* fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-1/+2
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* orangefs: use folios in orangefs_readaheadPankaj Raghav2023-04-181-4/+5
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-12/+11
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-12/+11
* | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-15/+7
|\ \
| * | orangefs: use bvec_set_{page,folio} to initialize bvecsChristoph Hellwig2023-02-031-15/+7
| |/
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* 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