summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-0227-56/+347
|\
| * userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman2012-09-211-3/+3
| * userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman2012-09-211-1/+1
| * userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman2012-09-181-2/+1
| * userns: Modify dqget to take struct kqidEric W. Biederman2012-09-181-1/+1
| * userns: Convert quota netlink aka quota_send_warningEric W. Biederman2012-09-181-2/+2
| * userns: Convert qutoactlEric W. Biederman2012-09-182-4/+4
| * userns: Implement struct kqidEric W. Biederman2012-09-181-0/+125
| * userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman2012-09-182-0/+107
| * userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+4
| * userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman2012-09-182-1/+19
| * userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman2012-09-181-2/+6
| * userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-176-19/+20
| * audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-171-0/+2
| * audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-171-1/+1
| * audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman2012-09-171-1/+1
| * userns: Convert security/keys to the new userns infrastructureEric W. Biederman2012-09-131-4/+5
| * userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman2012-09-131-2/+2
| * userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman2012-09-061-4/+5
| * net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-141-1/+2
| * userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-141-0/+1
| * userns: Implement sk_user_nsEric W. Biederman2012-08-141-0/+9
| * netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman2012-08-141-0/+1
| * userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-141-2/+2
| * net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-1/+4
| * userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-141-1/+2
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-1/+2
| * userns: Make seq_file's user namespace accessibleEric W. Biederman2012-08-141-0/+14
| * userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-1/+1
* | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-0/+15
|\ \
| * | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+15
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-027-63/+102
|\ \ \
| * | | cgroup: Define CGROUP_SUBSYS_COUNT according the configurationDaniel Wagner2012-09-141-7/+1
| * | | cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-143-22/+10
| * | | cgroup: Wrap subsystem selection macroDaniel Wagner2012-09-142-12/+16
| * | | cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNTDaniel Wagner2012-09-141-1/+1
| * | | cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner2012-09-141-7/+5
| * | | cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner2012-09-141-5/+6
| * | | cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner2012-09-142-8/+6
| * | | cgroup: add xattr supportAristeu Rozanski2012-08-241-3/+10
| * | | xattr: extract simple_xattr code from tmpfsAristeu Rozanski2012-08-242-1/+50
* | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-98/+122
|\ \ \ \
| * | | | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * | | | workqueue: reimplement cancel_delayed_work() using try_to_grab_pending()Tejun Heo2012-08-211-16/+1
| * | | | workqueue: use irqsafe timer for delayed_workTejun Heo2012-08-211-3/+5
| * | | | workqueue: clean up delayed_work initializers and add missing oneTejun Heo2012-08-211-25/+23
| * | | | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-211-4/+4
| * | | | workqueue: cosmetic whitespace updates for macro definitionsTejun Heo2012-08-211-63/+63
| * | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Tejun Heo2012-08-211-100/+65
| |\ \ \ \
| * | | | | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-2/+2