aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto/bio.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-28fscrypt: support decrypting data from large foliosGravatar Eric Biggers 1-6/+4
2022-09-06fscrypt: stop using PG_error to track error statusGravatar Eric Biggers 1-6/+10
2022-02-02block: pass a block_device and opf to bio_resetGravatar Christoph Hellwig 1-6/+2
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-6/+7
2021-09-20fscrypt: clean up comments in bio.cGravatar Eric Biggers 1-15/+17
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-3/+3
2020-07-08fscrypt: add inline encryption supportGravatar Satya Tangirala 1-0/+51
2020-01-14fscrypt: optimize fscrypt_zeroout_range()Gravatar Eric Biggers 1-31/+81
2019-12-31fscrypt: remove redundant bi_status checkGravatar Eric Biggers 1-2/+0
2019-10-21fscrypt: remove struct fscrypt_ctxGravatar Eric Biggers 1-28/+1
2019-05-28fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Gravatar Eric Biggers 1-2/+2
2019-05-28fscrypt: support decrypting multiple filesystem blocks per pageGravatar Eric Biggers 1-2/+1
2019-05-28fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Gravatar Eric Biggers 1-9/+6
2019-05-28fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Gravatar Eric Biggers 1-3/+3
2019-05-28fscrypt: remove the "write" part of struct fscrypt_ctxGravatar Eric Biggers 1-6/+5
2019-05-28fscrypt: simplify bounce page handlingGravatar Eric Biggers 1-33/+5
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-5/+3
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-2/+1
2019-04-16fscrypt: remove WARN_ON_ONCE() when decryption failsGravatar Eric Biggers 1-4/+2
2019-04-16fscrypt: drop inode argument from fscrypt_get_ctx()Gravatar Eric Biggers 1-1/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 1-1/+2
2018-05-02fscrypt: allow synchronous bio decryptionGravatar Eric Biggers 1-13/+22
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+1
2017-01-01fscrypt: factor out bio specific functionsGravatar Richard Weinberger 1-0/+145