All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] btrfs: qgroup API cleanups
@ 2026-03-17 19:46 fdmanana
  2026-03-17 19:47 ` [PATCH 1/4] btrfs: removed unused qgroup functions for pertrans reservation and freeing fdmanana
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fdmanana @ 2026-03-17 19:46 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Remove some unnecessary qgroup functions and exports and make the API
simpler.

Filipe Manana (4):
  btrfs: removed unused qgroup functions for pertrans reservation and freeing
  btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_prealloc()
  btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_prealloc()
  btrfs: unexport btrfs_qgroup_reserve_meta()

 fs/btrfs/delayed-inode.c |  3 +--
 fs/btrfs/qgroup.c        | 27 ++++++++++++++------------
 fs/btrfs/qgroup.h        | 42 +++-------------------------------------
 3 files changed, 19 insertions(+), 53 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2026-03-18  3:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 19:46 [PATCH 0/4] btrfs: qgroup API cleanups fdmanana
2026-03-17 19:47 ` [PATCH 1/4] btrfs: removed unused qgroup functions for pertrans reservation and freeing fdmanana
2026-03-17 19:47 ` [PATCH 2/4] btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_prealloc() fdmanana
2026-03-17 19:47 ` [PATCH 3/4] btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_prealloc() fdmanana
2026-03-17 19:47 ` [PATCH 4/4] btrfs: unexport btrfs_qgroup_reserve_meta() fdmanana
2026-03-18  3:42 ` [PATCH 0/4] btrfs: qgroup API cleanups Qu Wenruo

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.