summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-01-23mm: optimize thread stack usage on ARMv7 [1/1]tao zeng19-48/+656
2018-11-23Merge 4.9.138 into android-4.9Greg Kroah-Hartman73-209/+579
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman1-1/+1
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman1-2/+8
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman1-2/+8
2018-08-15Merge 4.9.120 into android-4.9Greg Kroah-Hartman106-393/+2714
2018-08-15fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-15fix mntput/mntput raceAl Viro1-2/+12
2018-04-24Merge 4.9.96 into android-4.9Greg Kroah-Hartman99-300/+648
2018-04-24Don't leak MNT_INTERNAL away from internal mountsAl Viro1-1/+2
2017-09-08ANDROID: mnt: Fix freeing of mount dataDaniel Rosenberg1-3/+1
2017-07-21Merge 4.9.39 into android-4.9Greg Kroah-Hartman81-354/+655
2017-07-21mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman3-62/+90
2017-07-21mnt: In umount propagation reparent in a separate passEric W. Biederman3-5/+32
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+111
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+111
2017-01-31Merge tag 'v4.9.6' into android-4.9Dmitry Shmidt717-3524/+6726
2017-01-31ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg5-10/+38
2017-01-31ANDROID: mnt: Add filesystem private data to mount pointsDaniel Rosenberg5-1/+46
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2-21/+50
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy19-22/+37
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman7-2/+70
2016-09-23Merge branch 'nsfs-ioctls' into HEADEric W. Biederman15-13/+371
2016-09-23kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin9-0/+68
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman7-7/+7
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi6-27/+46
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman4-1/+24
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-48/+78
2016-07-01namespace: update event counter when umounting a deleted dentryAndrey Ulanov1-0/+1
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski5-3/+23
2016-06-23userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman2-18/+4
2016-06-23mnt: Simplify mount_too_revealingEric W. Biederman1-17/+8
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman2-4/+4
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman5-17/+32
2016-06-15mnt: Account for MS_RDONLY in fs_fully_visibleEric W. Biederman1-0/+4
2016-06-07mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-06-07mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman1-1/+3
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-04saner calling conventions for copy_mount_options()Al Viro3-30/+28
2015-12-07fs/namespace.c: path_is_under can be booleanYaowei Bai2-3/+3
2015-11-16locks: Don't allow mounts in user namespaces to enable mandatory lockingEric W. Biederman1-1/+1
2015-11-16locks: Allow disabling mandatory locking at compile timeJeff Layton4-34/+62
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-34/+83
[next]