index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
bio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-3
/
+3
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
1
-0
/
+51
2020-01-14
fscrypt: optimize fscrypt_zeroout_range()
Eric Biggers
1
-31
/
+81
2019-12-31
fscrypt: remove redundant bi_status check
Eric Biggers
1
-2
/
+0
2019-10-21
fscrypt: remove struct fscrypt_ctx
Eric Biggers
1
-28
/
+1
2019-05-28
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
Eric Biggers
1
-2
/
+2
2019-05-28
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
1
-2
/
+1
2019-05-28
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
Eric Biggers
1
-9
/
+6
2019-05-28
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
1
-3
/
+3
2019-05-28
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
1
-6
/
+5
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
1
-33
/
+5
2019-05-07
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-5
/
+3
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-2
/
+1
2019-04-16
fscrypt: remove WARN_ON_ONCE() when decryption fails
Eric Biggers
1
-4
/
+2
2019-04-16
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
1
-1
/
+1
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-1
/
+2
2018-05-02
fscrypt: allow synchronous bio decryption
Eric Biggers
1
-13
/
+22
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+1
2017-01-01
fscrypt: factor out bio specific functions
Richard Weinberger
1
-0
/
+145