[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJfpegsjHymOXg++KGrwMUWAP4e18aqWCMC2e83hLBy2AvYZyQ@mail.gmail.com>
Date: Fri, 25 Oct 2024 17:30:08 +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.12-rc5
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
tags/fuse-fixes-6.12-rc5
- Fix cached size after passthrough writes
- Revert a commit meant as a cleanup but which triggered a WARNING
- Remove a stray debug line left in a commit
The passthrough fix needed a trivial change in the backing-file API,
which resulted in some non-fuse files being touched.
Thanks,
Miklos
---
Amir Goldstein (2):
fs: pass offset and result to backing_file end_write() callback
fuse: update inode size after extending passthrough write
Miklos Szeredi (2):
Revert "fuse: move initialization of fuse_file to
fuse_writepages() instead of in callback"
fuse: remove stray debug line
---
fs/backing-file.c | 8 ++++----
fs/fuse/file.c | 18 ++++++++++++------
fs/fuse/passthrough.c | 9 ++++-----
fs/overlayfs/file.c | 9 +++++++--
include/linux/backing-file.h | 2 +-
5 files changed, 28 insertions(+), 18 deletions(-)
Powered by blists - more mailing lists