aboutsummaryrefslogtreecommitdiff
path: root/fs/attr.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27attr: fix kernel docGravatar Christian Brauner 1-2/+2
2022-06-26attr: port attribute changes to new typesGravatar Christian Brauner 1-36/+32
2022-06-26security: pass down mount idmapping to setattr hookGravatar Christian Brauner 1-1/+1
2022-06-26fs: port to iattr ownership update helpersGravatar Christian Brauner 1-4/+2
2022-06-14fs: account for group membershipGravatar Christian Brauner 1-6/+20
2021-11-17fs: handle circular mappings correctlyGravatar Christian Brauner 1-2/+2
2021-08-13fs: Move notify_change permission checks into may_setattrGravatar Andreas Gruenbacher 1-19/+31
2021-01-24ima: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+2
2021-01-24commoncap: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-29/+90
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-3/+3
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+2
2021-01-24capability: handle idmapped mountsGravatar Christian Brauner 1-4/+4
2019-12-08utimes: Clamp the timestamps in notify_change()Gravatar Amir Goldstein 1-12/+11
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-9/+12
2018-07-03fs: Fix attr.c kernel-docGravatar Matthew Wilcox 1-2/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-7/+7
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-7/+7
2018-05-24fs: Allow superblock owner to replace invalid owners of inodesGravatar Eric W. Biederman 1-8/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-12/+23
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Avoid premature clearing of capabilitiesGravatar Jan Kara 1-6/+14
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-6/+9
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Gravatar Miklos Szeredi 1-0/+15
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsGravatar Eric W. Biederman 1-0/+8
2016-06-27fs: Refuse uid/gid changes which don't map into s_user_nsGravatar Seth Forshee 1-0/+11
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidGravatar Andy Lutomirski 1-4/+4
2013-12-05fs: fix iversion handlingGravatar Christoph Hellwig 1-5/+0
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-1/+24
2012-11-20userns: Allow chown and setgid preservationGravatar Eric W. Biederman 1-4/+7
2012-09-07ima: add inode_post_setattr callGravatar Mimi Zohar 1-0/+2
2012-07-14notify_change(): check that i_mutex is heldGravatar Andrew Morton 1-1/+2
2012-05-30vfs: increment iversion when a file is truncatedGravatar Dmitry Kasatkin 1-0/+5
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsGravatar Eric W. Biederman 1-4/+4
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03switch is_sxid() to umode_tGravatar Al Viro 1-2/+2
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 1-1/+4
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-3/+0
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 1-4/+1
2011-07-18evm: imbed evm_inode_post_setattrGravatar Mimi Zohar 1-1/+4
2011-05-28Cache xattr security drop check for write v2Gravatar Andi Kleen 1-0/+7
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-2/+2
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-14/+30
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-25/+0