summaryrefslogtreecommitdiff
path: root/drivers/md/dm-crypt.c
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-18dm-crypt: Use common error handling code in crypt_set_keyring_key()Markus Elfring
2024-09-18dm-crypt: Use up_read() together with key_put() only once in crypt_set_keyrin...Markus Elfring
2024-08-21dm-crypt: Allow to specify the integrity key size as optionIngo Franzki
2024-07-10dm-crypt: support for per-sector NVMe metadataMikulas Patocka
2024-07-10dm-crypt: limit the size of encryption requestsMikulas Patocka
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig
2024-06-14dm-integrity: use the nop integrity profileChristoph Hellwig
2024-04-23dm-crypt: don't set WQ_CPU_INTENSIVE for WQ_UNBOUND crypt_queueMike Snitzer
2024-04-23dm-crypt: stop constraining max_segment_size to PAGE_SIZEMike Snitzer
2024-04-16dm-crypt: export sysfs of all workqueuesyangerkun
2024-04-16dm-crypt: add the optional "high_priority" flagMikulas Patocka
2024-03-02dm-crypt: Convert from tasklet to BH workqueueTejun Heo
2024-02-20dm crypt: Fix IO priority lost when queuing write biosHongyu Jin
2024-02-20dm crypt: remove redundant state settings after waking upLizhe
2024-02-20dm-crypt, dm-integrity, dm-verity: bump target versionMike Snitzer
2024-02-20dm-verity, dm-crypt: align "struct bvec_iter" correctlyMikulas Patocka
2024-02-20dm-crypt: recheck the integrity tag after a failureMikulas Patocka
2024-02-20dm-crypt: don't modify the data when using authenticated encryptionMikulas Patocka
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-11-17dm-crypt: start allocating with MAX_ORDERMikulas Patocka
2023-11-01Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-31dm crypt: account large pages in cc->n_allocated_pagesMikulas Patocka
2023-10-31dm crypt: use crypto_shash_digest() in crypt_iv_tcw_whitening()Eric Biggers
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-23dm crypt: replace open-coded kmemdup_nulJustin Stitt
2023-10-06dm crypt: Fix reqsize in crypt_iv_eboiv_genHerbert Xu
2023-10-02dm crypt: Annotate struct crypt_config with __counted_byKees Cook
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-19dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-16dm crypt: fix crypt_ctr_cipher_new return value on invalid AEAD cipherMikulas Patocka
2023-06-16dm crypt: allocate compound pages if possibleMikulas Patocka
2023-06-09dm crypt: Avoid using MAX_CIPHER_BLOCKSIZEHerbert Xu
2023-06-01dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-03-24Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-03-09dm crypt: avoid accessing uninitialized taskletMike Snitzer
2023-03-06dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka
2023-02-22Merge tag 'for-6.3/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm crypt: correct 'foo*' to 'foo *'Heinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen