]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: Read/write entire page during page IO
authorTyler Hicks <tyhicks@canonical.com>
Mon, 15 Apr 2013 23:16:24 +0000 (16:16 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:22 +0000 (17:28 -0700)
commit024e5b625efb2dd4f0b3e2c437dcefb2f1db4418
treea67e630c543c1d44f041acd789ec8420b457065c
parent1ba60801a9697a3109e98d3aa1128173f7e90971
eCryptfs: Read/write entire page during page IO

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>
fs/ecryptfs/crypto.c