lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 5 Jun 2022 15:38:12 +0100 From: "Matthew Wilcox (Oracle)" <willy@...radead.org> To: Jan Kara <jack@...e.com> Cc: "Matthew Wilcox (Oracle)" <willy@...radead.org>, tytso@....edu, Andreas Dilger <adilger.kernel@...ger.ca>, linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org Subject: [PATCH 0/3] Cache quota files in the page cache 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
Powered by blists - more mailing lists