aboutsummaryrefslogtreecommitdiffstats
path: root/fs/attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-3/+0
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-4/+1
2011-05-28Cache xattr security drop check for write v2Andi Kleen1-0/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-2/+2
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-14/+30
2010-08-09remove inode_setattrChristoph Hellwig1-25/+0
2010-08-09default to simple_setattrChristoph Hellwig1-6/+3
2010-08-09rename generic_setattrChristoph Hellwig1-7/+7
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-10/+40
2010-03-06fs: use rlimit helpersJiri Slaby1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-9/+2
2009-09-24truncate: new helpersnpiggin@suse.de1-2/+44
2009-03-26vfs: Use lowercase names of quota functionsJan Kara1-1/+2
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-2/+2
2008-10-23[patch] vfs: make security_inode_setattr() calling consistentMiklos Szeredi1-5/+5
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi1-0/+5
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi1-1/+1
2007-10-18VFS: make notify_change pass ATTR_KILL_S*ID to setattr operationsJeff Layton1-10/+16
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-0/+9
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-11fs/attr.c: header included twiceNicolas Kaiser1-1/+0
2006-01-08[PATCH] Fix some problems with truncate and mtime semantics.NeilBrown1-16/+8
2005-10-30[PATCH] fs/attr.c: remove BUG()Alexey Dobriyan1-3/+0
2005-07-12[PATCH] inotifyRobert Love1-29/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+208