summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-09-28fscrypt: export fscrypt_d_revalidate()Eric Biggers
2020-09-23fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAMEEric Biggers
2020-09-23fscrypt: don't call no-key names "ciphertext names"Eric Biggers
2020-09-22fscrypt: use sha256() instead of open codingEric Biggers
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-22fscrypt: move fscrypt_prepare_symlink() out-of-lineEric Biggers
2020-09-22fscrypt: make "#define fscrypt_policy" user-onlyEric Biggers
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers
2020-09-22fscrypt: require that fscrypt_encrypt_symlink() already has keyEric Biggers
2020-09-22fscrypt: remove fscrypt_inherit_context()Eric Biggers
2020-09-22fscrypt: adjust logging for in-creation inodesEric Biggers
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-22ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-22ext4: factor out ext4_xattr_credits_for_new_inode()Eric Biggers
2020-09-22fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers
2020-09-07fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton
2020-09-06Linux 5.9-rc4Linus Torvalds
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-06Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-05Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'...Linus Torvalds
2020-09-05Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05include/linux/log2.h: add missing () around n in roundup_pow_of_two()Jason Gunthorpe
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple
2020-09-05mm: madvise: fix vma user-after-freeYang Shi
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser
2020-09-05ipc: adjust proc_ipc_sem_dointvec definition to match prototypeTobias Klauser
2020-09-05mm: track page table modifications in __apply_to_page_range()Joerg Roedel
2020-09-05MAINTAINERS: IA64: mark Status as Odd Fixes onlyRandy Dunlap
2020-09-05MAINTAINERS: add LLVM maintainersNick Desaulniers
2020-09-05MAINTAINERS: update Cavium/Marvell entriesRobert Richter
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka