git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12003e5
)
eCryptfs: Read/write entire page during page IO
author
Tyler Hicks
<tyhicks@canonical.com>
Mon, 15 Apr 2013 23:16:24 +0000
(16:16 -0700)
committer
Tyler Hicks
<tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:22 +0000
(17:28 -0700)
When reading and writing encrypted pages, perform IO using the entire
page all at once rather than 4096 bytes at a time.
This only affects architectures where PAGE_CACHE_SIZE is larger than
4096 bytes.
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
No differences found