android_kernel_oneplus_msm8998/fs/dlm
Steven Whitehouse dcce240ead dlm: Use cmwq for send and receive workqueues
So far as I can tell, there is no reason to use a single-threaded
send workqueue for dlm, since it may need to send to several sockets
concurrently. Both workqueues are set to WQ_MEM_RECLAIM to avoid
any possible deadlocks, WQ_HIGHPRI since locking traffic is highly
latency sensitive (and to avoid a priority inversion wrt GFS2's
glock_workqueue) and WQ_FREEZABLE just in case someone needs to do
that (even though with current cluster infrastructure, it doesn't
make sense as the node will most likely land up ejected from the
cluster) in the future.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: David Teigland <teigland@redhat.com>
2010-11-12 11:08:03 -06:00
..
ast.c dlm: fix ordering of bast and cast 2010-02-24 11:46:53 -06:00
ast.h dlm: fix ordering of bast and cast 2010-02-24 11:46:53 -06:00
config.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
config.h
debug_fs.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
dir.c
dir.h
dlm_internal.h dlm: fix ordering of bast and cast 2010-02-24 11:46:53 -06:00
Kconfig
lock.c dlm: Don't send callback to node making lock request when "try 1cb" fails 2010-09-03 10:10:47 -05:00
lock.h
lockspace.c Driver core: Constify struct sysfs_ops in struct kobj_type 2010-03-07 17:04:49 -08:00
lockspace.h
lowcomms.c dlm: Use cmwq for send and receive workqueues 2010-11-12 11:08:03 -06:00
lowcomms.h
lvb_table.h
main.c
Makefile
member.c Fix misspellings of "truly" in comments. 2010-02-04 11:55:45 +01:00
member.h
memory.c
memory.h
midcomms.c
midcomms.h
netlink.c dlm: use genl_register_family_with_ops() 2010-08-05 14:22:01 -05:00
plock.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
rcom.c
rcom.h
recover.c
recover.h
recoverd.c
recoverd.h
requestqueue.c
requestqueue.h
user.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
user.h dlm: fix ordering of bast and cast 2010-02-24 11:46:53 -06:00
util.c
util.h