kernel-ark/fs/dlm
David Teigland 573c24c4af dlm: always use GFP_NOFS
Replace all GFP_KERNEL and ls_allocation with GFP_NOFS.
ls_allocation would be GFP_KERNEL for userland lockspaces
and GFP_NOFS for file system lockspaces.

It was discovered that any lockspaces on the system can
affect all others by triggering memory reclaim in the
file system which could in turn call back into the dlm
to acquire locks, deadlocking dlm threads that were
shared by all lockspaces, like dlm_recv.

Signed-off-by: David Teigland <teigland@redhat.com>
2009-11-30 16:34:43 -06:00
..
ast.c dlm: fs/dlm/ast.c: fix warning 2008-12-23 10:22:56 -06:00
ast.h dlm: improve how bast mode handling 2008-12-23 10:16:46 -06:00
config.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
config.h
debug_fs.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
dir.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
dir.h
dlm_internal.h dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
Kconfig
lock.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
lock.h
lockspace.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
lockspace.h
lowcomms.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
lowcomms.h dlm: connect to nodes earlier 2009-05-15 09:34:12 -05:00
lvb_table.h
main.c
Makefile
member.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
member.h
memory.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
memory.h
midcomms.c dlm: fix up memory allocation flags 2008-12-23 10:15:40 -06:00
midcomms.h
netlink.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
plock.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
rcom.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
rcom.h
recover.c dlm: change rsbtbl rwlock to spinlock 2009-01-08 15:12:39 -06:00
recover.h
recoverd.c
recoverd.h
requestqueue.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
requestqueue.h
user.c dlm: always use GFP_NOFS 2009-11-30 16:34:43 -06:00
user.h dlm: improve how bast mode handling 2008-12-23 10:16:46 -06:00
util.c
util.h