summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-30fs: Check for invalid i_uid in may_follow_link()Seth Forshee
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman
2016-06-30userns: Handle -1 in k[ug]id_has_mapping when !CONFIG_USER_NSEric W. Biederman
2016-06-28fs: Refuse uid/gid changes which don't map into s_user_nsSeth Forshee
2016-06-24selinux: Add support for unprivileged mounts from user namespacesSeth Forshee
2016-06-24Smack: Handle labels consistently in untrusted mountsSeth Forshee
2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman
2016-06-23userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman
2016-06-23mnt: Simplify mount_too_revealingEric W. Biederman
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-06-23proc: Convert proc_mount to use mount_ns.Eric W. Biederman
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-06-23ipc: Initialize ipc_namespace->user_ns early.Eric W. Biederman
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman
2016-06-15mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman
2016-06-07mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman
2016-06-07mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman
2016-06-05Linux 4.7-rc2Linus Torvalds
2016-06-05Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller
2016-06-05parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller
2016-06-05parisc: Fix printk time during bootHelge Deller
2016-06-04parisc: Fix backtrace on PA-RISCMikulas Patocka
2016-06-04Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds
2016-06-04Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds
2016-06-04Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-06-04Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-06-04Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-06-03mm, page_alloc: recalculate the preferred zoneref if the context can ignore m...Mel Gorman
2016-06-03mm, page_alloc: reset zonelist iterator after resetting fair zone allocation ...Mel Gorman
2016-06-03mm, oom_reaper: do not use siglock in try_oom_reaper()Michal Hocko
2016-06-03mm, page_alloc: prevent infinite loop in buffered_rmqueue()Vlastimil Babka
2016-06-03checkpatch: reduce git commit description style false positivesJoe Perches
2016-06-03mm/z3fold.c: avoid modifying HEADLESS page and minor cleanupVitaly Wool
2016-06-03memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo
2016-06-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi