aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe
2011-03-25block: fix bug with inserting flush requests as sort/mergeJens Axboe
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-10block: initial patch for on-stack per-task pluggingJens Axboe
2011-03-10block: add API for delaying work/request_fn a little bitJens Axboe
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal
2011-02-12[SCSI] block: improve detail in I/O error messagesHannes Reinecke
2011-02-11block: skip elevator data initialization for flush requestsMike Snitzer
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo
2011-01-25block: improve flush bio completionTejun Heo
2011-01-25block: add REQ_FLUSH_SEQTejun Heo
2011-01-07block: add internal hd part table referencesJens Axboe
2011-01-05block: fix accounting bug on cross partition mergesJerome Marchand
2011-01-03block: make kblockd_workqueue smarterTejun Heo
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-11-10block: read i_size with i_size_read()Mike Snitzer
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-09-16blkio: Core implementation of throttle policyVivek Goyal
2010-09-14block: block_dump: Add number of sectors to debug outputSan Mehat
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsTejun Heo
2010-09-10block: filter flush bio's in __generic_make_request()Tejun Heo
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo
2010-09-10block: rename barrier/ordered to flushTejun Heo
2010-09-10block: drop barrier ordering by queue drainingTejun Heo
2010-09-10block: misc cleanups in barrier codeTejun Heo
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby
2010-08-12block: add secure discardAdrian Hunter
2010-08-11Merge branch 'master' into for-nextJiri Kosina
2010-08-09Fix spelling fuction -> function in commentsStefan Weil
2010-08-08block: update request stacking methods to support discardsike Snitzer
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley