summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: add mount_setattr()Christian Brauner23-3/+307
2021-01-24fs: add attr_flags_to_mnt_flags helperChristian Brauner1-16/+24
2021-01-24fs: split out functions to hold writersChristian Brauner1-6/+18
2021-01-24namespace: only take read lock in do_reconfigure_mnt()Christian Brauner1-6/+6
2021-01-24mount: make {lock,unlock}_mount_hash() staticChristian Brauner2-10/+10
2021-01-24namespace: take lock_mount_hash() directly when changing flagsChristian Brauner1-14/+8
2021-01-24nfs: do not export idmapped mountsChristian Brauner1-3/+9
2021-01-24overlayfs: do not mount on top of idmapped mountsChristian Brauner1-0/+4
2021-01-24ecryptfs: do not mount on top of idmapped mountsChristian Brauner1-0/+6
2021-01-24ima: handle idmapped mountsChristian Brauner10-49/+83
2021-01-24apparmor: handle idmapped mountsChristian Brauner3-10/+24
2021-01-24fs: make helpers idmap mount awareChristian Brauner182-756/+1121
2021-01-24exec: handle idmapped mountsChristian Brauner1-2/+5
2021-01-24would_dump: handle idmapped mountsChristian Brauner1-3/+3
2021-01-24ioctl: handle idmapped mountsChristian Brauner1-2/+5
2021-01-24init: handle idmapped mountsChristian Brauner1-9/+11
2021-01-24fcntl: handle idmapped mountsChristian Brauner1-1/+2
2021-01-24utimes: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24af_unix: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24open: handle idmapped mountsChristian Brauner1-4/+9
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner5-16/+23
2021-01-24namei: prepare for idmapped mountsChristian Brauner12-105/+279
2021-01-24namei: introduce struct renamedataChristian Brauner6-14/+55
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner7-67/+108
2021-01-24stat: handle idmapped mountsChristian Brauner36-46/+54
2021-01-24commoncap: handle idmapped mountsChristian Brauner11-74/+146
2021-01-24xattr: handle idmapped mountsTycho Andersen19-124/+160
2021-01-24acl: handle idmapped mountsChristian Brauner72-85/+238
2021-01-24attr: handle idmapped mountsChristian Brauner57-137/+206
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner54-91/+112
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner36-88/+164
2021-01-24capability: handle idmapped mountsChristian Brauner10-23/+36
2021-01-24fs: add file and path permissions helpersChristian Brauner13-16/+24
2021-01-24fs: add id translation helpersChristian Brauner1-0/+47
2021-01-24mount: attach mappings to mountsChristian Brauner3-0/+21
2021-01-17Linux 5.11-rc4v5.11-rc4Linus Torvalds1-1/+1
2021-01-17Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-208/+224
2021-01-17Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+23
2021-01-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+11
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2021-01-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-22/+19
2021-01-16dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro1-2/+5
2021-01-16Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18
2021-01-16Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+41
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-35/+68
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-15RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra1-2/+4
2021-01-15RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13