index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
bio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: optimize fscrypt_zeroout_range()
Eric Biggers
2020-01-14
1
-31
/
+81
*
fscrypt: remove redundant bi_status check
Eric Biggers
2019-12-31
1
-2
/
+0
*
fscrypt: remove struct fscrypt_ctx
Eric Biggers
2019-10-21
1
-28
/
+1
*
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
Eric Biggers
2019-05-28
1
-2
/
+2
*
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
1
-2
/
+1
*
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
Eric Biggers
2019-05-28
1
-9
/
+6
*
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
2019-05-28
1
-3
/
+3
*
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
2019-05-28
1
-6
/
+5
*
fscrypt: simplify bounce page handling
Eric Biggers
2019-05-28
1
-33
/
+5
*
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-05-07
1
-5
/
+3
|
\
|
*
fscrypt: remove WARN_ON_ONCE() when decryption fails
Eric Biggers
2019-04-16
1
-4
/
+2
|
*
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
2019-04-16
1
-1
/
+1
*
|
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-30
1
-2
/
+1
|
/
*
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
1
-1
/
+2
*
fscrypt: allow synchronous bio decryption
Eric Biggers
2018-05-02
1
-13
/
+22
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
*
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-1
/
+1
*
fscrypt: factor out bio specific functions
Richard Weinberger
2017-01-01
1
-0
/
+145