Files
mirror_zfs/module/spl
Richard Yao d4bf6d8429 Disable direct reclaim in taskq worker threads on Linux 3.9+
Illumos does not have direct reclaim and code run inside taskq worker
threads is not designed to deal with it. Allowing direct reclaim inside
a worker thread can therefore deadlock. We set PF_MEMALLOC_NOIO through
memalloc_noio_save() to indicate to the kernel's reclaim code that we
are inside a context where memory allocations cannot be allowed to block
on filesystem activity.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue zfsonlinux/zfs#1274
Issue zfsonlinux/zfs#2390
Closes #474
2015-09-09 14:30:47 -07:00
..
2013-03-04 19:09:34 -08:00
2014-10-17 15:11:51 -07:00
2015-02-02 10:57:56 -08:00
2015-01-21 15:25:19 -08:00
2015-01-16 13:55:08 -08:00
2015-07-21 11:47:10 -07:00
2013-03-04 19:09:34 -08:00
2015-04-24 14:23:07 -07:00
2015-04-24 13:02:37 -07:00
2015-01-16 13:55:08 -08:00