summaryrefslogtreecommitdiff
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-7/+9
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall1-4/+5
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)1-31/+26
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)1-5/+5
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)1-23/+13
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)1-9/+13
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)1-15/+15
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)1-10/+1
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)1-4/+3
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07orangefs: Convert orangefs_write_begin() to use a folioMatthew Wilcox (Oracle)1-9/+5
2024-08-07orangefs: Convert orangefs_write_end() to use a folioMatthew Wilcox (Oracle)1-10/+11
2024-05-31orangefs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)1-10/+3
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-1/+1
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-04-19orangefs: use folios in orangefs_readaheadPankaj Raghav1-4/+5
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+11
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-15/+7
2023-02-03orangefs: use bvec_set_{page,folio} to initialize bvecsChristoph Hellwig1-15/+7
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-12/+11
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2022-12-14Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+46
2022-12-07orangefs: remove variable iColin Ian King1-2/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-4/+4
2022-11-13orangefs: fix mode handlingChristian Brauner1-1/+10
2022-10-20fs: rename current get acl methodChristian Brauner1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-3/+4
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsChristian Brauner1-8/+36
2022-06-29orangefs: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+1
2022-05-10orangefs: Convert to free_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-10orangefs: Convert to release_folioMatthew Wilcox (Oracle)1-3/+3
2022-05-09orangefs: Convert orangefs to read_folioMatthew Wilcox (Oracle)1-17/+16
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-3/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15orangefs: Convert launder_page to launder_folioMatthew Wilcox (Oracle)1-33/+36
2022-03-15orangefs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-27/+25
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-1/+1
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein1-6/+1
2021-06-28orangefs: readahead adjustmentMike Marshall1-4/+3
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall1-75/+47