summaryrefslogtreecommitdiffstats
path: root/fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-4/+4
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-4/+4
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-14/+21
|\ \
| * | fs: convert core infrastructure to new timestamp accessorsJeff Layton2023-10-181-14/+21
| |/
* | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-4/+4
|\ \ | |/ |/|
| * fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein2023-09-111-4/+4
* | Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner2023-09-201-79/+3
|/
* Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-15/+2
|\
| * fs: simplify invalidate_inodesChristoph Hellwig2023-08-211-15/+2
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-41/+175
|\ \
| * | fs: add infrastructure for multigrain timestampsJeff Layton2023-08-111-3/+79
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-17/+13
| * | fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-18/+66
| * | fs: remove silly warning from current_timeJeff Layton2023-08-091-6/+0
| * | fs: convert to ctime accessor functionsJeff Layton2023-07-131-3/+7
| * | fs: add ctime accessors infrastructureJeff Layton2023-07-101-0/+16
| |/
* / locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-3/+0
|/
* fs: don't assume arguments are non-NULLChristian Brauner2023-07-041-2/+4
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+2
|\
| * fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig2023-05-191-1/+2
* | fs: Restrict lock_two_nondirectories() to non-directory inodesJan Kara2023-06-071-10/+10
* | fs: Establish locking order for unrelated directoriesJan Kara2023-06-021-0/+42
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+1
|\
| * mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-181-2/+1
* | Update relatime comments to include equalityStephen Kitt2023-03-271-4/+4
|/
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-29/+28
|\
| * fs: port fs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-4/+2
| * fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-6/+2
| * fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-9/+11
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-6/+7
| * fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-6/+8
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner2023-01-181-3/+3
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-4/+4
|\
| * fs: use type safe idmapping helpersChristian Brauner2022-10-261-4/+4
* | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-36/+28
|\|
| * attr: use consistent sgid stripping checksChristian Brauner2022-10-181-3/+4
| * fs: move should_remove_suid()Christian Brauner2022-10-181-29/+0
| * attr: add in_group_or_capable()Christian Brauner2022-10-181-4/+24
* | fs: drop useless condition from inode_needs_update_timeJeff Layton2022-10-231-3/+0
|/
* Merge tag 'pull-inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-4/+3
|\
| * fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu2022-09-011-4/+3
* | fs: __file_remove_privs(): restore call to inode_has_no_xattr()Stefan Roesch2022-08-181-6/+8
|/
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-3/+7
|\
| * fs: change test in inode_insert5 for adding to the sb listJeff Layton2022-08-031-3/+7
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-4/+30
|\ \
| * | fs: move S_ISGID stripping into the vfs_*() helpersYang Xu2022-07-211-2/+0
| * | fs: add mode_strip_sgid() helperYang Xu2022-07-191-4/+32
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-1/+1
|\ \