public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: code cleanup and item deletion fix
@ 2026-03-05  8:49 Long Li
  2026-03-05  8:49 ` [PATCH 1/2] xfs: remove redundant set null for ip->i_itemp Long Li
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Long Li @ 2026-03-05  8:49 UTC (permalink / raw)
  To: djwong, cem
  Cc: linux-xfs, david, yi.zhang, houtao1, leo.lilong, yangerkun,
	lonuxli.64

This patch series contains the first two patches from the previously
unfinished patch set [1]. I'm resubmitting them separately since patch 2
addresses an corner case issue that should be fixed. At the same time, I
rewrote the commit message and comments of patch 2.

Patch 1 : Simple clean code.
Patch 2 : Fixes a issue where the tail LSN was incorrectly moved forward
	  due to improper deletion of log items from the AIL before log
	  shutdown. 

[1] https://patchwork.kernel.org/project/xfs/patch/20240823110439.1585041-1-leo.lilong@huawei.com/

Long Li (2):
  xfs: remove redundant set null for ip->i_itemp
  xfs: ensure dquot item is deleted from AIL only after log shutdown

 fs/xfs/xfs_dquot.c  | 8 +++++++-
 fs/xfs/xfs_icache.c | 1 -
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2026-03-12  8:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05  8:49 [PATCH 0/2] xfs: code cleanup and item deletion fix Long Li
2026-03-05  8:49 ` [PATCH 1/2] xfs: remove redundant set null for ip->i_itemp Long Li
2026-03-05 14:06   ` Christoph Hellwig
2026-03-10  8:28   ` Carlos Maiolino
2026-03-05  8:49 ` [PATCH 2/2] xfs: ensure dquot item is deleted from AIL only after log shutdown Long Li
2026-03-05 14:06   ` Christoph Hellwig
2026-03-10  8:39   ` Carlos Maiolino
2026-03-12  8:38 ` [PATCH 0/2] xfs: code cleanup and item deletion fix Carlos Maiolino

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