[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJfpeguT0XBxBCzBrJqS1LLCLmEahVT3FF0NZ1nkAKMRKWpyfw@mail.gmail.com>
Date: Tue, 3 Sep 2024 12:38:12 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse fixes for 6.11-rc7
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
tags/fuse-fixes-6.11-rc7
- Fix EIO if splice and page stealing are enabled on the fuse device
- Disable problematic combination of passthrough and writeback-cache
- Other bug fixes found by code review
Thanks,
Miklos
---
Bernd Schubert (1):
fuse: disable the combination of passthrough and writeback cache
Jann Horn (1):
fuse: use unsigned type for getxattr/listxattr size truncation
Joanne Koong (2):
fuse: check aborted connection before adding requests to pending
list for resending
fuse: update stats for pages in dropped aux writeback list
Miklos Szeredi (1):
fuse: clear PG_uptodate when using a stolen page
yangyun (1):
fuse: fix memory leak in fuse_create_open
---
fs/fuse/dev.c | 14 ++++++++++----
fs/fuse/dir.c | 2 +-
fs/fuse/file.c | 8 +++++++-
fs/fuse/inode.c | 7 ++++++-
fs/fuse/xattr.c | 4 ++--
5 files changed, 26 insertions(+), 9 deletions(-)
Powered by blists - more mailing lists