mbox series

[GIT,PULL] fscrypt update for 6.10

Message ID 20240514165532.GA2965@sol.localdomain (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] fscrypt update for 6.10 | expand

Pull-request

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

Message

Eric Biggers May 14, 2024, 4:55 p.m. UTC
The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:

  Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7f016edaa0f385da0c37eee1ebb64c7f6929c533:

  fscrypt: try to avoid refing parent dentry in fscrypt_file_open (2024-05-08 10:28:58 -0700)

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

Improve the performance of opening unencrypted files on filesystems that
support fscrypt.

----------------------------------------------------------------
Mateusz Guzik (1):
      fscrypt: try to avoid refing parent dentry in fscrypt_file_open

 fs/crypto/hooks.c | 32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org May 15, 2024, 12:53 a.m. UTC | #1
The pull request you sent on Tue, 14 May 2024 09:55:32 -0700:

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

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

Thank you!