We introduce blk-crypto, which manages programming keyslots for struct bios. With blk-crypto, filesystems only need to call bio_crypt_set_ctx with the encryption key, algorithm and data_unit_num; they don't have to worry about getting a keyslot for each encryption context, as blk-crypto handles that. Blk-crypto also makes it possible for layered devices like device mapper to make use of inline encryption hardware. Blk-crypto delegates crypto operations to inline encryption hardware when available, and also contains a software fallback to the kernel crypto API. For more details, refer to Documentation/block/inline-encryption.rst. Bug: 137270441 Test: tested as series; see Ie1b77f7615d6a7a60fdc9105c7ab2200d17636a8 Change-Id: I7df59fef0c1e90043b1899c5a95973e23afac0c5 Signed-off-by: Satya Tangirala <satyat@google.com> Link: https://lore.kernel.org/linux-fscrypt/20191028072032.6911-4-satyat@google.com/
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
00-INDEX
|
|
- This file
|
|
bfq-iosched.txt
|
|
- BFQ IO scheduler and its tunables
|
|
biodoc.txt
|
|
- Notes on the Generic Block Layer Rewrite in Linux 2.5
|
|
biovecs.txt
|
|
- Immutable biovecs and biovec iterators
|
|
capability.txt
|
|
- Generic Block Device Capability (/sys/block/<device>/capability)
|
|
cfq-iosched.txt
|
|
- CFQ IO scheduler tunables
|
|
cmdline-partition.txt
|
|
- how to specify block device partitions on kernel command line
|
|
data-integrity.txt
|
|
- Block data integrity
|
|
deadline-iosched.txt
|
|
- Deadline IO scheduler tunables
|
|
inline-encryption.rst
|
|
- Blk-crypto internals and inline encryption
|
|
ioprio.txt
|
|
- Block io priorities (in CFQ scheduler)
|
|
pr.txt
|
|
- Block layer support for Persistent Reservations
|
|
null_blk.txt
|
|
- Null block for block-layer benchmarking.
|
|
queue-sysfs.txt
|
|
- Queue's sysfs entries
|
|
request.txt
|
|
- The members of struct request (in include/linux/blkdev.h)
|
|
stat.txt
|
|
- Block layer statistics in /sys/block/<device>/stat
|
|
switching-sched.txt
|
|
- Switching I/O schedulers at runtime
|
|
writeback_cache_control.txt
|
|
- Control of volatile write back caches
|