lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 10 Jul 2013 10:54:55 -0700
From:	Tyler Hicks <tyhicks@...onical.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, ecryptfs@...r.kernel.org
Subject: [GIT PULL] eCryptfs updates for 3.11-rc1

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(-)

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists