summaryrefslogtreecommitdiff
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)Author
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-04-18orangefs: use folios in orangefs_readaheadPankaj Raghav
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-03orangefs: use bvec_set_{page,folio} to initialize bvecsChristoph Hellwig
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-12-14Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-07orangefs: remove variable iColin Ian King
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-13orangefs: fix mode handlingChristian Brauner
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert to free_folioMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein
2021-06-28orangefs: readahead adjustmentMike Marshall
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall
2021-04-12orangefs: convert to fileattrMiklos Szeredi
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-06-02orangefs: use attach/detach_page_privateGuoqing Jiang
2020-04-08orangefs: get rid of knob code...Mike Marshall
2019-12-04orangefs: posix open permission checking...Mike Marshall
2019-09-12orangefs: remove redundant assignment to errColin Ian King
2019-05-03orangefs: truncate before updating sizeMartin Brandenburg
2019-05-03orangefs: copy Orangefs-sized blocks into the pagecache if possible.Mike Marshall
2019-05-03orangefs: pass slot index back to readpage.Mike Marshall
2019-05-03orangefs: add orangefs_revalidate_mappingMartin Brandenburg
2019-05-03orangefs: write range trackingMartin Brandenburg
2019-05-03orangefs: move do_readv_writev to direct_IOMartin Brandenburg