summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
* tmpfs: support 64-bit inums per-sbChris Down2020-08-071-0/+21
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-079-21/+22
* ocfs2: fix unbalanced lockingPavel Machek2020-08-071-1/+7
* ocfs2: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-072-4/+4
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-073-6/+6
* ocfs2: suballoc.h: delete a duplicated wordRandy Dunlap2020-08-071-1/+1
* ocfs2: fix remounting needed after setfacl commandGang He2020-08-071-0/+2
* ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani2020-08-074-19/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-21/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-1/+1
| |\
| | * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+5
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-2530-188/+298
| |\ \
| * \ \ Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-141-29/+9
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1157-266/+513
| |\ \ \ \
| * | | | | debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski2020-07-101-20/+7
* | | | | | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-053-1/+54
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman2020-07-2714-66/+100
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | debugfs: Add access restriction optionPeter Enderborg2020-07-232-0/+53
| * | | | | | Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman2020-07-2062-347/+607
| |\ \ \ \ \ \
| * | | | | | | debugfs: file: Remove unnecessary cast in kfree()Xu Wang2020-07-101-1/+1
* | | | | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-043-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov2020-07-053-4/+4
* | | | | | | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-042-11/+127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | close_range: add CLOSE_RANGE_UNSHAREChristian Brauner2020-06-172-11/+59
| * | | | | | | | | open: add close_range()Christian Brauner2020-06-172-8/+76
| |/ / / / / / / /
* | | | | | | | | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-08-041-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-4/+4
* | | | | | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-110/+197
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | exec: Implement kernel_execveEric W. Biederman2020-07-211-2/+86
| * | | | | | | | | | exec: Factor bprm_stack_limits out of prepare_arg_pagesEric W. Biederman2020-07-211-11/+12
| * | | | | | | | | | exec: Factor bprm_execve out of do_execve_commonEric W. Biederman2020-07-211-50/+58
| * | | | | | | | | | exec: Move bprm_mm_init into alloc_bprmEric W. Biederman2020-07-211-8/+8
| * | | | | | | | | | exec: Move initialization of bprm->filename into alloc_bprmEric W. Biederman2020-07-211-28/+33
| * | | | | | | | | | exec: Factor out alloc_bprmEric W. Biederman2020-07-211-10/+19
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | exec: Remove do_execve_fileEric W. Biederman2020-07-041-29/+9
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-042-0/+63
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fs: Expand __receive_fd() to accept existing fdKees Cook2020-07-131-6/+19
| * | | | | | | | | fs: Add receive_fd() wrapper for __receive_fd()Kees Cook2020-07-131-7/+10
| * | | | | | | | | fs: Move __scm_install_fd() to __receive_fd()Kees Cook2020-07-131-0/+45
| * | | | | | | | | seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0434-54/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-1633-51/+51
| * | | | | | | | | f2fs: Eliminate usage of uninitialized_var() macroJason Yan2020-07-161-3/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'pstore-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-041-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pstore: Fix linking when crypto API disabledMatteo Croce2020-07-061-1/+4
* | | | | | | | | | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \