From: Linus Torvalds Date: Sat, 19 Oct 2024 15:44:10 +0000 (-0700) Subject: Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linux X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9197b73fd7bb263084a95d1c578b7ee0ad54dfb3;p=users%2Fhch%2Fmisc.git Merge tag '9p-for-6.12-rc4' of https://github.com/martinetd/linux 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 --- 9197b73fd7bb263084a95d1c578b7ee0ad54dfb3