Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 343 | -1761/+4902 |
|\ | |||||
| * | xfs: remove the possibly unused mp variable in xfs_file_compat_ioctl | Christoph Hellwig | 2021-02-03 | 1 | -4/+3 |
| * | xfs: support idmapped mounts | Christoph Hellwig | 2021-01-24 | 14 | -65/+110 |
| * | ext4: support idmapped mounts | Christian Brauner | 2021-01-24 | 7 | -39/+46 |
| * | fat: handle idmapped mounts | Christian Brauner | 2021-01-24 | 3 | -9/+10 |
| * | tests: add mount_setattr() selftests | Christian Brauner | 2021-01-24 | 5 | -0/+1434 |
| * | fs: introduce MOUNT_ATTR_IDMAP | Christian Brauner | 2021-01-24 | 4 | -8/+121 |
| * | fs: add mount_setattr() | Christian Brauner | 2021-01-24 | 23 | -3/+307 |
| * | fs: add attr_flags_to_mnt_flags helper | Christian Brauner | 2021-01-24 | 1 | -16/+24 |
| * | fs: split out functions to hold writers | Christian Brauner | 2021-01-24 | 1 | -6/+18 |
| * | namespace: only take read lock in do_reconfigure_mnt() | Christian Brauner | 2021-01-24 | 1 | -6/+6 |
| * | mount: make {lock,unlock}_mount_hash() static | Christian Brauner | 2021-01-24 | 2 | -10/+10 |
| * | namespace: take lock_mount_hash() directly when changing flags | Christian Brauner | 2021-01-24 | 1 | -14/+8 |
| * | nfs: do not export idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -3/+9 |
| * | overlayfs: do not mount on top of idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -0/+4 |
| * | ecryptfs: do not mount on top of idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -0/+6 |
| * | ima: handle idmapped mounts | Christian Brauner | 2021-01-24 | 10 | -49/+83 |
| * | apparmor: handle idmapped mounts | Christian Brauner | 2021-01-24 | 3 | -10/+24 |
| * | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 182 | -756/+1121 |
| * | exec: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+5 |
| * | would_dump: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -3/+3 |
| * | ioctl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+5 |
| * | init: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -9/+11 |
| * | fcntl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+2 |
| * | utimes: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
| * | af_unix: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
| * | open: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -4/+9 |
| * | open: handle idmapped mounts in do_truncate() | Christian Brauner | 2021-01-24 | 5 | -16/+23 |
| * | namei: prepare for idmapped mounts | Christian Brauner | 2021-01-24 | 12 | -105/+279 |
| * | namei: introduce struct renamedata | Christian Brauner | 2021-01-24 | 6 | -14/+55 |
| * | namei: handle idmapped mounts in may_*() helpers | Christian Brauner | 2021-01-24 | 7 | -67/+108 |
| * | stat: handle idmapped mounts | Christian Brauner | 2021-01-24 | 36 | -46/+54 |
| * | commoncap: handle idmapped mounts | Christian Brauner | 2021-01-24 | 11 | -74/+146 |
| * | xattr: handle idmapped mounts | Tycho Andersen | 2021-01-24 | 19 | -124/+160 |
| * | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 72 | -85/+238 |
| * | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 57 | -137/+206 |
| * | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 54 | -91/+112 |
| * | namei: make permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 36 | -88/+164 |
| * | capability: handle idmapped mounts | Christian Brauner | 2021-01-24 | 10 | -23/+36 |
| * | fs: add file and path permissions helpers | Christian Brauner | 2021-01-24 | 13 | -16/+24 |
| * | fs: add id translation helpers | Christian Brauner | 2021-01-24 | 1 | -0/+47 |
| * | mount: attach mappings to mounts | Christian Brauner | 2021-01-24 | 3 | -0/+21 |
* | | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn... | Linus Torvalds | 2021-02-23 | 2 | -15/+27 |
|\ \ | |||||
| * | | percpu: fix clang modpost section mismatch | Dennis Zhou | 2021-02-14 | 2 | -1/+7 |
| * | | percpu: reduce the number of cpu distance comparisons | Wonhyuk Yang | 2021-02-14 | 1 | -14/+20 |
* | | | Kbuild: disable TRIM_UNUSED_KSYMS option | Linus Torvalds | 2021-02-23 | 1 | -0/+1 |
* | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-02-23 | 35 | -516/+287 |
|\ \ \ | |||||
| * | | | module: potential uninitialized return in module_kallsyms_on_each_symbol() | Dan Carpenter | 2021-02-10 | 1 | -1/+1 |
| * | | | module: remove EXPORT_UNUSED_SYMBOL* | Christoph Hellwig | 2021-02-08 | 24 | -193/+13 |
| * | | | module: remove EXPORT_SYMBOL_GPL_FUTURE | Christoph Hellwig | 2021-02-08 | 9 | -65/+5 |