aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slow-work.h
Commit message (Expand)AuthorAgeFilesLines
* SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-4/+4
* SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-0/+3
* SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells2009-11-191-0/+19
* SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-191-0/+11
* SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-0/+29
* SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-0/+2
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-2/+6
* Trivial: fix a typo in slow-work.hJonathan Corbet2009-04-211-1/+1
* Document the slow work thread poolDavid Howells2009-04-031-0/+2
* Make the slow work pool configurableDavid Howells2009-04-031-0/+5
* Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-031-0/+88