public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [patch v4 0/2] Misc fixes in XFS realtime
@ 2026-02-04 15:06 Nirjhar Roy (IBM)
  2026-02-04 15:06 ` [patch v4 1/2] xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary() Nirjhar Roy (IBM)
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Nirjhar Roy (IBM) @ 2026-02-04 15:06 UTC (permalink / raw)
  To: djwong, hch, cem; +Cc: linux-xfs, ritesh.list, ojaswin, nirjhar.roy.lists

This patchset has 2 fixes in some XFS realtime code. Details are
in the commit messages.

[v3] -> v4

1.Patch 1/2 -> Replaced the ASSERT with an XFS_IS_CORRUPT
2.Patch 2/2 -> Removed an extra line between tags


[v2] -> [v3]

1. Patch 1/2 -> Changed ASSERT(sum >= 0); to ASSERT(0);
   (as discussed in [3]) and removed RB from Darrick 
   since the code was slightly changed after the RB was given.
2. Patch 2/2 -> Added RB from Carlos.


[v1] --> [v2]

1. Added RB from Darrick in patch 1/2.
2. Added Cc, Fixes tag and RB from Darrck in patch 2/2.

[3] - https://lore.kernel.org/all/20260202185348.GI7712@frogsfrogsfrogs/
[v3]- https://lore.kernel.org/all/cover.1770121544.git.nirjhar.roy.lists@gmail.com/
[v2]- https://lore.kernel.org/all/cover.1769625536.git.nirjhar.roy.lists@gmail.com/
[v1]- https://lore.kernel.org/all/cover.1769613182.git.nirjhar.roy.lists@gmail.com/

Nirjhar Roy (IBM) (2):
  xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()
  xfs: Fix in xfs_rtalloc_query_range()

 fs/xfs/libxfs/xfs_rtbitmap.c | 2 +-
 fs/xfs/xfs_rtalloc.c         | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2026-02-25 14:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 15:06 [patch v4 0/2] Misc fixes in XFS realtime Nirjhar Roy (IBM)
2026-02-04 15:06 ` [patch v4 1/2] xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary() Nirjhar Roy (IBM)
2026-02-05 16:21   ` Darrick J. Wong
2026-02-05 18:33     ` Nirjhar Roy (IBM)
2026-02-06 12:48   ` Carlos Maiolino
2026-02-06 12:51     ` Nirjhar Roy (IBM)
2026-02-04 15:06 ` [patch v4 2/2] xfs: Fix in xfs_rtalloc_query_range() Nirjhar Roy (IBM)
2026-02-25 10:40   ` Carlos Maiolino
2026-02-25 11:28     ` Nirjhar Roy (IBM)
2026-02-25 12:19       ` Carlos Maiolino
2026-02-25 14:46         ` Nirjhar Roy (IBM)
2026-02-16 16:42 ` [patch v4 0/2] Misc fixes in XFS realtime Carlos Maiolino
2026-02-16 16:43   ` Nirjhar Roy (IBM)

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