aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-09block: fix diskstats accessTejun Heo1-25/+27
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-4/+16
2008-10-09block: misc updatesTejun Heo1-3/+4
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-36/+36
2008-10-09drop vmerge accountingMikulas Patocka1-1/+0
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-5/+7
2008-10-09Add 'discard' request handlingDavid Woodhouse1-8/+20
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse1-5/+2
2008-10-09block: use bio_has_data() in the IO completion pathJens Axboe1-5/+4
2008-10-09block: use bio_has_data() to check for data carrying bioJens Axboe1-4/+1
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori1-0/+2
2008-08-01block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe1-0/+18
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-9/+3
2008-07-15block: remove the checking for NULL queue in blk_put_requestFUJITA Tomonori1-9/+3
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-03block: extend queue_flag bitopsJens Axboe1-8/+4
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+7
2008-06-16Merge branch 'linus' into core/softirqIngo Molnar1-20/+17
2008-05-28block: Move the second call to get_request to the end of the loopZhang, Yanmin1-20/+17
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-1/+1
2008-05-14Remove blkdev warning triggered by using mdNeil Brown1-3/+2
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-8/+10
2008-05-07block: optimize generic_unplug_device()Jens Axboe1-3/+5
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+2
2008-04-29block: add large command supportFUJITA Tomonori1-0/+1
2008-04-29block: replace sizeof(rq->cmd) with BLK_MAX_CDBFUJITA Tomonori1-1/+1
2008-04-29block: rename and export rq_init()FUJITA Tomonori1-2/+3
2008-04-29block: make queue flags non-atomicNick Piggin1-13/+26
2008-04-29block: make rq_init() do a full memset()FUJITA Tomonori1-26/+4
2008-03-04unexport blk_{get,put}_queueAdrian Bunk1-2/+0
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-2/+1
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap1-0/+2
2008-02-19block: add request->raw_data_lenTejun Heo1-0/+2