aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11fs: drop the timespec64 argument from update_timeGravatar Jeff Layton 1-1/+1
2023-08-09fs: drop the timespec64 arg from generic_update_timeGravatar Jeff Layton 1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-04-18orangefs: use folios in orangefs_readaheadGravatar Pankaj Raghav 1-4/+5
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-12/+11
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-15/+7
2023-02-03orangefs: use bvec_set_{page,folio} to initialize bvecsGravatar Christoph Hellwig 1-15/+7
2023-02-02fs: convert writepage_t callback to pass a folioGravatar Matthew Wilcox (Oracle) 1-12/+11
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2022-12-14Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+46
2022-12-07orangefs: remove variable iGravatar Colin Ian King 1-2/+0
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-4/+4
2022-11-13orangefs: fix mode handlingGravatar Christian Brauner 1-1/+10
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-3/+4
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsGravatar Christian Brauner 1-8/+36
2022-06-29orangefs: Remove test for folio errorGravatar Matthew Wilcox (Oracle) 1-3/+1
2022-05-09orangefs: Convert to free_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-09orangefs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-3/+3
2022-05-09orangefs: Convert orangefs to read_folioGravatar Matthew Wilcox (Oracle) 1-17/+16
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-3/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15orangefs: Convert launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-33/+36
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-27/+25
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Gravatar Christoph Hellwig 1-1/+1
2021-08-17fs: add generic helper for filling statx attribute flagsGravatar Amir Goldstein 1-6/+1
2021-06-28orangefs: readahead adjustmentGravatar Mike Marshall 1-4/+3
2021-04-28Orangef: implement orangefs_readahead.Gravatar Mike Marshall 1-75/+47
2021-04-12orangefs: convert to fileattrGravatar Miklos Szeredi 1-0/+50
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-4/+6
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-06-02orangefs: use attach/detach_page_privateGravatar Guoqing Jiang 1-26/+6
2020-04-08orangefs: get rid of knob code...Gravatar Mike Marshall 1-33/+6
2019-12-04orangefs: posix open permission checking...Gravatar Mike Marshall 1-4/+4
2019-09-12orangefs: remove redundant assignment to errGravatar Colin Ian King 1-1/+1
2019-05-03orangefs: truncate before updating sizeGravatar Martin Brandenburg 1-1/+5
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Gravatar Mike Marshall 1-8/+107
2019-05-03orangefs: pass slot index back to readpage.Gravatar Mike Marshall 1-4/+4
2019-05-03orangefs: add orangefs_revalidate_mappingGravatar Martin Brandenburg 1-17/+233
2019-05-03orangefs: write range trackingGravatar Martin Brandenburg 1-31/+258
2019-05-03orangefs: move do_readv_writev to direct_IOGravatar Martin Brandenburg 1-3/+111