aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-142-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-141-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-141-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-142-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-142-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-231-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
| * | | | | | fs-verity: remove filenames from file commentsEric Biggers2020-11-167-7/+7
* | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-12-1411-118/+151
|\ \ \ \ \ \ \
| * | | | | | | fscrypt: allow deleting files with unsupported encryption policyEric Biggers2020-12-025-16/+41
| * | | | | | | fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers2020-12-022-1/+2
| * | | | | | | fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers2020-12-021-0/+26
| * | | | | | | fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers2020-12-021-0/+8
| * | | | | | | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-025-8/+12
| * | | | | | | ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers2020-12-021-7/+1
| * | | | | | | ubifs: remove ubifs_dir_open()Eric Biggers2020-12-021-9/+0
| * | | | | | | f2fs: remove f2fs_dir_open()Eric Biggers2020-12-021-8/+0
| * | | | | | | ext4: remove ext4_dir_open()Eric Biggers2020-12-021-8/+0
| * | | | | | | fscrypt: simplify master key lockingEric Biggers2020-11-244-34/+21
| * | | | | | | fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers2020-11-241-18/+8
| * | | | | | | ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-4/+13
| * | | | | | | f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+2
| * | | | | | | ext4: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+3
| * | | | | | | fscrypt: add fscrypt_is_nokey_name()Eric Biggers2020-11-241-2/+3
| * | | | | | | fscrypt: remove kernel-internal constants from UAPI headerEric Biggers2020-11-164-6/+14
| |/ / / / / /
* | | | | | | Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-121-8/+11
|\ \ \ \ \ \ \
| * | | | | | | io_uring: fix file leak on error path of io ctx creationHillf Danton2020-12-081-7/+10
| * | | | | | | io_uring: fix mis-seting personality's credsPavel Begunkov2020-12-071-1/+1
* | | | | | | | Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-111-6/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | zonefs: fix page reference and BIO leakDamien Le Moal2020-12-101-6/+8
* | | | | | | | | proc: use untagged_addr() for pagemap_read addressesMiles Chen2020-12-111-2/+6
* | | | | | | | | Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-12-107-26/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | NFS: Disable READ_PLUS by defaultAnna Schumaker2020-12-102-1/+10
| * | | | | | | | | NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-101-1/+1
| * | | | | | | | | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2020-12-102-9/+13