summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorLines
2008-05-28block: Move the second call to get_request to the end of the loopZhang, Yanmin-20/+17
2008-05-14Remove blkdev warning triggered by using mdNeil Brown-3/+2
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe-8/+10
2008-05-07block: optimize generic_unplug_device()Jens Axboe-3/+5
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison-3/+2
2008-04-29block: add large command supportFUJITA Tomonori-0/+1
2008-04-29block: replace sizeof(rq->cmd) with BLK_MAX_CDBFUJITA Tomonori-1/+1
2008-04-29block: rename and export rq_init()FUJITA Tomonori-2/+3
2008-04-29block: make queue flags non-atomicNick Piggin-13/+26
2008-04-29block: make rq_init() do a full memset()FUJITA Tomonori-26/+4
2008-03-04unexport blk_{get,put}_queueAdrian Bunk-2/+0
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori-2/+1
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap-0/+2
2008-02-19block: add request->raw_data_lenTejun Heo-0/+2
2008-02-19make blk-core.c:request_cachep static againAdrian Bunk-1/+1
2008-02-08Enhanced partition statistics: remove old partition statisticsJerome Marchand-4/+0
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand-4/+30
2008-02-08block: fixup rq_init() a bitJens Axboe-6/+17
2008-02-01block: make core bits checkpatch compliantJens Axboe-81/+72
2008-02-01block: new end request handling interface should take unsigned byte countsJens Axboe-7/+9
2008-01-29block: ll_rw_blk.c split, add blk-merge.cJens Axboe-478/+0
2008-01-29block: remove dated (and wrong) comment in blk-core.cJens Axboe-5/+0
2008-01-29block: get rid of unnecessary forward declarations in blk-core.cJens Axboe-32/+30
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe-1247/+8
2008-01-29block: split tag and sysfs handling from blk-core.cJens Axboe-709/+10
2008-01-29block: first step of splitting ll_rw_blk, rename itJens Axboe-0/+4457