summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-23343-1761/+4902
|\
| * xfs: remove the possibly unused mp variable in xfs_file_compat_ioctlChristoph Hellwig2021-02-031-4/+3
| * xfs: support idmapped mountsChristoph Hellwig2021-01-2414-65/+110
| * ext4: support idmapped mountsChristian Brauner2021-01-247-39/+46
| * fat: handle idmapped mountsChristian Brauner2021-01-243-9/+10
| * tests: add mount_setattr() selftestsChristian Brauner2021-01-245-0/+1434
| * fs: introduce MOUNT_ATTR_IDMAPChristian Brauner2021-01-244-8/+121
| * fs: add mount_setattr()Christian Brauner2021-01-2423-3/+307
| * fs: add attr_flags_to_mnt_flags helperChristian Brauner2021-01-241-16/+24
| * fs: split out functions to hold writersChristian Brauner2021-01-241-6/+18
| * namespace: only take read lock in do_reconfigure_mnt()Christian Brauner2021-01-241-6/+6
| * mount: make {lock,unlock}_mount_hash() staticChristian Brauner2021-01-242-10/+10
| * namespace: take lock_mount_hash() directly when changing flagsChristian Brauner2021-01-241-14/+8
| * nfs: do not export idmapped mountsChristian Brauner2021-01-241-3/+9
| * overlayfs: do not mount on top of idmapped mountsChristian Brauner2021-01-241-0/+4
| * ecryptfs: do not mount on top of idmapped mountsChristian Brauner2021-01-241-0/+6
| * ima: handle idmapped mountsChristian Brauner2021-01-2410-49/+83
| * apparmor: handle idmapped mountsChristian Brauner2021-01-243-10/+24
| * fs: make helpers idmap mount awareChristian Brauner2021-01-24182-756/+1121
| * exec: handle idmapped mountsChristian Brauner2021-01-241-2/+5
| * would_dump: handle idmapped mountsChristian Brauner2021-01-241-3/+3
| * ioctl: handle idmapped mountsChristian Brauner2021-01-241-2/+5
| * init: handle idmapped mountsChristian Brauner2021-01-241-9/+11
| * fcntl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
| * utimes: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * af_unix: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * open: handle idmapped mountsChristian Brauner2021-01-241-4/+9
| * open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-245-16/+23
| * namei: prepare for idmapped mountsChristian Brauner2021-01-2412-105/+279
| * namei: introduce struct renamedataChristian Brauner2021-01-246-14/+55
| * namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-247-67/+108
| * stat: handle idmapped mountsChristian Brauner2021-01-2436-46/+54
| * commoncap: handle idmapped mountsChristian Brauner2021-01-2411-74/+146
| * xattr: handle idmapped mountsTycho Andersen2021-01-2419-124/+160
| * acl: handle idmapped mountsChristian Brauner2021-01-2472-85/+238
| * attr: handle idmapped mountsChristian Brauner2021-01-2457-137/+206
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-2454-91/+112
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-2436-88/+164
| * capability: handle idmapped mountsChristian Brauner2021-01-2410-23/+36
| * fs: add file and path permissions helpersChristian Brauner2021-01-2413-16/+24
| * fs: add id translation helpersChristian Brauner2021-01-241-0/+47
| * mount: attach mappings to mountsChristian Brauner2021-01-243-0/+21
* | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-02-232-15/+27
|\ \
| * | percpu: fix clang modpost section mismatchDennis Zhou2021-02-142-1/+7
| * | percpu: reduce the number of cpu distance comparisonsWonhyuk Yang2021-02-141-14/+20
* | | Kbuild: disable TRIM_UNUSED_KSYMS optionLinus Torvalds2021-02-231-0/+1
* | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-2335-516/+287
|\ \ \
| * | | module: potential uninitialized return in module_kallsyms_on_each_symbol()Dan Carpenter2021-02-101-1/+1
| * | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-0824-193/+13
| * | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-089-65/+5