All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ext4: fix quotas leak in __ext4_fill_super()
@ 2023-03-25  6:47 Baokun Li
  2023-03-25  6:47 ` [PATCH 1/2] ext4: turning quotas off if mount failed after enable quotas Baokun Li
  2023-03-25  6:47 ` [PATCH 2/2] ext4: refactoring to use the unified helper ext4_quotas_off() Baokun Li
  0 siblings, 2 replies; 6+ messages in thread
From: Baokun Li @ 2023-03-25  6:47 UTC (permalink / raw)
  To: linux-ext4
  Cc: tytso, adilger.kernel, jack, ritesh.list, linux-kernel, yi.zhang,
	yangerkun, yukuai3, libaokun1

Baokun Li (2):
  ext4: turning quotas off if mount failed after enable quotas
  ext4: refactoring to use the unified helper ext4_quotas_off()

 fs/ext4/super.c | 28 +++++++++-------------------
 1 file changed, 9 insertions(+), 19 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2023-03-27  1:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25  6:47 [PATCH 0/2] ext4: fix quotas leak in __ext4_fill_super() Baokun Li
2023-03-25  6:47 ` [PATCH 1/2] ext4: turning quotas off if mount failed after enable quotas Baokun Li
2023-03-25 14:33   ` kernel test robot
2023-03-27  1:43     ` Baokun Li
2023-03-25 15:45   ` kernel test robot
2023-03-25  6:47 ` [PATCH 2/2] ext4: refactoring to use the unified helper ext4_quotas_off() Baokun Li

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.