aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/slow-work.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-08
|\
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
| * sysctl kernel: Remove binary sysctl logicEric W. Biederman2009-11-12
* | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-01
* | SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells2009-12-01
* | SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-19
* | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-19
* | SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-19
* | SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-19
* | SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe2009-11-19
* | SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-19
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* slow-work: use round_jiffies() for thread pool's cull and OOM timersChris Peterson2009-06-16
* slow_work_thread() should do the exclusive waitOleg Nesterov2009-06-11
* Delete slow-work timers properlyJonathan Corbet2009-04-24
* Document the slow work thread poolDavid Howells2009-04-03
* Make the slow work pool configurableDavid Howells2009-04-03
* Make slow-work thread pool actually dynamicDavid Howells2009-04-03
* Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-03