summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman2012-05-032-8/+34
| * | | | userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-033-26/+20
| * | | | userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman2012-05-034-86/+178
| * | | | userns: Convert capabilities related permsion checksEric W. Biederman2012-05-032-16/+28
| * | | | userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman2012-05-031-5/+2
| * | | | userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-034-17/+4
| * | | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-0310-62/+59
| * | | | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-0312-49/+104
| * | | | userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-265-48/+644
| * | | | userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-264-29/+29
| * | | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-076-43/+55
| * | | | userns: Add a Kconfig option to enforce strict kuid and kgid type checksEric W. Biederman2012-04-072-2/+12
| * | | | userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman2012-04-072-2/+176
| * | | | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-075-23/+28
| * | | | userns: Start out with a full set of capabilities.Eric W. Biederman2012-04-071-0/+9
| * | | | userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-072-4/+4
| * | | | mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman2012-04-071-1/+8
| * | | | userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-073-8/+8
| * | | | cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-074-10/+10
| * | | | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-0712-24/+24
| * | | | cred: Add forward declaration of init_user_ns in all cases.Eric W. Biederman2012-04-071-1/+1
| * | | | userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman2012-04-071-2/+2
| * | | | userns: Replace netlink uses of cap_raised with capable.Eric W. Biederman2012-04-073-3/+3
| * | | | userns: Kill bogus declaration of function release_uidsEric W. Biederman2012-04-031-1/+0
| * | | | vfs: Don't allow a user namespace root to make device nodesEric W. Biederman2012-04-031-2/+1
* | | | | Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-232-8/+12
|\ \ \ \ \
| * | | | | Guard check in module loader against integer overflowDavid Howells2012-05-231-1/+2
| * | | | | modpost: use proper kernel style for autogenerated filesGreg Kroah-Hartman2012-05-231-4/+4
| * | | | | modpost: Stop grab_file() from leaking filedescriptors if fstat() failsJesper Juhl2012-05-231-3/+6
* | | | | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-2355-8033/+32
|\ \ \ \ \ \
| * | | | | | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-1738-2526/+15
| * | | | | | scsi: delete the MCA specific drivers and driver codePaul Gortmaker2012-05-1710-5414/+6
| * | | | | | serial: delete the MCA specific 8250 support.Paul Gortmaker2012-05-176-85/+11
| * | | | | | arm: remove ability to select CONFIG_MCAPaul Gortmaker2012-05-171-8/+0
* | | | | | | Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds2012-05-2325-868/+3124
|\ \ \ \ \ \ \
| * | | | | | | md/bitmap: record the space available for the bitmap in the superblock.NeilBrown2012-05-222-1/+10
| * | | | | | | md/raid10: Remove extras after reshape to smaller number of devices.NeilBrown2012-05-221-0/+13
| * | | | | | | md/raid5: improve removal of extra devices after reshape.NeilBrown2012-05-221-5/+5
| * | | | | | | md: check the return of mddev_find()Yuanhan Liu2012-05-221-0/+3
| * | | | | | | MD RAID1: Further conditionalize 'fullsync'Jonathan Brassow2012-05-221-1/+2
| * | | | | | | DM RAID: Use md_error() in place of simply setting Faulty bitJonathan Brassow2012-05-221-1/+1
| * | | | | | | DM RAID: Record and handle missing devicesJonathan Brassow2012-05-221-4/+7
| * | | | | | | DM RAID: Set recovery flags on resumeJonathan Brassow2012-05-222-5/+4
| * | | | | | | md/raid5: Allow reshape while a bitmap is present.NeilBrown2012-05-221-3/+3
| * | | | | | | md/raid10: resize bitmap when required during reshape.NeilBrown2012-05-221-13/+24
| * | | | | | | md: allow array to be resized while bitmap is present.NeilBrown2012-05-224-13/+28
| * | | | | | | md/bitmap: make sure reshape request are reflected in superblock.NeilBrown2012-05-221-0/+3
| * | | | | | | md/bitmap: add bitmap_resize function to allow bitmap resizing.NeilBrown2012-05-222-30/+172
| * | | | | | | md/bitmap: use DIV_ROUND_UP instead of open-codeNeilBrown2012-05-221-3/+2
| * | | | | | | md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'NeilBrown2012-05-222-77/+84
OpenPOWER on IntegriCloud