linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Qgroup cleanups
@ 2017-02-13 14:30 David Sterba
  2017-02-13 14:30 ` [PATCH 1/7] btrfs: qgroups: make __del_qgroup_relation static David Sterba
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: David Sterba @ 2017-02-13 14:30 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

I've spotted some cleanup-ready code while going through the file, so here it
is. There are no changes to the core qgoups code, just the support and
framework code. For 4.11.

David Sterba (7):
      btrfs: qgroups: make __del_qgroup_relation static
      btrfs: ulist: make the finalization function public
      btrfs: embed extent_changeset::range_changed to the structure
      btrfs: check quota status earlier and don't do unnecessary frees
      btrfs: remove unnecessary mutex lock in qgroup_account_snapshot
      btrfs: qgroups: opencode qgroup_free helper
      btrfs: remove pointless rcu protection from btrfs_qgroup_inherit

 fs/btrfs/extent_io.c   |  2 +-
 fs/btrfs/extent_io.h   |  2 +-
 fs/btrfs/qgroup.c      | 51 ++++++++++++++++++++++----------------------------
 fs/btrfs/transaction.c |  6 +-----
 fs/btrfs/ulist.c       |  2 +-
 fs/btrfs/ulist.h       |  1 +
 6 files changed, 27 insertions(+), 37 deletions(-)

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

end of thread, other threads:[~2017-02-15 15:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13 14:30 [PATCH 0/7] Qgroup cleanups David Sterba
2017-02-13 14:30 ` [PATCH 1/7] btrfs: qgroups: make __del_qgroup_relation static David Sterba
2017-02-13 14:30 ` [PATCH 2/7] btrfs: ulist: make the finalization function public David Sterba
2017-02-14  9:29   ` Qu Wenruo
2017-02-14 11:44     ` David Sterba
2017-02-13 14:30 ` [PATCH 3/7] btrfs: embed extent_changeset::range_changed to the structure David Sterba
2017-02-14  9:23   ` Qu Wenruo
2017-02-13 14:30 ` [PATCH 4/7] btrfs: check quota status earlier and don't do unnecessary frees David Sterba
2017-02-13 14:30 ` [PATCH 5/7] btrfs: remove unnecessary mutex lock in qgroup_account_snapshot David Sterba
2017-02-13 14:30 ` [PATCH 6/7] btrfs: qgroups: opencode qgroup_free helper David Sterba
2017-02-13 14:30 ` [PATCH 7/7] btrfs: remove pointless rcu protection from btrfs_qgroup_inherit David Sterba
2017-02-15 15:51 ` [PATCH 8/7] btrfs: ulist: rename ulist_fini to ulist_release David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).