All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] eCryptfs updates for 3.11-rc1
@ 2013-07-10 17:54 Tyler Hicks
  0 siblings, 0 replies; only message in thread
From: Tyler Hicks @ 2013-07-10 17:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, ecryptfs

[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]

Hi Linus,

The following changes since commit e8193ce572f0ddb8004acf976bba119f0abbe6ca:

  Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband (2013-06-07 16:29:21 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-3.11-rc1-cleanup

for you to fetch changes up to cc18ec3c8f5dd735c1bff5da30fd33860c08a293:

  Use ecryptfs_dentry_to_lower_path in a couple of places (2013-07-09 23:40:28 -0700)

----------------------------------------------------------------
Code cleanups and improved buffer handling during page crypto operations
- Remove redundant code by merging some encrypt and decrypt functions
- Get rid of a helper page allocation during page decryption by using in-place
  decryption
- Better use of entire pages during page crypto operations
- Several code cleanups

----------------------------------------------------------------
Matthew Wilcox (1):
      Use ecryptfs_dentry_to_lower_path in a couple of places

Thomas Meyer (1):
      eCryptfs: Cocci spatch "memdup.spatch"

Tyler Hicks (10):
      eCryptfs: Use entire helper page during page crypto operations
      eCryptfs: Read/write entire page during page IO
      eCryptfs: Simplify lower file offset calculation
      eCryptfs: Accept one offset parameter in page offset crypto functions
      eCryptfs: Decrypt pages in-place
      eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
      eCryptfs: Combine page_offset crypto functions
      eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()
      eCryptfs: Collapse crypt_page_offset() into crypt_extent()
      eCryptfs: Make extent and scatterlist crypt function parameters similar

 fs/ecryptfs/crypto.c    | 337 +++++++++++-------------------------------------
 fs/ecryptfs/file.c      |   7 +-
 fs/ecryptfs/main.c      |   7 +-
 fs/ecryptfs/messaging.c |   3 +-
 4 files changed, 85 insertions(+), 269 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-10 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-10 17:54 [GIT PULL] eCryptfs updates for 3.11-rc1 Tyler Hicks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.