linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] eCryptfs fixes for 3.3-rc2
@ 2012-01-25 22:12 Tyler Hicks
  0 siblings, 0 replies; only message in thread
From: Tyler Hicks @ 2012-01-25 22:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, ecryptfs

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

Hi Linus - Here's a pile of eCryptfs bug fixes.

Tim's logging message update will be really helpful to users when
they're trying to locate a problematic file in the lower filesystem with
filename encryption enabled.

You'll recognize the fix from Li, as you commented on that.

You should also be familiar with my setattr/truncate improvements, since
you were the one that pointed them out to us (thanks again!). Andrew
noted the /dev/ecryptfs write count sanitization needed to be improved,
so I've got a fix in there for that along with some other less important
cleanups of the /dev/ecryptfs read/write code.

They've all sat in -next for at least a day, while some have been there
around a week, I believe.

I'll get signed tags going for the next pull request I send. That was my
intention this time, but it just hit me that I forgot to do it.

Thanks,
Tyler

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git for-linus

Dustin Kirkland (1):
      MAINTAINERS: Update eCryptfs maintainer address

Li Wang (1):
      eCryptfs: Infinite loop due to overflow in ecryptfs_write()

Tim Gardner (2):
      ecryptfs: Improve metadata read failure logging
      ecryptfs: Remove unnecessary variable initialization

Tyler Hicks (7):
      eCryptfs: Sanitize write counts of /dev/ecryptfs
      eCryptfs: Report errors in writes to /dev/ecryptfs
      eCryptfs: Replace miscdev read/write magic numbers
      eCryptfs: Make truncate path killable
      eCryptfs: Check inode changes in setattr
      eCryptfs: Remove unused ecryptfs_read()
      eCryptfs: Fix oops when printing debug info in extent crypto functions

 MAINTAINERS                   |    2 +-
 fs/ecryptfs/crypto.c          |   54 +++-------------
 fs/ecryptfs/ecryptfs_kernel.h |    5 ++
 fs/ecryptfs/inode.c           |   48 +++++++++++----
 fs/ecryptfs/keystore.c        |    5 +-
 fs/ecryptfs/miscdev.c         |  140 +++++++++++++++++++++++++----------------
 fs/ecryptfs/read_write.c      |   96 +++++-----------------------
 7 files changed, 155 insertions(+), 195 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:[~2012-01-25 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-25 22:12 [GIT PULL] eCryptfs fixes for 3.3-rc2 Tyler Hicks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).