Linux network filesystem support library
 help / color / mirror / Atom feed
* [PATCH v2 0/5] fscache/cachefiles: Some bugfixes
@ 2024-11-07 11:06 Zizhi Wo
  2024-11-07 11:06 ` [PATCH v2 1/5] cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter() Zizhi Wo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zizhi Wo @ 2024-11-07 11:06 UTC (permalink / raw)
  To: netfs, dhowells, jlayton, brauner
  Cc: hsiangkao, jefflexu, zhujia.zj, linux-erofs, linux-fsdevel,
	linux-kernel, wozizhi, libaokun1, yangerkun, houtao1, yukuai3

Changes since V1[1]:
 - Removed some incorrect patches.
 - Modified the description of the first patch.
 - Modified the fourth patch to move fput out of lock execution.

Recently, I sent the first version of the patch series. After some
discussions, I made modifications to a few patches and have now officially
sent this second version.

This patchset mainly includes 5 fix patches about fscache/cachefiles.
Additionally, patches 2, 3, and 5 have already been ACKed. The first patch
fixes an issue with the incorrect return length, and the fourth patch
addresses a null pointer dereference issue with file.

[1] https://lore.kernel.org/all/20240821024301.1058918-1-wozizhi@huawei.com/

Zizhi Wo (5):
  cachefiles: Fix incorrect length return value in
    cachefiles_ondemand_fd_write_iter()
  cachefiles: Fix missing pos updates in
    cachefiles_ondemand_fd_write_iter()
  cachefiles: Clean up in cachefiles_commit_tmpfile()
  cachefiles: Fix NULL pointer dereference in object->file
  netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING

 fs/cachefiles/interface.c | 14 ++++++++++----
 fs/cachefiles/namei.c     |  5 -----
 fs/cachefiles/ondemand.c  | 38 +++++++++++++++++++++++++++++---------
 fs/netfs/fscache_volume.c |  3 +--
 4 files changed, 40 insertions(+), 20 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-11-11 11:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-07 11:06 [PATCH v2 0/5] fscache/cachefiles: Some bugfixes Zizhi Wo
2024-11-07 11:06 ` [PATCH v2 1/5] cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter() Zizhi Wo
2024-11-07 11:06 ` [PATCH v2 2/5] cachefiles: Fix missing pos updates " Zizhi Wo
2024-11-07 11:06 ` [PATCH v2 3/5] cachefiles: Clean up in cachefiles_commit_tmpfile() Zizhi Wo
2024-11-07 11:06 ` [PATCH v2 4/5] cachefiles: Fix NULL pointer dereference in object->file Zizhi Wo
2024-11-07 11:06 ` [PATCH v2 5/5] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING Zizhi Wo
2024-11-11 11:33 ` [PATCH v2 0/5] fscache/cachefiles: Some bugfixes Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox