aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: WARN in __blk_put_request() for potential bio leakBoaz Harrosh2009-03-261-0/+3
* block: get rid of unused blkdev_free_rq() defineJens Axboe2009-03-241-1/+0
* block: remove various blk_queue_*() setting functions in blk_init_queue_node()Jens Axboe2009-03-241-6/+3
* block: fix oops in blk_queue_io_stat()Jens Axboe2009-02-021-3/+3
* block: add sysfs file for controlling io stats accountingJens Axboe2009-01-301-36/+54
* block: silently error an unsupported barrier bioJens Axboe2009-01-301-0/+5
* block: seperate bio/request unplug and sync bitsJens Axboe2009-01-301-1/+4
* block: don't use plugging on SSD devicesJens Axboe2008-12-291-4/+3
* block: remove duplicate or unused barrier/discard error pathsTejun Heo2008-12-291-33/+11
* block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan2008-12-291-7/+1
* block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2008-12-291-0/+3
* block: leave the request timeout timer running even on an empty listJens Axboe2008-12-291-0/+1
* Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-051-2/+24
|\
| * block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-031-1/+1
| * block: internal dequeue shouldn't start timerTejun Heo2008-12-031-1/+23
* | blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+13
* | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-19/+14
|/
* blk: move blk_delete_timer call in end_that_request_lastMike Anderson2008-11-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-171-5/+21
|\
| * block: remove __generic_unplug_device() from exportsJens Axboe2008-10-171-1/+0
| * block: move q->unplug_work initializationPeter Zijlstra2008-10-171-0/+1
| * block: fix current kernel-doc warningsRandy Dunlap2008-10-171-2/+3
| * block: only call ->request_fn when the queue is not stoppedJens Axboe2008-10-171-2/+17
* | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-2/+9
|/
* block: remove end_{queued|dequeued}_request()Kiyoshi Ueda2008-10-091-51/+7
* block: add lld busy state exporting interfaceKiyoshi Ueda2008-10-091-0/+28
* block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns2008-10-091-2/+4
* block: add a queue flag for request stacking supportKiyoshi Ueda2008-10-091-1/+2
* block: add request submission interfaceKiyoshi Ueda2008-10-091-0/+81
* block: add request update interfaceKiyoshi Ueda2008-10-091-9/+48
* block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe2008-10-091-0/+8
* block: unify request timeout handlingJens Axboe2008-10-091-0/+7
* block: update comment on end_request()Jens Axboe2008-10-091-3/+3
* block: don't use bio_has_data() in the completion pathJens Axboe2008-10-091-3/+2
* block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe2008-10-091-0/+4
* block: add support for IO CPU affinityJens Axboe2008-10-091-23/+23
* block: make kblockd_schedule_work() take the queue as parameterJens Axboe2008-10-091-4/+4
* block: split softirq handling into blk-softirq.cJens Axboe2008-10-091-88/+0
* block: move stats from disk to part0Tejun Heo2008-10-091-50/+34
* block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo2008-10-091-2/+3
* block: always set bdev->bd_partTejun Heo2008-10-091-1/+1
* block: fix diskstats accessTejun Heo2008-10-091-25/+27
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-4/+16
* block: misc updatesTejun Heo2008-10-091-3/+4
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-091-36/+36
* drop vmerge accountingMikulas Patocka2008-10-091-1/+0
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-091-5/+7
* Add 'discard' request handlingDavid Woodhouse2008-10-091-8/+20
* Fix up comments about matching flags between bio and rqDavid Woodhouse2008-10-091-5/+2
* block: use bio_has_data() in the IO completion pathJens Axboe2008-10-091-5/+4