aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-11-06blk: move blk_delete_timer call in end_that_request_lastMike Anderson
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-17block: move q->unplug_work initializationPeter Zijlstra
2008-10-17block: fix current kernel-doc warningsRandy Dunlap
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda
2008-10-09block: add request submission interfaceKiyoshi Ueda
2008-10-09block: add request update interfaceKiyoshi Ueda
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-09block: update comment on end_request()Jens Axboe
2008-10-09block: don't use bio_has_data() in the completion pathJens Axboe
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe
2008-10-09block: add support for IO CPU affinityJens Axboe
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe
2008-10-09block: move stats from disk to part0Tejun Heo
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo
2008-10-09block: always set bdev->bd_partTejun Heo
2008-10-09block: fix diskstats accessTejun Heo
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo
2008-10-09block: misc updatesTejun Heo
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap
2008-10-09drop vmerge accountingMikulas Patocka
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse
2008-10-09Add 'discard' request handlingDavid Woodhouse
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse
2008-10-09block: use bio_has_data() in the IO completion pathJens Axboe
2008-10-09block: use bio_has_data() to check for data carrying bioJens Axboe
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori
2008-08-01block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-07-15block: remove the checking for NULL queue in blk_put_requestFUJITA Tomonori
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-07-03block: extend queue_flag bitopsJens Axboe
2008-07-03block: Block layer data integrity supportMartin K. Petersen
2008-06-16Merge branch 'linus' into core/softirqIngo Molnar
2008-05-28block: Move the second call to get_request to the end of the loopZhang, Yanmin
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra
2008-05-14Remove blkdev warning triggered by using mdNeil Brown
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe
2008-05-07block: optimize generic_unplug_device()Jens Axboe
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29block: add large command supportFUJITA Tomonori