summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-31ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg10-64/+156
2017-01-31ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg7-15/+34
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani34-70/+70
2016-09-22fs: Avoid premature clearing of capabilitiesJan Kara1-6/+14
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi3-16/+17
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman5-5/+48
2016-06-28fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee1-0/+11
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski6-26/+27
2013-12-05fs: fix iversion handlingChristoph Hellwig3-7/+10
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields10-17/+69
2012-11-20userns: Allow chown and setgid preservationEric W. Biederman1-4/+7
2012-09-07ima: add inode_post_setattr callMimi Zohar2-0/+12
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton1-1/+2
2012-05-31vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman7-21/+21
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-01-04switch is_sxid() to umode_tAl Viro2-3/+3
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris39-405/+1535
2011-07-21fs: move inode_dio_wait calls into ->setattrChristoph Hellwig12-3/+24
2011-07-21fs: kill i_alloc_semChristoph Hellwig13-53/+78
2011-07-18evm: imbed evm_inode_post_setattrMimi Zohar2-1/+10
2011-05-28Cache xattr security drop check for write v2Andi Kleen4-4/+37
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
2011-03-24userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn30-44/+47
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig21-156/+108
2010-08-09remove inode_setattrChristoph Hellwig35-194/+416
2010-08-09default to simple_setattrChristoph Hellwig2-11/+14
2010-08-09rename generic_setattrChristoph Hellwig8-15/+14
2010-05-28fs: introduce new truncate sequencenpiggin@suse.de8-63/+300
2010-03-06fs: use rlimit helpersJiri Slaby8-12/+12
2010-03-04dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig8-38/+65
2009-09-24truncate: new helpersnpiggin@suse.de9-108/+120
2009-03-26vfs: Use lowercase names of quota functionsJan Kara6-20/+21
2008-11-13CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells15-36/+38
2008-10-23[patch] vfs: make security_inode_setattr() calling consistentMiklos Szeredi1-5/+5
2008-07-27[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi3-26/+7
2008-07-27[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi3-30/+22
2007-10-18VFS: make notify_change pass ATTR_KILL_S*ID to setattr operationsJeff Layton1-10/+16
2007-10-17Implement file posix capabilitiesSerge E. Hallyn15-73/+418
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma22-30/+32
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap436-436/+0
2006-01-12[PATCH] capable/capability.h (fs/)Randy Dunlap46-0/+52
2006-01-11fs/attr.c: header included twiceNicolas Kaiser1-1/+0
2006-01-09[PATCH] Fix some problems with truncate and mtime semantics.NeilBrown5-23/+17
2005-10-31[PATCH] fs/attr.c: remove BUG()Alexey Dobriyan1-3/+0
2005-07-13[PATCH] inotifyRobert Love24-67/+1639
[next]