summaryrefslogtreecommitdiffstats
path: root/kernel/slow-work.c
Commit message (Expand)AuthorAgeFilesLines
* slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie2010-03-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-5/+2
|\
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
| * sysctl kernel: Remove binary sysctl logicEric W. Biederman2009-11-121-4/+1
* | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-6/+12
* | SLOW_WORK: Fix the CONFIG_MODULES=n caseDavid Howells2009-12-011-17/+29
* | SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-9/+85
* | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-191-11/+33
* | SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-2/+127
* | SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-6/+75
* | SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe2009-11-191-20/+16
* | SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-6/+126
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-6/+6
* slow-work: use round_jiffies() for thread pool's cull and OOM timersChris Peterson2009-06-161-9/+14
* slow_work_thread() should do the exclusive waitOleg Nesterov2009-06-111-2/+2
* Delete slow-work timers properlyJonathan Corbet2009-04-241-2/+2
* Document the slow work thread poolDavid Howells2009-04-031-0/+2
* Make the slow work pool configurableDavid Howells2009-04-031-2/+116
* Make slow-work thread pool actually dynamicDavid Howells2009-04-031-1/+137
* Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-031-0/+388