Re: [PATCH] eCryptfs: Load each file decryption key only once

2008-01-08 Thread Andrew Morton
On Tue, 8 Jan 2008 15:17:33 -0600 Michael Halcrow <[EMAIL PROTECTED]> wrote: > On Fri, Dec 21, 2007 at 08:05:30PM -0600, Trevor Highland wrote: > > eCryptfs: Load each file decryption key only once > > > > There is no need to keep re-setting the same key for any given > > eCryptfs inode. This pat

Re: [PATCH] eCryptfs: Load each file decryption key only once

2008-01-08 Thread Michael Halcrow
On Fri, Dec 21, 2007 at 08:05:30PM -0600, Trevor Highland wrote: > eCryptfs: Load each file decryption key only once > > There is no need to keep re-setting the same key for any given > eCryptfs inode. This patch optimizes the use of the crypto API and > helps performance a bit. There is no reaso

[PATCH] eCryptfs: Load each file decryption key only once

2007-12-21 Thread Trevor Highland
eCryptfs: Load each file decryption key only once There is no need to keep re-setting the same key for any given eCryptfs inode. This patch optimizes the use of the crypto API and helps performance a bit. Signed-off-by: Trevor Highland <[EMAIL PROTECTED]> --- fs/ecryptfs/crypto.c |9 +---

[PATCH] eCryptfs: Load each file decryption key only once

2007-12-18 Thread Trevor Highland
Load each file decryption key only once Signed-off-by: Trevor Highland <[EMAIL PROTECTED]> --- fs/ecryptfs/crypto.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 70f7aab..949fe44 100644 --- a/fs/ecryptfs/crypto.c

[PATCH] eCryptfs: Load each file decryption key only once

2007-12-17 Thread Trevor Highland
There is no need to set the decryption key every time eCryptfs decrypts an extent. Trevor 0001-eCryptfs-Load-each-file-decryption-key-only-once.patch Description: application/mbox