| Commit message (Expand) | Author | Files | Lines |
2021-01-24 | exec: handle idmapped mounts | Christian Brauner | 1 | -2/+5 |
2021-01-24 | would_dump: handle idmapped mounts | Christian Brauner | 1 | -3/+3 |
2021-01-24 | ioctl: handle idmapped mounts | Christian Brauner | 1 | -2/+5 |
2021-01-24 | init: handle idmapped mounts | Christian Brauner | 1 | -9/+11 |
2021-01-24 | fcntl: handle idmapped mounts | Christian Brauner | 1 | -1/+2 |
2021-01-24 | utimes: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2021-01-24 | af_unix: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | open: handle idmapped mounts | Christian Brauner | 1 | -4/+9 |
2021-01-24 | open: handle idmapped mounts in do_truncate() | Christian Brauner | 5 | -16/+23 |
2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 12 | -105/+279 |
2021-01-24 | namei: introduce struct renamedata | Christian Brauner | 6 | -14/+55 |
2021-01-24 | namei: handle idmapped mounts in may_*() helpers | Christian Brauner | 7 | -67/+108 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 36 | -46/+54 |
2021-01-24 | commoncap: handle idmapped mounts | Christian Brauner | 11 | -74/+146 |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 19 | -124/+160 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 72 | -85/+238 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 57 | -137/+206 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 54 | -91/+112 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 36 | -88/+164 |
2021-01-24 | capability: handle idmapped mounts | Christian Brauner | 10 | -23/+36 |
2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 13 | -16/+24 |
2021-01-24 | fs: add id translation helpers | Christian Brauner | 1 | -0/+47 |
2021-01-24 | mount: attach mappings to mounts | Christian Brauner | 3 | -0/+21 |
2021-01-18 | Linux 5.11-rc4v5.11-rc4 | Linus Torvalds | 1 | -1/+1 |
2021-01-17 | mm: don't put pinned pages into the swap cache | Linus Torvalds | 1 | -0/+2 |
2021-01-16 | dump_common_audit_data(): fix racy accesses to ->d_name | Al Viro | 1 | -2/+5 |
2021-01-16 | mm: don't play games with pinned pages in clear_page_refs | Linus Torvalds | 1 | -0/+21 |
2021-01-16 | mm: fix clear_refs_write locking | Linus Torvalds | 1 | -23/+9 |
2021-01-16 | RISC-V: Fix maximum allowed phsyical memory for RV32 | Atish Patra | 1 | -2/+4 |
2021-01-16 | RISC-V: Set current memblock limit | Atish Patra | 1 | -2/+14 |
2021-01-16 | RISC-V: Do not allocate memblock while iterating reserved memblocks | Atish Patra | 1 | -11/+13 |
2021-01-16 | iov_iter: fix the uaccess area in copy_compat_iovec_from_user | Christoph Hellwig | 1 | -1/+1 |
2021-01-16 | io_uring: ensure finish_wait() is always called in __io_uring_task_cancel() | Jens Axboe | 1 | -0/+1 |
2021-01-15 | perf inject: Correct event attribute sizes | Al Grant | 1 | -0/+8 |
2021-01-15 | perf intel-pt: Fix 'CPU too large' error | Adrian Hunter | 2 | -3/+3 |
2021-01-15 | perf stat: Take cgroups into account for shadow stats | Namhyung Kim | 1 | -7/+19 |
2021-01-15 | perf stat: Introduce struct runtime_stat_data | Namhyung Kim | 1 | -173/+173 |
2021-01-15 | libperf tests: Fail when failing to get a tracepoint id | Ian Rogers | 1 | -0/+1 |
2021-01-15 | libperf tests: If a test fails return non-zero | Ian Rogers | 4 | -4/+4 |
2021-01-15 | libperf tests: Avoid uninitialized variable warning | Ian Rogers | 1 | -2/+2 |
2021-01-15 | ext4: remove expensive flush on fast commit | Daejun Park | 1 | -5/+5 |
2021-01-15 | ext4: fix bug for rename with RENAME_WHITEOUT | yangerkun | 1 | -8/+9 |
2021-01-15 | ext4: fix wrong list_splice in ext4_fc_cleanup | Daejun Park | 1 | -1/+1 |
2021-01-15 | ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR | Yi Li | 1 | -11/+12 |
2021-01-15 | perf test: Fix shadow stat test for non-bash shells | Namhyung Kim | 1 | -16/+14 |
2021-01-15 | tools headers: Syncronize linux/build_bug.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -5/+0 |
2021-01-15 | tools headers UAPI: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2021-01-15 | perf bpf examples: Fix bpf.h header include directive in 5sec.c example | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2021-01-15 | io_uring: flush timeouts that should already have expired | Marcelo Diop-Gonzalez | 1 | -4/+30 |
2021-01-15 | arm64: selftests: Fix spelling of 'Mismatch' | Mark Brown | 2 | -2/+2 |