ta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/fs/orangefs/inode.c
AgeCommit message (Expand)Author
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-26orangefs: use inode_update_timestamps directlyChristoph Hellwig
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07orangefs: Convert orangefs_write_begin() to use a folioMatthew Wilcox (Oracle)
2024-08-07orangefs: Convert orangefs_write_end() to use a folioMatthew Wilcox (Oracle)
2024-05-31orangefs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)