linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] xfs: some bugfixes and code cleanups for quota
@ 2020-04-11  9:12 xiakaixu1987
  2020-04-11  9:12 ` [PATCH v2 1/6] xfs: trace quota allocations for all quota types xiakaixu1987
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: xiakaixu1987 @ 2020-04-11  9:12 UTC (permalink / raw)
  To: linux-xfs; +Cc: darrick.wong, Kaixu Xia

From: Kaixu Xia <kaixuxia@tencent.com>

Hi all,

This patchset include some bugfixes and code cleanups for
qupta.

Changes for v2:
 - put all the scattered patches into a single patchset.
 - update the git version to fix the no function show problem.

Kaixu Xia (6):
  xfs: trace quota allocations for all quota types
  xfs: combine two if statements with same condition
  xfs: reserve quota inode transaction space only when needed
  xfs: remove unnecessary variable udqp from xfs_ioctl_setattr
  xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach
  xfs: simplify the flags setting in xfs_qm_scall_quotaon

 fs/xfs/xfs_ioctl.c       | 7 ++-----
 fs/xfs/xfs_iops.c        | 5 -----
 fs/xfs/xfs_qm.c          | 7 +++----
 fs/xfs/xfs_qm_syscalls.c | 6 +++---
 4 files changed, 8 insertions(+), 17 deletions(-)

-- 
2.20.0


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

end of thread, other threads:[~2020-04-13 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-11  9:12 [PATCH v2 0/6] xfs: some bugfixes and code cleanups for quota xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 1/6] xfs: trace quota allocations for all quota types xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 2/6] xfs: combine two if statements with same condition xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 3/6] xfs: reserve quota inode transaction space only when needed xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 4/6] xfs: remove unnecessary variable udqp from xfs_ioctl_setattr xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 5/6] xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 6/6] xfs: simplify the flags setting in xfs_qm_scall_quotaon xiakaixu1987
2020-04-13 15:39 ` [PATCH v2 0/6] xfs: some bugfixes and code cleanups for quota Darrick J. Wong

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).