All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Cache quota files in the page cache
@ 2022-06-05 14:38 Matthew Wilcox (Oracle)
  2022-06-05 14:38 ` [PATCH 1/3] quota: Prevent memory allocation recursion while holding dq_lock Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Matthew Wilcox (Oracle) @ 2022-06-05 14:38 UTC (permalink / raw)
  To: Jan Kara
  Cc: Matthew Wilcox (Oracle),
	tytso, Andreas Dilger, linux-ext4, linux-fsdevel

I don't really want to be working on this ... I'm a bit outside my zone
of knowledge here, and I'd much rather be working on folio conversions.
It mostly works, but a full xfstests run dies, probably from a memory
leak.

Matthew Wilcox (Oracle) (3):
  quota: Prevent memory allocation recursion while holding dq_lock
  quota: Support using the page cache for quota files
  ext4: Use generic_quota_read()

 fs/ext4/super.c          | 81 ++++++++++------------------------------
 fs/quota/dquot.c         | 77 ++++++++++++++++++++++++++++++++++++++
 include/linux/fs.h       |  2 +
 include/linux/quotaops.h |  1 +
 4 files changed, 100 insertions(+), 61 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-13  8:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-05 14:38 [PATCH 0/3] Cache quota files in the page cache Matthew Wilcox (Oracle)
2022-06-05 14:38 ` [PATCH 1/3] quota: Prevent memory allocation recursion while holding dq_lock Matthew Wilcox (Oracle)
2022-06-06  8:03   ` Jan Kara
2022-06-06 12:42     ` Matthew Wilcox
2022-06-06 13:08       ` Jan Kara
2022-06-05 14:38 ` [PATCH 2/3] quota: Support using the page cache for quota files Matthew Wilcox (Oracle)
2022-06-06  2:53   ` kernel test robot
2022-06-06  4:05   ` kernel test robot
2022-06-06  4:36   ` kernel test robot
2022-06-05 14:38 ` [PATCH 3/3] ext4: Use generic_quota_read() Matthew Wilcox (Oracle)
2022-06-06  8:38   ` Jan Kara
2022-06-08  1:42     ` Matthew Wilcox
2022-06-08 14:21       ` Jan Kara
2022-06-13  7:59   ` [ext4] fa96490369: WARNING:at_fs/ext4/inode.c:#ext4_invalidate_folio kernel test robot
2022-06-13  7:59     ` kernel test robot
2022-06-13  7:59     ` [LTP] " kernel test robot

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.