summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: make queue flags non-atomicNick Piggin2008-04-291-13/+26
* block: make rq_init() do a full memset()FUJITA Tomonori2008-04-291-26/+4
* unexport blk_{get,put}_queueAdrian Bunk2008-03-041-2/+0
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-2/+1
* block: fix kernel-docbook parameters and filesRandy Dunlap2008-03-041-0/+2
* block: add request->raw_data_lenTejun Heo2008-02-191-0/+2
* make blk-core.c:request_cachep static againAdrian Bunk2008-02-191-1/+1
* Enhanced partition statistics: remove old partition statisticsJerome Marchand2008-02-081-4/+0
* Enhanced partition statistics: update partition statiticsJerome Marchand2008-02-081-4/+30
* block: fixup rq_init() a bitJens Axboe2008-02-081-6/+17
* block: make core bits checkpatch compliantJens Axboe2008-02-011-81/+72
* block: new end request handling interface should take unsigned byte countsJens Axboe2008-02-011-7/+9
* block: ll_rw_blk.c split, add blk-merge.cJens Axboe2008-01-291-478/+0
* block: remove dated (and wrong) comment in blk-core.cJens Axboe2008-01-291-5/+0
* block: get rid of unnecessary forward declarations in blk-core.cJens Axboe2008-01-291-32/+30
* block: continue ll_rw_blk.c splitupJens Axboe2008-01-291-1247/+8
* block: split tag and sysfs handling from blk-core.cJens Axboe2008-01-291-709/+10
* block: first step of splitting ll_rw_blk, rename itJens Axboe2008-01-291-0/+4457