summaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-12fs/inode: Make relatime_need_update return boolHao Ge
2023-11-25kill lock_two_inodes()Al Viro
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
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