aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-43/+6
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-11/+11
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-12-21fs: fix doc comment typo fs tree wideGravatar Alexander Mikhalitsyn 1-1/+1
2023-12-12list_lru: allow explicit memcg and NUMA node selectionGravatar Nhat Pham 1-2/+2
2023-12-12fs/inode: Make relatime_need_update return boolGravatar Hao Ge 1-6/+6
2023-11-25kill lock_two_inodes()Gravatar Al Viro 1-43/+6
2023-11-21fs: Rename mapping private membersGravatar Matthew Wilcox (Oracle) 1-4/+4
2023-11-20filemap: add a per-mapping stable writes flagGravatar Christoph Hellwig 1-0/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-14/+21
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-4/+4
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-4/+4
2023-10-18fs: convert core infrastructure to new timestamp accessorsGravatar Jeff Layton 1-14/+21
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Gravatar Christian Brauner 1-79/+3
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersGravatar Amir Goldstein 1-4/+4
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-15/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-41/+175
2023-08-21fs: simplify invalidate_inodesGravatar Christoph Hellwig 1-15/+2
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-3/+0
2023-08-11fs: add infrastructure for multigrain timestampsGravatar Jeff Layton 1-3/+79
2023-08-11fs: drop the timespec64 argument from update_timeGravatar Jeff Layton 1-17/+13
2023-08-09fs: drop the timespec64 arg from generic_update_timeGravatar Jeff Layton 1-18/+66
2023-08-09fs: remove silly warning from current_timeGravatar Jeff Layton 1-6/+0
2023-07-13fs: convert to ctime accessor functionsGravatar Jeff Layton 1-3/+7
2023-07-10fs: add ctime accessors infrastructureGravatar Jeff Layton 1-0/+16
2023-07-04fs: don't assume arguments are non-NULLGravatar Christian Brauner 1-2/+4
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+2
2023-06-07fs: Restrict lock_two_nondirectories() to non-directory inodesGravatar Jan Kara 1-10/+10
2023-06-02fs: Establish locking order for unrelated directoriesGravatar Jan Kara 1-0/+42
2023-05-19fs: remove the special !CONFIG_BLOCK def_blk_fopsGravatar Christoph Hellwig 1-1/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+1
2023-04-18mm: vmscan: refactor updating current->reclaim_stateGravatar Yosry Ahmed 1-2/+1
2023-03-27Update relatime comments to include equalityGravatar Stephen Kitt 1-4/+4
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-29/+28
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapGravatar Christian Brauner 1-4/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-6/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 1-9/+11
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapGravatar Christian Brauner 1-6/+7
2023-01-19fs: port inode_init_owner() to mnt_idmapGravatar Christian Brauner 1-6/+8
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-36/+28
2022-10-26fs: use type safe idmapping helpersGravatar Christian Brauner 1-4/+4
2022-10-23fs: drop useless condition from inode_needs_update_timeGravatar Jeff Layton 1-3/+0
2022-10-18attr: use consistent sgid stripping checksGravatar Christian Brauner 1-3/+4