]> Git Repo - linux.git/commitdiff
Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linux
authorLinus Torvalds <[email protected]>
Sat, 19 Oct 2024 15:44:10 +0000 (08:44 -0700)
committerLinus Torvalds <[email protected]>
Sat, 19 Oct 2024 15:44:10 +0000 (08:44 -0700)
Pull 9p fixes from Dominique Martinet:
 "Mashed-up update that I sat on too long:

   - fix for multiple slabs created with the same name

   - enable multipage folios

   - theorical fix to also look for opened fids by inode if none was
     found by dentry"

[ Enabling multi-page folios should have been done during the merge
  window, but it's a one-liner, and the actual meat of the enablement
  is in netfs and already in use for other filesystems...  - Linus ]

* tag '9p-for-6.12-rc4' of https://github.com/martinetd/linux:
  9p: Avoid creating multiple slab caches with the same name
  9p: Enable multipage folios
  9p: v9fs_fid_find: also lookup by inode if not found dentry


Trivial merge
This page took 0.054048 seconds and 4 git commands to generate.