summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.c
AgeCommit message (Expand)AuthorLines
2014-10-02btrfs: remove unlikely from NULL checksDavid Sterba-5/+5
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie-0/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo-8/+36
2014-04-07btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich-0/+2
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo-2/+5
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana-0/+1
2014-03-10btrfs: Add ftrace for btrfs_workqueueQu Wenruo-0/+7
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo-3/+3
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo-33/+33
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo-704/+3
2014-03-10btrfs: Add threshold workqueue based on kernel workqueueQu Wenruo-8/+99
2014-03-10btrfs: Add high priority workqueue support for btrfs_workqueue_structQu Wenruo-12/+79
2014-03-10btrfs: Added btrfs_workqueue_struct implemented ordered execution based on ke...Qu Wenruo-0/+137
2014-03-10btrfs: always choose work from prio_head firstStanislaw Gruszka-4/+5
2013-11-20Btrfs: fix __btrfs_start_workers retvalIlya Dryomov-0/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana-1/+1
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov-6/+19
2012-07-25Btrfs: call the ordered free operation without any locks heldChris Mason-1/+8
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney-10/+5
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki-1/+1
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason-1/+2
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki-62/+55
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason-61/+54
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik-61/+54
2011-12-15Btrfs: add a cond_resched() into the worker loopChris Mason-1/+1
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo-1/+1
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-10-05Btrfs: fix deadlock on async thread startupChris Mason-8/+73
2009-09-15Btrfs: Fix async thread shutdown raceChris Mason-6/+10
2009-09-15Btrfs: fix worker thread double spin_lock_irqChris Mason-2/+2
2009-09-15Btrfs: fix async worker startup raceChris Mason-3/+11
2009-09-11Btrfs: reduce worker thread spin_lock_irq hold timesChris Mason-14/+60
2009-09-11Btrfs: keep irqs on more often in the worker threadsChris Mason-10/+13
2009-09-11Btrfs: Allow worker threads to exit when idleChris Mason-22/+111
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall-2/+2
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby-1/+1
2009-06-10Btrfs: init worker struct fields before kthread-runShin Hong-1/+1
2009-04-20Btrfs: add a priority queue to the async thread helpersChris Mason-13/+47
2009-04-02Btrfs: remove unused ftrace includeJim Owens-1/+0
2009-04-02Btrfs: fix race in worker_loopAmit Gud-1/+5
2009-02-04Btrfs: async threads should try harder to find workChris Mason-6/+44
2009-02-04Btrfs: Catch missed bios in the async bio submission threadChris Mason-1/+9
2009-01-21Btrfs: removed unused #include <version.h>'sHuang Weiyi-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason-3/+3
2008-11-12Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu-1/+2
2008-11-06Btrfs: Add ordered async work queuesChris Mason-3/+64
2008-09-30Btrfs: fix multi-device code to use raid policies set by mkfsChris Mason-1/+13
2008-09-29Btrfs: add and improve commentsChris Mason-1/+9
2008-09-25Remove Btrfs compat code for older kernelsChris Mason-6/+0