aboutsummaryrefslogtreecommitdiff
path: root/fs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Gravatar Christian Brauner 1-79/+3
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
2022-10-18fs: move should_remove_suid()Gravatar Christian Brauner 1-29/+0
2022-10-18attr: add in_group_or_capable()Gravatar Christian Brauner 1-4/+24
2022-10-06Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+3
2022-09-01fs: fix UAF/GPF bug in nilfs_mdt_destroyGravatar Dongliang Mu 1-4/+3
2022-08-18fs: __file_remove_privs(): restore call to inode_has_no_xattr()Gravatar Stefan Roesch 1-6/+8
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+7
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-4/+30
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-08-03fs: change test in inode_insert5 for adding to the sb listGravatar Jeff Layton 1-3/+7
2022-07-24fs: Add async write file modification handling.Gravatar Stefan Roesch 1-3/+42
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeGravatar Stefan Roesch 1-26/+50
2022-07-24fs: add __remove_file_privs() with flags parameterGravatar Stefan Roesch 1-20/+37
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersGravatar Yang Xu 1-2/+0
2022-07-19fs: add mode_strip_sgid() helperGravatar Yang Xu 1-4/+32
2022-06-29mm: Remove __delete_from_page_cache()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorGravatar Jchao Sun 1-1/+1
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeGravatar Muchun Song 1-1/+1