summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-03fscrypt: allow deleting files with unsupported encryption policyEric Biggers6-19/+47
2020-12-03fscrypt: unexport fscrypt_get_encryption_info()Eric Biggers3-7/+3
2020-12-03fscrypt: move fscrypt_require_key() to fscrypt_private.hEric Biggers2-26/+26
2020-12-03fscrypt: move body of fscrypt_prepare_setattr() out-of-lineEric Biggers2-2/+17
2020-12-03fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers6-8/+36
2020-12-03ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()Eric Biggers1-7/+1
2020-12-03ubifs: remove ubifs_dir_open()Eric Biggers1-9/+0
2020-12-03f2fs: remove f2fs_dir_open()Eric Biggers1-8/+0
2020-12-03ext4: remove ext4_dir_open()Eric Biggers1-8/+0
2020-11-25fscrypt: simplify master key lockingEric Biggers4-34/+21
2020-11-25fscrypt: remove unnecessary calls to fscrypt_require_key()Eric Biggers2-20/+9
2020-11-25ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2020-11-25f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-11-25ext4: prevent creating duplicate encrypted filenamesEric Biggers1-0/+3
2020-11-25fscrypt: add fscrypt_is_nokey_name()Eric Biggers2-2/+37
2020-11-16fscrypt: remove kernel-internal constants from UAPI headerEric Biggers5-9/+16
2020-11-16Linux 5.10-rc4v5.10-rc4Linus Torvalds1-1/+1
2020-11-16Merge tag 'drm-fixes-2020-11-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-22/+24
2020-11-15Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into drm-fixesDave Airlie3-22/+24
2020-11-15Merge tag 'char-misc-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-99/+95
2020-11-15Merge tag 'usb-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-7/+69
2020-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-46/+115
2020-11-15Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-14/+21
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-111/+116
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-31/+51
2020-11-15Merge tag 'locking-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-12/+12
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+13
2020-11-15kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in usePaolo Bonzini1-0/+7
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-186/+118
2020-11-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-19/+31
2020-11-14Merge tag 'hwmon-for-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-72/+115
2020-11-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-5/+31
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2020-11-14Merge tag 'for-linus-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+7
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells1-1/+4
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang1-0/+1
2020-11-14panic: don't dump stack twice on warnChristophe Leroy1-1/+2
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz4-128/+47
2020-11-14mm: memcontrol: fix missing wakeup polling threadMuchun Song1-2/+9
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj1-2/+2
2020-11-14reboot: fix overflow parsing reboot cpu numberMatteo Croce1-0/+7
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce1-14/+7
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar4-27/+17
2020-11-14mm/gup: use unpin_user_pages() in __gup_longterm_locked()Jason Gunthorpe1-4/+10
2020-11-14mm/slub: fix panic in slab_alloc_node()Laurent Dufour1-1/+1
2020-11-14mailmap: fix entry for Dmitry Baryshkov/Eremin-SolenikovDmitry Baryshkov1-1/+4
2020-11-14mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin1-2/+3
2020-11-14mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan1-0/+4
2020-11-14mm/compaction: count pages and stop correctly during page isolationZi Yan1-4/+4
2020-11-14drm/nouveau/kms/nv50-: Use atomic encoder callbacks everywhereLyude Paul1-15/+14