Remove GFP_NOFS uses from ext2, udf, and quota code
From: | Jan Kara <jack-AT-suse.cz> | |
To: | <linux-fsdevel-AT-vger.kernel.org> | |
Subject: | [PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code | |
Date: | Tue, 23 Jan 2024 16:24:59 +0100 | |
Message-ID: | <20240123152113.13352-1-jack@suse.cz> | |
Cc: | <linux-ext4-AT-vger.kernel.org>, Matthew Wilcox <willy-AT-infradead.org>, Jan Kara <jack-AT-suse.cz> | |
Archive-link: | Article |
Hello, inspired by recent Matthew's complaint about frequent use of GFP_NOFS in filesystems I've audited GFP_NOFS use in ext2, udf, and quota code and removed the uses that are no longer needed or can be reasonably easily replaced with the scope API. So far lockdep didn't barf on me during fstests runs but I guess we'll really know only once syzbot seriously stresses this in Linux next. Unless somebody objects, I'll queue these patches into my tree. Honza