summaryrefslogtreecommitdiff
path: root/fs/attr.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \
| * | fs: Avoid premature clearing of capabilitiesJan Kara2016-09-22
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-16
|/
* vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-05
* fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee2016-06-27
* wrappers for ->i_mutex accessAl Viro2016-01-22
* fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-10
* fs: fix iversion handlingChristoph Hellwig2013-12-05
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-09
* userns: Allow chown and setgid preservationEric W. Biederman2012-11-20
* ima: add inode_post_setattr callMimi Zohar2012-09-07
* notify_change(): check that i_mutex is heldAndrew Morton2012-07-14
* vfs: increment iversion when a file is truncatedDmitry Kasatkin2012-05-30
* userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-03
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* switch is_sxid() to umode_tAl Viro2012-01-03
* Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-09
|\
| * evm: imbed evm_inode_post_setattrMimi Zohar2011-07-18
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-20
* | fs: kill i_alloc_semChristoph Hellwig2011-07-20
|/
* Cache xattr security drop check for write v2Andi Kleen2011-05-28
* Fix common misspellingsLucas De Marchi2011-03-31
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-23
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* default to simple_setattrChristoph Hellwig2010-08-09
* rename generic_setattrChristoph Hellwig2010-08-09
* fs: introduce new truncate sequencenpiggin@suse.de2010-05-27
* fs: use rlimit helpersJiri Slaby2010-03-06
* dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-05
* truncate: new helpersnpiggin@suse.de2009-09-24
* vfs: Use lowercase names of quota functionsJan Kara2009-03-26
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-14
* [patch] vfs: make security_inode_setattr() calling consistentMiklos Szeredi2008-10-23
* [patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi2008-07-26
* [patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2008-07-26
* VFS: make notify_change pass ATTR_KILL_S*ID to setattr operationsJeff Layton2007-10-18
* Implement file posix capabilitiesSerge E. Hallyn2007-10-17
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-17
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-11
* fs/attr.c: header included twiceNicolas Kaiser2006-01-11
* [PATCH] Fix some problems with truncate and mtime semantics.NeilBrown2006-01-08
* [PATCH] fs/attr.c: remove BUG()Alexey Dobriyan2005-10-30
* [PATCH] inotifyRobert Love2005-07-12