aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-12block: fix the bio_vec array index out-of-bounds testKazuhisa Ichikawa1-2/+2
2009-04-24block: simplify I/O stat accountingJerome Marchand1-2/+4
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-04-07block: remove unused REQ_UNPLUGJens Axboe1-2/+0
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-9/+4
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe1-0/+2
2009-04-06block: enabling plugging on SSD devices that don't do queuingJens Axboe1-2/+11
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe1-35/+35
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan1-0/+1
2009-03-26block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh1-0/+3
2009-03-24block: get rid of unused blkdev_free_rq() defineJens Axboe1-1/+0
2009-03-24block: remove various blk_queue_*() setting functions in blk_init_queue_node()Jens Axboe1-6/+3
2009-02-02block: fix oops in blk_queue_io_stat()Jens Axboe1-3/+3
2009-01-30block: add sysfs file for controlling io stats accountingJens Axboe1-36/+54
2009-01-30block: silently error an unsupported barrier bioJens Axboe1-0/+5
2009-01-30block: seperate bio/request unplug and sync bitsJens Axboe1-1/+4
2008-12-29block: don't use plugging on SSD devicesJens Axboe1-4/+3
2008-12-29block: remove duplicate or unused barrier/discard error pathsTejun Heo1-33/+11
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan1-7/+1
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey1-0/+3
2008-12-29block: leave the request timeout timer running even on an empty listJens Axboe1-0/+1
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-2/+24
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-1/+1
2008-12-03block: internal dequeue shouldn't start timerTejun Heo1-1/+23
2008-11-26blktrace: port to tracepoints, updateIngo Molnar1-0/+13
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-19/+14
2008-11-06blk: move blk_delete_timer call in end_that_request_lastMike Anderson1-2/+2
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+21
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe1-1/+0
2008-10-17block: move q->unplug_work initializationPeter Zijlstra1-0/+1
2008-10-17block: fix current kernel-doc warningsRandy Dunlap1-2/+3
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe1-2/+17
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-2/+9
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda1-51/+7
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda1-0/+28
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns1-2/+4
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda1-1/+2
2008-10-09block: add request submission interfaceKiyoshi Ueda1-0/+81
2008-10-09block: add request update interfaceKiyoshi Ueda1-9/+48
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe1-0/+8
2008-10-09block: unify request timeout handlingJens Axboe1-0/+7
2008-10-09block: update comment on end_request()Jens Axboe1-3/+3
2008-10-09block: don't use bio_has_data() in the completion pathJens Axboe1-3/+2
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe1-0/+4
2008-10-09block: add support for IO CPU affinityJens Axboe1-23/+23
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe1-4/+4
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe1-88/+0
2008-10-09block: move stats from disk to part0Tejun Heo1-50/+34
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo1-2/+3
2008-10-09block: always set bdev->bd_partTejun Heo1-1/+1