aboutsummaryrefslogtreecommitdiff
path: root/kernel/slow-work.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-6/+6
2009-06-16slow-work: use round_jiffies() for thread pool's cull and OOM timersGravatar Chris Peterson 1-9/+14
2009-06-11slow_work_thread() should do the exclusive waitGravatar Oleg Nesterov 1-2/+2
2009-04-24Delete slow-work timers properlyGravatar Jonathan Corbet 1-2/+2
2009-04-03Document the slow work thread poolGravatar David Howells 1-0/+2
2009-04-03Make the slow work pool configurableGravatar David Howells 1-2/+116
2009-04-03Make slow-work thread pool actually dynamicGravatar David Howells 1-1/+137
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsGravatar David Howells 1-0/+388