aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-19make blk-core.c:request_cachep static againAdrian Bunk1-1/+1
2008-02-08Enhanced partition statistics: remove old partition statisticsJerome Marchand1-4/+0
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand1-4/+30
2008-02-08block: fixup rq_init() a bitJens Axboe1-6/+17
2008-02-01block: make core bits checkpatch compliantJens Axboe1-81/+72
2008-02-01block: new end request handling interface should take unsigned byte countsJens Axboe1-7/+9
2008-01-29block: ll_rw_blk.c split, add blk-merge.cJens Axboe1-478/+0
2008-01-29block: remove dated (and wrong) comment in blk-core.cJens Axboe1-5/+0
2008-01-29block: get rid of unnecessary forward declarations in blk-core.cJens Axboe1-32/+30
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-1247/+8
2008-01-29block: split tag and sysfs handling from blk-core.cJens Axboe1-709/+10
2008-01-29block: first step of splitting ll_rw_blk, rename itJens Axboe1-0/+4457