aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-12/+24
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe1-3/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown1-0/+20
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+12
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe1-6/+7
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig1-18/+6
2011-04-12block: move queue run on unplug to kblockdJens Axboe1-1/+1
2011-04-12block: kill queue_sync_plugs()Jens Axboe1-14/+0
2011-04-12block: readd plug trace eventJens Axboe1-1/+9
2011-04-12block: add callback function for unplug notificationJens Axboe1-0/+3
2011-04-12block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe1-0/+5
2011-04-12block: fixup block IO unplug trace callJens Axboe1-2/+13
2011-04-11block: splice plug list to local contextNeilBrown1-5/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05block: fix request sorting at unplugKonstantin Khlebnikov1-1/+1
2011-04-05block: dump request state on seeing a corrupted request completionJens Axboe1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe1-1/+1
2011-03-25block: fix bug with inserting flush requests as sort/mergeJens Axboe1-1/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-269/+377
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+20
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-232/+308
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-153/+20
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe1-98/+271
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe1-0/+29
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-12/+6
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal1-1/+6
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal1-1/+15
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-5/+6
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe1-11/+29
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal1-7/+0
2011-02-12[SCSI] block: improve detail in I/O error messagesHannes Reinecke1-3/+20
2011-02-11block: skip elevator data initialization for flush requestsMike Snitzer1-4/+25
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo1-6/+4
2011-01-25block: improve flush bio completionTejun Heo1-27/+21
2011-01-25block: add REQ_FLUSH_SEQTejun Heo1-2/+2
2011-01-07block: add internal hd part table referencesJens Axboe1-3/+3
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand1-5/+21
2011-01-03block: make kblockd_workqueue smarterTejun Heo1-1/+3
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event.Mike Snitzer1-5/+5
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-7/+0
2010-11-10block: read i_size with i_size_read()Mike Snitzer1-2/+2
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-16/+8
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-16/+8
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe1-2/+0