summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfs: don't use WARNING: string when it's just info.Randy Dunlap2020-12-161-1/+1
* fs/nilfs2: remove some unused macros to tame gccAlex Shi2020-12-161-5/+0
* kernel.h: split out mathematical helpersAndy Shevchenko2020-12-161-0/+5
* fs/proc: make pde_get() return nothingHui Su2020-12-161-2/+1
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-163-18/+29
* proc: provide details on indirect branch speculationAnand K Mistry2020-12-161-0/+28
* procfs: delete duplicated words + other fixesRandy Dunlap2020-12-162-3/+3
* Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-3/+2
|\
| * fs/kernfs: remove the double check of dentry->inodeHui Su2020-12-091-2/+1
| * kernfs: bring names in comments in line with codeWillem de Bruijn2020-11-091-1/+1
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-154-13/+13
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-152-10/+9
| |\ \
| | * | net: Remove the err argument from sock_from_fileFlorent Revest2020-12-042-10/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-1217-104/+162
| |\ \ \ | | |/ / | |/| |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-043-3/+4
| |\ \ \
| | * | | mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-032-2/+2
| | * | | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-1/+2
| | * | | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-159-18/+26
|\ \ \ \ \
| * | | | | userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knobLokesh Gidra2020-12-151-2/+8
| * | | | | userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra2020-12-151-1/+9
| * | | | | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-2/+0
| * | | | | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+4
| * | | | | mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-1/+1
| * | | | | ocfs2: ratelimit the 'max lookup times reached' noticeMauricio Faria de Oliveira2020-12-151-2/+2
| * | | | | fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix2020-12-151-1/+0
| * | | | | fs/ntfs: remove unused variable attr_lenAlex Shi2020-12-151-2/+0
| * | | | | fs/ntfs: remove unused variblesAlex Shi2020-12-152-6/+2
* | | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-152-2/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched/core' into core/mmThomas Gleixner2020-11-241-2/+2
| |\ \ \ \ \ \
| * | | | | | | fs: Remove asm/kmap_types.h includesThomas Gleixner2020-11-062-2/+0
* | | | | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-151-2/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-27118-1013/+1564
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | sched/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra2020-11-101-2/+2
* | | | | | | | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-151-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+3
| * | | | | | | | | Merge branch 'x86/entry' into core/entryThomas Gleixner2020-11-162-7/+17
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-152-4/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mnt: Use generic ns_common::countKirill Tkhai2020-08-192-4/+3
* | | | | | | | | | | Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-152-2/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs/proc: apply the time namespace offset to /proc/stat btimeMichael Weiß2020-11-032-2/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-142-7/+17
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi2020-10-262-4/+9
| * | | | | | | | | | elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi2020-10-262-3/+8
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-144-4/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-204-4/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-12-148-65/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs-verity: move structs needed for file signing to UAPI headerEric Biggers2020-11-241-37/+0
| * | | | | | | | | | | fs-verity: rename "file measurement" to "file digest"Eric Biggers2020-11-165-31/+31
| * | | | | | | | | | | fs-verity: rename fsverity_signed_digest to fsverity_formatted_digestEric Biggers2020-11-162-6/+13