All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] vfs ecryptfs
Date: Fri, 15 Nov 2024 15:08:10 +0100	[thread overview]
Message-ID: <20241115-vfs-ecryptfs-e1d0f86e210b@brauner> (raw)

Hey Linus,

/* Summary */

The folio project is about to remove page->index. This pull request
contains the work required for ecryptfs.

/* Testing */

gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)

All patches are based on v6.12-rc5 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */

Merge conflicts with mainline
=============================

No known merge conflicts.

Merge conflicts with other trees
================================

The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:

  Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.13.ecryptfs

for you to fetch changes up to b4201b51d93eac77f772298a96bfedbdb0c7150c:

  Merge patch series "Convert ecryptfs to use folios" (2024-11-05 17:20:17 +0100)

Please consider pulling these changes from the signed vfs-6.13.ecryptfs tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.13.ecryptfs

----------------------------------------------------------------
Christian Brauner (1):
      Merge patch series "Convert ecryptfs to use folios"

Matthew Wilcox (Oracle) (10):
      ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()
      ecryptfs: Use a folio throughout ecryptfs_read_folio()
      ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folio
      ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folio
      ecryptfs: Convert ecryptfs_write() to use a folio
      ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folio
      ecryptfs: Convert ecryptfs_encrypt_page() to take a folio
      ecryptfs: Convert ecryptfs_decrypt_page() to take a folio
      ecryptfs: Convert lower_offset_for_page() to take a folio
      ecryptfs: Pass the folio index to crypt_extent()

 fs/ecryptfs/crypto.c          |  35 ++++++-----
 fs/ecryptfs/ecryptfs_kernel.h |   9 ++-
 fs/ecryptfs/mmap.c            | 136 ++++++++++++++++++------------------------
 fs/ecryptfs/read_write.c      |  50 ++++++++--------
 4 files changed, 105 insertions(+), 125 deletions(-)

             reply	other threads:[~2024-11-15 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 14:08 Christian Brauner [this message]
2024-11-18 19:49 ` [GIT PULL] vfs ecryptfs pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241115-vfs-ecryptfs-e1d0f86e210b@brauner \
    --to=brauner@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.