summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-2215-13/+371
|\
| * tools/testing: add a test to check nsfs ioctl-sAndrey Vagin2016-09-224-0/+182
| * nsfs: add ioctl to get a parent namespaceAndrey Vagin2016-09-225-0/+27
| * nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin2016-09-222-13/+94
| * kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-229-0/+68
* | devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman2016-09-221-9/+4
* | devpts: Remove sync_filesystemsEric W. Biederman2016-09-221-1/+0
* | devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman2016-09-221-1/+2
* | devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman2016-09-221-18/+1
* | devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman2016-09-221-8/+11
* | devpts: Move parse_mount_options into fill_superEric W. Biederman2016-09-221-8/+8
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-227-7/+7
* | userns; Document per user per user namespace limits.Eric W. Biederman2016-09-222-0/+67
* | mntns: Add a limit on the number of mount namespaces.Eric W. Biederman2016-08-314-1/+24
* | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-084-1/+24
* | cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman2016-08-084-0/+21
* | ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-084-11/+37
* | utsns: Add a limit on the number of uts namespacesEric W. Biederman2016-08-084-5/+32
* | pidns: Add a limit on the number of pid namespacesEric W. Biederman2016-08-084-4/+24
* | userns: Generalize the user namespace count into ucountEric W. Biederman2016-08-084-25/+49
* | userns: Make the count of user namespaces per userEric W. Biederman2016-08-084-30/+117
* | userns: Add a limit on the number of user namespacesEric W. Biederman2016-08-084-11/+81
* | userns: Add per user namespace sysctls.Eric W. Biederman2016-08-084-3/+120
* | userns: Free user namespaces in process contextEric W. Biederman2016-08-082-5/+14
* | sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-083-11/+10
|/
* Linux 4.8-rc1v4.8-rc1Linus Torvalds2016-08-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-0762-213/+213
|\
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-0751-157/+158
| * target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1
| * mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-071-2/+3
| * block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-0711-53/+51
* | Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-0722-156/+334
|\ \ | |/ |/|
| * Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaign...Dave Airlie2016-08-0322-156/+334
| |\
| | * drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-296-25/+8
| | * drm/exynos: use generic code for managing zpos plane propertyMarek Szyprowski2016-07-293-62/+13
| | * drm: sti: use generic zpos for planeBenjamin Gaignard2016-07-296-68/+38
| | * drm: add generic zpos propertyMarek Szyprowski2016-07-297-1/+275
| | * Merge remote-tracking branch 'media_tree/vsp1' into generic-zpos-v8Benjamin Gaignard2016-07-29122-7051/+7425
| | |\
* | | \ Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds2016-08-0716-34/+31
|\ \ \ \
| * | | | DocBook: use DOCBOOKS="" to ignore DocBooks instead of IGNORE_DOCBOOKS=1Jani Nikula2016-08-041-16/+10
| * | | | Documenation: update cgroup's document pathseokhoon.yoon2016-08-0314-19/+19
| * | | | Documentation/sphinx: do not warn about missing tools in 'make help'Jani Nikula2016-08-031-2/+2
* | | | | Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-074-2/+67
|\ \ \ \ \
| * | | | | binfmt_misc: add F option description to documentationJames Bottomley2016-03-301-0/+7
| * | | | | binfmt_misc: add persistent opened binary handler for containersJames Bottomley2016-03-301-2/+39
| * | | | | fs: add filp_clone_open APIJames Bottomley2016-03-302-0/+21
* | | | | | fs: return EPERM on immutable inodeEryu Guan2016-08-074-4/+5
* | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-0732-130/+82
|\ \ \ \ \ \
| * | | | | | cachefiles: Fix race between inactivating and culling a cache objectDavid Howells2016-08-031-2/+3
| * | | | | | Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro2016-08-033-9/+4
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud