Message ID | ZiKJ1Q7Ib6Fj6I9S@3f3e8491d9e9 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] fs/9p fixes for 6.9-rc5 | expand |
The pull request you sent on Fri, 19 Apr 2024 15:12:21 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-fixes-for-6.9-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/46b28503cdf35e1c34d9d135d91da91d3649ebaf
Thank you!
The following changes since commit 8d025e2092e29bfd13e56c78e22af25fac83c8ec: Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs (2024-03-27 20:24:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-fixes-for-6.9-rc5 for you to fetch changes up to 7fd524b9bd1be210fe79035800f4bd78a41b349f: fs/9p: drop inodes immediately on non-.L too (2024-04-11 23:40:55 +0000) ---------------------------------------------------------------- fs/9p: fixes regressions in 6.9 This series contains a reversion of one of the original 6.9 patches which seems to have been the cause of most of the instability. It also incorporates several fixes to legacy support and cache fixes. There are few additional changes to improve stability, but I want another week of testing before sending them upstream. Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> ---------------------------------------------------------------- Eric Van Hensbergen (2): fs/9p: remove erroneous nlink init from legacy stat2inode fs/9p: Revert "fs/9p: fix dups even in uncached mode" Jeff Layton (1): 9p: explicitly deny setlease attempts Joakim Sindholt (4): fs/9p: only translate RWX permissions for plain 9P2000 fs/9p: translate O_TRUNC into OTRUNC fs/9p: fix the cache always being enabled on files with qid flags fs/9p: drop inodes immediately on non-.L too fs/9p/fid.h | 3 --- fs/9p/vfs_file.c | 2 ++ fs/9p/vfs_inode.c | 7 ++++--- fs/9p/vfs_super.c | 17 +++++++++++++++++ 4 files changed, 23 insertions(+), 6 deletions(-)