aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman1-2/+2
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman7-2/+70
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann1-10/+10
2016-09-22nsfs: Simplify __ns_get_pathEric W. Biederman1-5/+2
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman15-13/+371
2016-09-22tools/testing: add a test to check nsfs ioctl-sAndrey Vagin4-0/+182
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin5-0/+27
2016-09-22nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin2-13/+94
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin9-0/+68
2016-09-22devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-22devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-22devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-22devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1
2016-09-22devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman1-8/+11
2016-09-22devpts: Move parse_mount_options into fill_superEric W. Biederman1-8/+8
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman7-7/+7
2016-09-22userns; Document per user per user namespace limits.Eric W. Biederman2-0/+67
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman4-1/+24
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman4-1/+24
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman4-0/+21
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman4-11/+37
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman4-5/+32
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman4-4/+24
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman4-25/+49
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman4-30/+117
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman4-11/+81
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman4-3/+120
2016-08-08userns: Free user namespaces in process contextEric W. Biederman2-5/+14
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman3-11/+10
2016-08-07Linux 4.8-rc1Linus Torvalds1-2/+2
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds62-213/+213
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-156/+334
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-07Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds16-34/+31
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_miscLinus Torvalds4-2/+67
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds32-130/+82
2016-08-06Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds64-915/+6267
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds37-100/+95
2016-08-06Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+11
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds28-201/+3765
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-117/+273
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds69-806/+1418
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds28-111/+402
2016-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-14/+49
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds45-399/+1206
2016-08-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-34/+30