summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
AgeCommit message (Expand)AuthorLines
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-15/+2
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-41/+175
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig-15/+2
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik-3/+0
2023-08-11fs: add infrastructure for multigrain timestampsJeff Layton-3/+79
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton-17/+13
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton-18/+66
2023-08-09fs: remove silly warning from current_timeJeff Layton-6/+0
2023-07-13fs: convert to ctime accessor functionsJeff Layton-3/+7
2023-07-10fs: add ctime accessors infrastructureJeff Layton-0/+16
2023-07-04fs: don't assume arguments are non-NULLChristian Brauner-2/+4
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+2
2023-06-07fs: Restrict lock_two_nondirectories() to non-directory inodesJan Kara-10/+10
2023-06-02fs: Establish locking order for unrelated directoriesJan Kara-0/+42
2023-05-19fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig-1/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed-2/+1
2023-03-27Update relatime comments to include equalityStephen Kitt-4/+4
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-29/+28
2023-01-19fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner-4/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner-6/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner-9/+11
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner-6/+7
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner-6/+8
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-1/+1
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner-3/+3
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton-0/+1
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-36/+28
2022-10-26fs: use type safe idmapping helpersChristian Brauner-4/+4
2022-10-23fs: drop useless condition from inode_needs_update_timeJeff Layton-3/+0
2022-10-18attr: use consistent sgid stripping checksChristian Brauner-3/+4
2022-10-18fs: move should_remove_suid()Christian Brauner-29/+0
2022-10-18attr: add in_group_or_capable()Christian Brauner-4/+24
2022-10-06Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-4/+3
2022-09-01fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu-4/+3
2022-08-18fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch-6/+8
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-3/+7
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-4/+30
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-1/+1
2022-08-03fs: change test in inode_insert5 for adding to the sb listJeff Layton-3/+7
2022-07-24fs: Add async write file modification handling.Stefan Roesch-3/+42
2022-07-24fs: Split off inode_needs_update_time and __file_update_timeStefan Roesch-26/+50
2022-07-24fs: add __remove_file_privs() with flags parameterStefan Roesch-20/+37
2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu-2/+0
2022-07-19fs: add mode_strip_sgid() helperYang Xu-4/+32
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)-1/+1
2022-06-06writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun-1/+1
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song-1/+1
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain-7/+32