aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-15bfs: don't use WARNING: string when it's just info.Gravatar Randy Dunlap 1-1/+1
2020-12-15fs/nilfs2: remove some unused macros to tame gccGravatar Alex Shi 1-5/+0
2020-12-15kernel.h: split out mathematical helpersGravatar Andy Shevchenko 1-0/+5
2020-12-15fs/proc: make pde_get() return nothingGravatar Hui Su 1-2/+1
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Gravatar Alexey Dobriyan 3-18/+29
2020-12-15proc: provide details on indirect branch speculationGravatar Anand K Mistry 1-0/+28
2020-12-15procfs: delete duplicated words + other fixesGravatar Randy Dunlap 2-3/+3
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+2
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-13/+13
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-18/+26
2020-12-15userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knobGravatar Lokesh Gidra 1-2/+8
2020-12-15userfaultfd: add UFFD_USER_MODE_ONLYGravatar Lokesh Gidra 1-1/+9
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELGravatar Mike Rapoport 1-2/+0
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioGravatar Dmitry Safonov 1-1/+4
2020-12-15mm: memcontrol: account pagetables per nodeGravatar Shakeel Butt 1-1/+1
2020-12-15ocfs2: ratelimit the 'max lookup times reached' noticeGravatar Mauricio Faria de Oliveira 1-2/+2
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakGravatar Tom Rix 1-1/+0
2020-12-15fs/ntfs: remove unused variable attr_lenGravatar Alex Shi 1-2/+0
2020-12-15fs/ntfs: remove unused variblesGravatar Alex Shi 2-6/+2
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+0
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 2-4/+3
2020-12-14Merge tag 'time-namespace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+7
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 2-10/+9
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+17
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-4/+3
2020-12-14Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Gravatar Linus Torvalds 8-65/+35
2020-12-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 11-118/+151
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+11
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 17-104/+162
2020-12-11Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+8
2020-12-11proc: use untagged_addr() for pagemap_read addressesGravatar Miles Chen 1-2/+6
2020-12-10Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 7-26/+72
2020-12-10NFS: Disable READ_PLUS by defaultGravatar Anna Schumaker 2-1/+10
2020-12-10NFSv4.2: Fix 5 seconds delay when doing inter server copyGravatar Dai Ngo 1-1/+1
2020-12-10NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationGravatar Chuck Lever 2-9/+13
2020-12-10zonefs: fix page reference and BIO leakGravatar Damien Le Moal 1-6/+8
2020-12-09fs/kernfs: remove the double check of dentry->inodeGravatar Hui Su 1-2/+1
2020-12-08afs: Fix memory leak when mounting with multiple source parametersGravatar David Howells 1-0/+3
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-30/+27
2020-12-08io_uring: fix file leak on error path of io ctx creationGravatar Hillf Danton 1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsGravatar Pavel Begunkov 1-1/+1
2020-12-06coredump: fix core_pattern parse errorGravatar Menglong Dong 1-1/+2
2020-12-05Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-38/+42
2020-12-04net: Remove the err argument from sock_from_fileGravatar Florent Revest 2-10/+9
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 3-3/+4
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferGravatar Ronnie Sahlberg 2-35/+38
2020-12-03cifs: add NULL check for ses->tcon_ipcGravatar Aurelien Aptel 1-1/+2