summaryrefslogtreecommitdiffstats
path: root/fs/crypto/bio.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()Eric Biggers2019-05-281-2/+2
* fscrypt: support decrypting multiple filesystem blocks per pageEric Biggers2019-05-281-2/+1Star
* fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()Eric Biggers2019-05-281-9/+6Star
* fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers2019-05-281-3/+3
* fscrypt: remove the "write" part of struct fscrypt_ctxEric Biggers2019-05-281-6/+5Star
* fscrypt: simplify bounce page handlingEric Biggers2019-05-281-33/+5Star
* Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-081-5/+3Star
|\
| * fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-171-4/+2Star
| * fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-171-1/+1
* | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1Star
|/
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
* fscrypt: allow synchronous bio decryptionEric Biggers2018-05-021-13/+22
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
* fscrypt: factor out bio specific functionsRichard Weinberger2017-01-011-0/+145