All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3]xfs: random fixes for disk quota
@ 2020-09-22  9:03 xiakaixu1987
  2020-09-22  9:04 ` [PATCH 1/3] xfs: directly return if the delta equal to zero xiakaixu1987
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: xiakaixu1987 @ 2020-09-22  9:03 UTC (permalink / raw)
  To: linux-xfs; +Cc: darrick.wong, Kaixu Xia

From: Kaixu Xia <kaixuxia@tencent.com>

Hi all,

This patchset include random fixes and code cleanups for disk quota.
In order to make it easier to track, I bundle them up and put all
the scattered patches into a single patchset.

Kaixu Xia (3):
  xfs: directly return if the delta equal to zero
  xfs: remove the unused parameter id from xfs_qm_dqattach_one
  xfs: only do dqget or dqhold for the specified dquots

 fs/xfs/xfs_qm.c          | 24 +++++++++---------------
 fs/xfs/xfs_trans_dquot.c | 12 ++++++------
 2 files changed, 15 insertions(+), 21 deletions(-)

-- 
2.20.0


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

end of thread, other threads:[~2020-09-23 16:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22  9:03 [RFC PATCH 0/3]xfs: random fixes for disk quota xiakaixu1987
2020-09-22  9:04 ` [PATCH 1/3] xfs: directly return if the delta equal to zero xiakaixu1987
2020-09-22 16:19   ` Darrick J. Wong
2020-09-22 17:43   ` Brian Foster
2020-09-23  2:42     ` kaixuxia
2020-09-23 13:27       ` Brian Foster
2020-09-23 16:09         ` Darrick J. Wong
2020-09-23  7:01     ` Christoph Hellwig
2020-09-22  9:04 ` [PATCH 2/3] xfs: remove the unused parameter id from xfs_qm_dqattach_one xiakaixu1987
2020-09-22 16:20   ` Darrick J. Wong
2020-09-23  7:02   ` Christoph Hellwig
2020-09-22  9:04 ` [PATCH 3/3] xfs: only do dqget or dqhold for the specified dquots xiakaixu1987
2020-09-22 16:18   ` Darrick J. Wong
2020-09-23  3:11     ` kaixuxia
2020-09-23 16:30 ` [RFC PATCH 0/3]xfs: random fixes for disk quota Darrick J. Wong

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.