Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext4 crypto: implement the ext4 decryption read path | Michael Halcrow | 2015-04-12 | 1 | -1/+65 |
| | | | | | | Signed-off-by: Michael Halcrow <mhalcrow@google.com> Signed-off-by: Ildar Muslukhov <ildarm@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> | ||||
* | ext4 crypto: add ext4_mpage_readpages() | Theodore Ts'o | 2015-04-08 | 1 | -0/+264 |
This takes code from fs/mpage.c and optimizes it for ext4. Its primary reason is to allow us to more easily add encryption to ext4's read path in an efficient manner. Signed-off-by: Theodore Ts'o <tytso@mit.edu> |