All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] xfs: Misc changes to XFS realtime
@ 2026-02-20  6:53 Nirjhar Roy (IBM)
  2026-02-20  6:53 ` [PATCH v4 1/4] xfs: Fix xfs_last_rt_bmblock() Nirjhar Roy (IBM)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nirjhar Roy (IBM) @ 2026-02-20  6:53 UTC (permalink / raw)
  To: djwong, hch, cem
  Cc: linux-xfs, ritesh.list, ojaswin, nirjhar.roy.lists, nirjhar

From: "Nirjhar Roy (IBM)" <nirjhar.roy.lists@gmail.com>

This series has a bug fix and adds some missing operations to
growfs code in the realtime code. Details are in the commit messages.

[v3]- v4
1. Added RBs from Darrick patch 1,2,3.
2. Updated the comments in patch 4.

[v2] -> v3
1. Rebased it on top of latest mainline master(2b7a25df823d) since
   xfs_linux was renamed to xfs_platform.h.
2. Add RB from Christoph in patch 2 and 3.

[v1] -> v2
1. Added RB from Christoph in patch 1 and 4.
2. Updated the commit message in patch 4 ("xfs: Add comments for usages of some macros.")
3. Updated the commit message and added some comments in the code explaining
   the change in patch 3("xfs: Update lazy counters in xfs_growfs_rt_bmblock()")
4. Removed patch 2 of [v1] - instead added a comment in xfs_log_sb()
   explaining why we are not checking the lazy counter enablement while
   updating the free rtextent count (sb_frextents).

[v3]- https://lore.kernel.org/all/cover.1771512159.git.nirjhar.roy.lists@gmail.com/
[v2]- https://lore.kernel.org/all/cover.1771486609.git.nirjhar.roy.lists@gmail.com/ 
[v1]- https://lore.kernel.org/all/cover.1770904484.git.nirjhar.roy.lists@gmail.com/

Nirjhar Roy (IBM) (4):
  xfs: Fix xfs_last_rt_bmblock()
  xfs: Add a comment in xfs_log_sb()
  xfs: Update lazy counters in xfs_growfs_rt_bmblock()
  xfs: Add comments for usages of some macros.

 fs/xfs/libxfs/xfs_sb.c |  3 +++
 fs/xfs/xfs_platform.h  |  9 +++++++++
 fs/xfs/xfs_rtalloc.c   | 39 +++++++++++++++++++++++++++++++++------
 3 files changed, 45 insertions(+), 6 deletions(-)

-- 
2.43.5


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20  6:53 [PATCH v4 0/4] xfs: Misc changes to XFS realtime Nirjhar Roy (IBM)
2026-02-20  6:53 ` [PATCH v4 1/4] xfs: Fix xfs_last_rt_bmblock() Nirjhar Roy (IBM)
2026-02-20  6:53 ` [PATCH v4 2/4] xfs: Add a comment in xfs_log_sb() Nirjhar Roy (IBM)
2026-02-20  6:54 ` [PATCH v4 3/4] xfs: Update lazy counters in xfs_growfs_rt_bmblock() Nirjhar Roy (IBM)
2026-02-20  6:54 ` [PATCH v4 4/4] xfs: Add comments for usages of some macros Nirjhar Roy (IBM)
2026-02-25  9:38 ` [PATCH v4 0/4] xfs: Misc changes to XFS realtime Carlos Maiolino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.