summaryrefslogtreecommitdiffstats
path: root/fs/attr.c
AgeCommit message (Expand)AuthorLines
2025-09-21vfs: add ATTR_CTIME_SET flagJeff Layton-25/+19
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao-5/+5
2024-10-10fs: handle delegated timestamps in setattr_copy_mgtimeJeff Layton-10/+19
2024-10-07fs: have setattr_copy handle multigrain timestamps appropriatelyJeff Layton-6/+46
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-3/+11
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton-3/+11
2024-06-25fs: Export in_group_or_capable()Youling Tang-2/+0
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+1
2024-02-15evm: Move to LSM infrastructureRoberto Sassu-2/+0
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu-2/+0
2024-02-15security: Introduce inode_post_setattr hookRoberto Sassu-0/+1
2024-02-15evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu-1/+1
2024-02-15ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu-1/+1
2024-01-22fs: fix a typo in attr.cJay-1/+1
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn-1/+1
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton-2/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-2/+18
2023-07-14attr: block mode changes of symlinksChristian Brauner-2/+18
2023-07-13fs: convert to ctime accessor functionsJeff Layton-1/+1
2023-03-30nfs: use vfs setgid helperChristian Brauner-0/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-65/+64
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner-3/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner-16/+8
2023-01-19fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner-24/+29
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner-4/+3
2023-01-19fs: port xattr to mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-3/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-15/+17
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner-6/+7
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton-0/+1
2022-10-18attr: use consistent sgid stripping checksChristian Brauner-14/+19
2022-10-18attr: add setattr_should_drop_sgid()Christian Brauner-0/+28
2022-10-18fs: move should_remove_suid()Christian Brauner-0/+29
2022-10-18attr: add in_group_or_capable()Christian Brauner-5/+5
2022-08-08vfs: Check the truncate maximum size in inode_newsize_ok()David Howells-0/+2
2022-06-27attr: fix kernel docChristian Brauner-2/+2
2022-06-26attr: port attribute changes to new typesChristian Brauner-36/+32
2022-06-26security: pass down mount idmapping to setattr hookChristian Brauner-1/+1
2022-06-26fs: port to iattr ownership update helpersChristian Brauner-4/+2
2022-06-14fs: account for group membershipChristian Brauner-6/+20
2021-11-17fs: handle circular mappings correctlyChristian Brauner-2/+2
2021-08-13fs: Move notify_change permission checks into may_setattrAndreas Gruenbacher-19/+31
2021-01-24ima: handle idmapped mountsChristian Brauner-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner-2/+2
2021-01-24commoncap: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-29/+90
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner-3/+3
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner-1/+2
2021-01-24capability: handle idmapped mountsChristian Brauner-4/+4