summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)Author
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton
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: remove silly warning from current_timeJeff Layton
2023-07-13fs: convert to ctime accessor functionsJeff Layton
2023-07-10fs: add ctime accessors infrastructureJeff Layton
2023-07-04fs: don't assume arguments are non-NULLChristian Brauner
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-07fs: Restrict lock_two_nondirectories() to non-directory inodesJan Kara
2023-06-02fs: Establish locking order for unrelated directoriesJan Kara
2023-05-19fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2023-03-27Update relatime comments to include equalityStephen Kitt
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-26fs: use type safe idmapping helpersChristian Brauner
2022-10-23fs: drop useless condition from inode_needs_update_timeJeff Layton
2022-10-18attr: use consistent sgid stripping checksChristian Brauner
2022-10-18fs: move should_remove_suid()Christian Brauner
2022-10-18attr: add in_group_or_capable()Christian Brauner
2022-10-06Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-09-01fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu
2022-08-18fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-03fs: change test in inode_insert5 for adding to the sb listJeff Layton
2022-07-24fs: Add async write file modification handling.Stefan Roesch