summaryrefslogtreecommitdiff
path: root/fs/crypto/bio.c
AgeCommit message (Expand)Author
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-03-27fscrypt: use WARN_ON_ONCE instead of WARN_ONEric Biggers
2023-01-28fscrypt: support decrypting data from large foliosEric Biggers
2022-09-06fscrypt: stop using PG_error to track error statusEric Biggers
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-09-20fscrypt: clean up comments in bio.cEric Biggers
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-01-14fscrypt: optimize fscrypt_zeroout_range()Eric Biggers
2019-12-31fscrypt: remove redundant bi_status checkEric Biggers
2019-10-21fscrypt: remove struct fscrypt_ctxEric Biggers
2019-05-28fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers
2019-05-28fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers
2019-05-28fscrypt: simplify bounce page handlingEric Biggers
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-16fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-01-01fscrypt: factor out bio specific functionsRichard Weinberger