index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-30
autofs: Fix automounts by using current_real_cred()->uid
Eric W. Biederman
1
-2
/
+2
2016-09-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
7
-2
/
+70
2016-09-23
netns: move {inc,dec}_net_namespaces into #ifdef
Arnd Bergmann
1
-10
/
+10
2016-09-23
nsfs: Simplify __ns_get_path
Eric W. Biederman
1
-5
/
+2
2016-09-23
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
15
-13
/
+371
2016-09-23
tools/testing: add a test to check nsfs ioctl-s
Andrey Vagin
4
-0
/
+182
2016-09-23
nsfs: add ioctl to get a parent namespace
Andrey Vagin
5
-0
/
+27
2016-09-23
nsfs: add ioctl to get an owning user namespace for ns file descriptor
Andrey Vagin
2
-13
/
+94
2016-09-23
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
9
-0
/
+68
2016-09-22
devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/pts
Eric W. Biederman
1
-9
/
+4
2016-09-22
devpts: Remove sync_filesystems
Eric W. Biederman
1
-1
/
+0
2016-09-22
devpts: Make devpts_kill_sb safe if fsi is NULL
Eric W. Biederman
1
-1
/
+2
2016-09-22
devpts: Simplify devpts_mount by using mount_nodev
Eric W. Biederman
1
-18
/
+1
2016-09-22
devpts: Move the creation of /dev/pts/ptmx into fill_super
Eric W. Biederman
1
-8
/
+11
2016-09-22
devpts: Move parse_mount_options into fill_super
Eric W. Biederman
1
-8
/
+8
2016-09-22
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
7
-7
/
+7
2016-09-22
userns; Document per user per user namespace limits.
Eric W. Biederman
2
-0
/
+67
2016-08-31
mntns: Add a limit on the number of mount namespaces.
Eric W. Biederman
4
-1
/
+24
2016-08-08
netns: Add a limit on the number of net namespaces
Eric W. Biederman
4
-1
/
+24
2016-08-08
cgroupns: Add a limit on the number of cgroup namespaces
Eric W. Biederman
4
-0
/
+21
2016-08-08
ipcns: Add a limit on the number of ipc namespaces
Eric W. Biederman
4
-11
/
+37
2016-08-08
utsns: Add a limit on the number of uts namespaces
Eric W. Biederman
4
-5
/
+32
2016-08-08
pidns: Add a limit on the number of pid namespaces
Eric W. Biederman
4
-4
/
+24
2016-08-08
userns: Generalize the user namespace count into ucount
Eric W. Biederman
4
-25
/
+49
2016-08-08
userns: Make the count of user namespaces per user
Eric W. Biederman
4
-30
/
+117
2016-08-08
userns: Add a limit on the number of user namespaces
Eric W. Biederman
4
-11
/
+81
2016-08-08
userns: Add per user namespace sysctls.
Eric W. Biederman
4
-3
/
+120
2016-08-08
userns: Free user namespaces in process context
Eric W. Biederman
2
-5
/
+14
2016-08-08
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
3
-11
/
+10
2016-08-08
Linux 4.8-rc1
v4.8-rc1
Linus Torvalds
1
-2
/
+2
2016-08-08
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
62
-213
/
+213
2016-08-08
Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
22
-156
/
+334
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
51
-157
/
+158
2016-08-07
target: iblock_execute_sync_cache() should use bio_set_op_attrs()
Jens Axboe
1
-1
/
+1
2016-08-07
mm: make __swap_writepage() use bio_set_op_attrs()
Jens Axboe
1
-2
/
+3
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
11
-53
/
+51
2016-08-07
Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux
Linus Torvalds
16
-34
/
+31
2016-08-07
Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-2
/
+67
2016-08-07
fs: return EPERM on immutable inode
Eryu Guan
4
-4
/
+5
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
32
-130
/
+82
2016-08-06
Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
64
-915
/
+6267
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
37
-100
/
+95
2016-08-06
Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-2
/
+11
2016-08-06
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
28
-201
/
+3765
2016-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-117
/
+273
2016-08-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
69
-806
/
+1418
2016-08-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
28
-111
/
+402
2016-08-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-14
/
+49
2016-08-06
Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh
Linus Torvalds
45
-399
/
+1206
2016-08-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
7
-34
/
+30
[next]