aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman1-2/+2
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman1-2/+2
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman4-13/+19
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman6-34/+54
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman4-28/+52
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman4-22/+42
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman1-8/+16
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman2-12/+12
2012-05-15userns: Fail exec for suid and sgid binaries with ids outside our user namespace.Eric W. Biederman1-0/+5
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2-8/+8
2012-05-03userns: Convert user specfied uids and gids in chown into kuids and kgidEric W. Biederman1-2/+11
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman6-19/+19
2012-05-03userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman1-3/+3
2012-05-03userns: Convert capabilities related permsion checksEric W. Biederman1-1/+2
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-6/+2
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2-3/+7
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman1-0/+77
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman1-4/+14
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2-17/+7
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-1/+1
2012-04-03vfs: Don't allow a user namespace root to make device nodesEric W. Biederman1-2/+1
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds29-293/+2074
2012-03-31vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-03-31vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-03-31untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-03-31untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-03-31untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-03-31untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16
2012-03-31vfs: move MAY_EXEC check from __lookup_hash()Miklos Szeredi1-6/+5
2012-03-31vfs: don't revalidate just looked up dentryMiklos Szeredi1-3/+1
2012-03-31vfs: fix d_need_lookup/d_revalidate order in do_lookupMiklos Szeredi1-2/+2
2012-03-31ext3: move headers to fs/ext3/Al Viro20-124/+1344
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro4-10/+633
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro2-3/+0
2012-03-31pstore: trim pstore_get_inode()Al Viro1-18/+8
2012-03-31aio: take final put_ioctx() into callers of io_destroy()Al Viro1-6/+4
2012-03-31aio: merge aio_cancel_all() with wait_for_all_aios()Al Viro1-15/+7
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds29-681/+916
2012-03-30Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds12-946/+1381
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds41-2225/+4362
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-55/+83
2012-03-29Revert "ext4: don't release page refs in ext4_end_bio()"Linus Torvalds1-4/+3
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds20-325/+1488
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+0
2012-03-29pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi1-1/+0