linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix regression in libfuse test_copy_file_range()
@ 2024-10-14 19:27 Amir Goldstein
  2024-10-14 19:27 ` [PATCH v2 1/2] fs: pass offset and result to backing_file end_write() callback Amir Goldstein
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Amir Goldstein @ 2024-10-14 19:27 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: Bernd Schubert, yangyun, linux-fsdevel

Miklos,

I figured it was best to split the backing_file interface change from
the fix, but both changes should be targetting stable.

Thanks,
Amir.

Changes since v1:
- Change end_write() callback arguments
- Use pos argument to extend i_size instead of using backing inode size

Amir Goldstein (2):
  fs: pass offset and result to backing_file end_write() callback
  fuse: update inode size after extending passthrough write

 fs/backing-file.c            | 8 ++++----
 fs/fuse/passthrough.c        | 8 ++++----
 fs/overlayfs/file.c          | 9 +++++++--
 include/linux/backing-file.h | 2 +-
 4 files changed, 16 insertions(+), 11 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-15 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 19:27 [PATCH v2 0/2] Fix regression in libfuse test_copy_file_range() Amir Goldstein
2024-10-14 19:27 ` [PATCH v2 1/2] fs: pass offset and result to backing_file end_write() callback Amir Goldstein
2024-10-14 19:27 ` [PATCH v2 2/2] fuse: update inode size after extending passthrough write Amir Goldstein
2024-10-15 13:26 ` [PATCH v2 0/2] Fix regression in libfuse test_copy_file_range() Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).