summaryrefslogtreecommitdiffstats
path: root/fs/attr.c
AgeCommit message (Expand)AuthorLines
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
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein-12/+11
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani-9/+12
2018-07-03fs: Fix attr.c kernel-docMatthew Wilcox-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-7/+7
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-7/+7
2018-05-24fs: Allow superblock owner to replace invalid owners of inodesEric W. Biederman-8/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro-12/+23
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani-1/+1
2016-09-22fs: Avoid premature clearing of capabilitiesJan Kara-6/+14
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-6/+9
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi-0/+15
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman-0/+8
2016-06-27fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee-0/+11
2016-01-22wrappers for ->i_mutex accessAl Viro-1/+1
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski-4/+4
2013-12-05fs: fix iversion handlingChristoph Hellwig-5/+0