linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fscrypt updates for 4.15
@ 2017-11-13  1:52 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2017-11-13  1:52 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-fscrypt

The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git tags/fscrypt-for-linus

for you to fetch changes up to a0b3bc855374c50b5ea85273553485af48caf2f7:

  fscrypt: lock mutex before checking for bounce page pool (2017-10-31 13:49:25 -0400)

----------------------------------------------------------------
fscrypt: lots of cleanups, mostly courtesy by Eric Biggers

----------------------------------------------------------------
Dave Chinner (1):
      fscrypt: clean up include file mess

Eric Biggers (17):
      fs, fscrypt: add an S_ENCRYPTED inode flag
      fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
      fscrypt: remove ->is_encrypted()
      fscrypt: remove unneeded empty fscrypt_operations structs
      fscrypt: new helper function - fscrypt_require_key()
      fscrypt: new helper function - fscrypt_file_open()
      fscrypt: new helper function - fscrypt_prepare_link()
      fscrypt: new helper function - fscrypt_prepare_rename()
      fscrypt: new helper function - fscrypt_prepare_lookup()
      fscrypt: new helper function - fscrypt_prepare_setattr()
      ext4: switch to fscrypt_file_open()
      ext4: switch to fscrypt_prepare_link()
      ext4: switch to fscrypt_prepare_rename()
      ext4: switch to fscrypt_prepare_lookup()
      ext4: switch to fscrypt_prepare_setattr()
      fscrypt: add a documentation file for filesystem-level encryption
      fscrypt: lock mutex before checking for bounce page pool

 Documentation/filesystems/fscrypt.rst | 610 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/filesystems/index.rst   |  11 ++
 MAINTAINERS                           |   1 +
 fs/crypto/Makefile                    |   2 +-
 fs/crypto/crypto.c                    |   9 +-
 fs/crypto/fname.c                     |   3 +-
 fs/crypto/fscrypt_private.h           |   3 +-
 fs/crypto/hooks.c                     | 112 ++++++++++++
 fs/crypto/keyinfo.c                   |   2 +-
 fs/crypto/policy.c                    |   6 +-
 fs/ext4/ext4.h                        |   8 +-
 fs/ext4/file.c                        |  23 +--
 fs/ext4/inode.c                       |  19 +--
 fs/ext4/namei.c                       |  62 ++-----
 fs/ext4/super.c                       |  15 +-
 fs/f2fs/f2fs.h                        |   9 +-
 fs/f2fs/inode.c                       |   5 +-
 fs/f2fs/super.c                       |   7 +-
 fs/ubifs/crypto.c                     |   1 -
 fs/ubifs/ioctl.c                      |   5 +-
 fs/ubifs/super.c                      |   8 +-
 fs/ubifs/ubifs.h                      |  18 +-
 fs/ubifs/xattr.c                      |   1 +
 include/linux/fs.h                    |   2 +
 include/linux/fscrypt.h               | 293 ++++++++++++++++++++++++++++++++
 include/linux/fscrypt_common.h        | 141 ----------------
 include/linux/fscrypt_notsupp.h       |  39 ++++-
 include/linux/fscrypt_supp.h          |  17 +-
 28 files changed, 1154 insertions(+), 278 deletions(-)
 create mode 100644 Documentation/filesystems/fscrypt.rst
 create mode 100644 fs/crypto/hooks.c
 create mode 100644 include/linux/fscrypt.h
 delete mode 100644 include/linux/fscrypt_common.h

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

only message in thread, other threads:[~2017-11-13  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13  1:52 [GIT PULL] fscrypt updates for 4.15 Theodore Ts'o

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