aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/async-thread.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: constify tracepoint argumentsGravatar Jeff Mahoney 1-3/+3
2017-01-09btrfs: fix crash when tracepoint arguments are freed by wq callbacksGravatar David Sterba 1-4/+11
2016-12-13btrfs: limit async_work allocation and worker func durationGravatar Maxim Patlasov 1-0/+14
2016-07-26btrfs: plumb fs_info into btrfs_workGravatar Jeff Mahoney 1-6/+25
2016-01-25btrfs: async-thread: Fix a use-after-free error for traceGravatar Qu Wenruo 1-1/+1
2015-12-03btrfs: use GFP_KERNEL for allocations of workqueuesGravatar David Sterba 1-2/+2
2015-08-31btrfs: async_thread: Fix workqueue 'max_active' value when initializingGravatar Qu Wenruo 1-23/+34
2015-06-10btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Gravatar Zhao Lei 1-0/+1
2015-02-16btrfs: use correct type for workqueue flagsGravatar David Sterba 1-2/+2
2014-10-02btrfs: remove unlikely from NULL checksGravatar David Sterba 1-5/+5
2014-09-17Btrfs: implement repair function when direct read failsGravatar Miao Xie 1-0/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeGravatar Liu Bo 1-8/+36
2014-04-07btrfs: fix crash in remount(thread_pool=) caseGravatar Sergei Trofimovich 1-0/+2
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyGravatar Qu Wenruo 1-2/+5
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueGravatar Filipe Manana 1-0/+1
2014-03-10btrfs: Add ftrace for btrfs_workqueueGravatar Qu Wenruo 1-0/+7
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeGravatar Qu Wenruo 1-3/+3
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueGravatar Qu Wenruo 1-33/+33
2014-03-10btrfs: Cleanup the old btrfs_worker.Gravatar Qu Wenruo 1-704/+3
2014-03-10btrfs: Add threshold workqueue based on kernel workqueueGravatar Qu Wenruo 1-8/+99
2014-03-10btrfs: Add high priority workqueue support for btrfs_workqueue_structGravatar Qu Wenruo 1-12/+79
2014-03-10btrfs: Added btrfs_workqueue_struct implemented ordered execution based on ke...Gravatar Qu Wenruo 1-0/+137
2014-03-10btrfs: always choose work from prio_head firstGravatar Stanislaw Gruszka 1-4/+5
2013-11-20Btrfs: fix __btrfs_start_workers retvalGravatar Ilya Dryomov 1-0/+1
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesGravatar Dulshani Gunawardhana 1-1/+1
2013-10-04Btrfs: eliminate races in worker stopping codeGravatar Ilya Dryomov 1-6/+19
2012-07-25Btrfs: call the ordered free operation without any locks heldGravatar Chris Mason 1-1/+8
2012-03-22btrfs: return void in functions without error conditionsGravatar Jeff Mahoney 1-10/+5
2011-12-25Merge branch 'pm-sleep' into pm-for-linusGravatar Rafael J. Wysocki 1-1/+1
2011-12-23Btrfs: fix worker lock misuse in find_workerGravatar Chris Mason 1-1/+2
2011-12-21Merge branch 'master' into pm-sleepGravatar Rafael J. Wysocki 1-62/+55
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Gravatar Chris Mason 1-61/+54
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadGravatar Josef Bacik 1-61/+54
2011-12-15Btrfs: add a cond_resched() into the worker loopGravatar Chris Mason 1-1/+1
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyGravatar Tejun Heo 1-1/+1
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGGravatar Chris Mason 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-05Btrfs: fix deadlock on async thread startupGravatar Chris Mason 1-8/+73
2009-09-15Btrfs: Fix async thread shutdown raceGravatar Chris Mason 1-6/+10
2009-09-15Btrfs: fix worker thread double spin_lock_irqGravatar Chris Mason 1-2/+2
2009-09-15Btrfs: fix async worker startup raceGravatar Chris Mason 1-3/+11
2009-09-11Btrfs: reduce worker thread spin_lock_irq hold timesGravatar Chris Mason 1-14/+60
2009-09-11Btrfs: keep irqs on more often in the worker threadsGravatar Chris Mason 1-10/+13
2009-09-11Btrfs: Allow worker threads to exit when idleGravatar Chris Mason 1-22/+111
2009-07-22Btrfs: convert nested spin_lock_irqsave to spin_lockGravatar Julia Lawall 1-2/+2
2009-07-02Btrfs: fix use after free in btrfs_start_workers fail pathGravatar Jiri Slaby 1-1/+1
2009-06-10Btrfs: init worker struct fields before kthread-runGravatar Shin Hong 1-1/+1
2009-04-20Btrfs: add a priority queue to the async thread helpersGravatar Chris Mason 1-13/+47
2009-04-02Btrfs: remove unused ftrace includeGravatar Jim Owens 1-1/+0
2009-04-02Btrfs: fix race in worker_loopGravatar Amit Gud 1-1/+5