aboutsummaryrefslogtreecommitdiff
path: root/kernel/slow-work.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-29slow-work: use get_ref wrapper instead of directly calling get_refGravatar Dave Airlie 1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-5/+2
2009-12-01SLOW_WORK: Move slow_work's proc file to debugfsGravatar David Howells 1-6/+12
2009-12-01SLOW_WORK: Fix the CONFIG_MODULES=n caseGravatar David Howells 1-17/+29
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededGravatar David Howells 1-9/+85
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileGravatar David Howells 1-11/+33
2009-11-19SLOW_WORK: Add delayed_slow_work supportGravatar Jens Axboe 1-2/+127
2009-11-19SLOW_WORK: Add support for cancellation of slow workGravatar Jens Axboe 1-6/+75
2009-11-19SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalGravatar Jens Axboe 1-20/+16
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 1-6/+126
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl kernel: Remove binary sysctl logicGravatar Eric W. Biederman 1-4/+1
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