linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fsverity updates for 5.6
@ 2020-01-28  1:49 Eric Biggers
  2020-01-28 23:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2020-01-28  1:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fscrypt, linux-ext4, linux-f2fs-devel, linux-fsdevel,
	linux-kernel, Theodore Ts'o, Jaegeuk Kim, Victor Hsieh

The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:

  Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

for you to fetch changes up to da3a3da4e6c68459618a1043dcb12b450312a4e2:

  fs-verity: use u64_to_user_ptr() (2020-01-14 13:28:28 -0800)

----------------------------------------------------------------

- Optimize fs-verity sequential read performance by implementing
  readahead of Merkle tree pages.  This allows the Merkle tree to be
  read in larger chunks.

- Optimize FS_IOC_ENABLE_VERITY performance in the uncached case by
  implementing readahead of data pages.

- Allocate the hash requests from a mempool in order to eliminate the
  possibility of allocation failures during I/O.

----------------------------------------------------------------
Eric Biggers (4):
      fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
      fs-verity: implement readahead of Merkle tree pages
      fs-verity: use mempool for hash requests
      fs-verity: use u64_to_user_ptr()

 fs/ext4/verity.c             | 47 ++++++++++++++++++++-
 fs/f2fs/data.c               |  2 +-
 fs/f2fs/f2fs.h               |  3 ++
 fs/f2fs/verity.c             | 47 ++++++++++++++++++++-
 fs/verity/enable.c           | 67 +++++++++++++++++++++++-------
 fs/verity/fsverity_private.h | 17 +++++---
 fs/verity/hash_algs.c        | 98 +++++++++++++++++++++++++++++++++-----------
 fs/verity/open.c             |  5 ++-
 fs/verity/verify.c           | 47 ++++++++++++++-------
 include/linux/fsverity.h     |  7 +++-
 10 files changed, 273 insertions(+), 67 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] fsverity updates for 5.6
  2020-01-28  1:49 [GIT PULL] fsverity updates for 5.6 Eric Biggers
@ 2020-01-28 23:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-01-28 23:40 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-fscrypt, linux-ext4, linux-f2fs-devel,
	linux-fsdevel, linux-kernel, Theodore Ts'o, Jaegeuk Kim,
	Victor Hsieh

The pull request you sent on Mon, 27 Jan 2020 17:49:44 -0800:

> https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c8994374d90b5823b3b29a5e5d8648ac418b57b4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-28 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28  1:49 [GIT PULL] fsverity updates for 5.6 Eric Biggers
2020-01-28 23:40 ` pr-tracker-bot

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