acrn-kernel/fs/quota
Matthew Wilcox (Oracle) 537e11cdc7 quota: Prevent memory allocation recursion while holding dq_lock
As described in commit 02117b8ae9 ("f2fs: Set GF_NOFS in
read_cache_page_gfp while doing f2fs_quota_read"), we must not enter
filesystem reclaim while holding the dq_lock.  Prevent this more generally
by using memalloc_nofs_save() while holding the lock.

Link: https://lore.kernel.org/r/20220605143815.2330891-2-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
2022-06-06 10:08:10 +02:00
..
Kconfig
Makefile
compat.h
dquot.c quota: Prevent memory allocation recursion while holding dq_lock 2022-06-06 10:08:10 +02:00
kqid.c
netlink.c
quota.c mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h> 2021-10-18 06:17:01 -06:00
quota_tree.c quota: correct error number in free_dqentry() 2021-10-11 10:57:04 +02:00
quota_tree.h
quota_v1.c
quota_v2.c
quotaio_v1.h
quotaio_v2.h