summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: use bio_has_data() to check for data carrying bioJens Axboe2008-10-091-4/+1
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-0/+2
* block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe2008-08-011-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-151-9/+3
|\
| * block: remove the checking for NULL queue in blk_put_requestFUJITA Tomonori2008-07-151-9/+3
* | Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-1/+1
|\ \
| * | Merge branch 'linus' into core/softirqIngo Molnar2008-06-161-20/+17
| |\|
| * | Remove argument from open_softirq which is always NULLCarlos R. Mafra2008-05-251-1/+1
* | | block: extend queue_flag bitopsJens Axboe2008-07-031-8/+4
* | | block: Block layer data integrity supportMartin K. Petersen2008-07-031-0/+7
| |/ |/|
* | block: Move the second call to get_request to the end of the loopZhang, Yanmin2008-05-281-20/+17
|/
* Remove blkdev warning triggered by using mdNeil Brown2008-05-141-3/+2
* block: avoid duplicate calls to get_part() in disk stat codeJens Axboe2008-05-071-8/+10
* block: optimize generic_unplug_device()Jens Axboe2008-05-071-3/+5
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-3/+2
* block: add large command supportFUJITA Tomonori2008-04-291-0/+1
* block: replace sizeof(rq->cmd) with BLK_MAX_CDBFUJITA Tomonori2008-04-291-1/+1
* block: rename and export rq_init()FUJITA Tomonori2008-04-291-2/+3