aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-27block: move cmdfilter from gendisk to request_queueGravatar FUJITA Tomonori 1-0/+2
2008-08-01block: add a blk_plug_device_unlocked() that grabs the queue lockGravatar Jens Axboe 1-0/+18
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 1-9/+3
2008-07-15block: remove the checking for NULL queue in blk_put_requestGravatar FUJITA Tomonori 1-9/+3
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-07-03block: extend queue_flag bitopsGravatar Jens Axboe 1-8/+4
2008-07-03block: Block layer data integrity supportGravatar Martin K. Petersen 1-0/+7
2008-06-16Merge branch 'linus' into core/softirqGravatar Ingo Molnar 1-20/+17
2008-05-28block: Move the second call to get_request to the end of the loopGravatar Zhang, Yanmin 1-20/+17
2008-05-25Remove argument from open_softirq which is always NULLGravatar Carlos R. Mafra 1-1/+1
2008-05-14Remove blkdev warning triggered by using mdGravatar Neil Brown 1-3/+2
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeGravatar Jens Axboe 1-8/+10
2008-05-07block: optimize generic_unplug_device()Gravatar Jens Axboe 1-3/+5
2008-05-01block: remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+2
2008-04-29block: add large command supportGravatar FUJITA Tomonori 1-0/+1
2008-04-29block: replace sizeof(rq->cmd) with BLK_MAX_CDBGravatar FUJITA Tomonori 1-1/+1
2008-04-29block: rename and export rq_init()Gravatar FUJITA Tomonori 1-2/+3
2008-04-29block: make queue flags non-atomicGravatar Nick Piggin 1-13/+26
2008-04-29block: make rq_init() do a full memset()Gravatar FUJITA Tomonori 1-26/+4
2008-03-04unexport blk_{get,put}_queueGravatar Adrian Bunk 1-2/+0
2008-03-04block: restore the meaning of rq->data_len to the true data lengthGravatar FUJITA Tomonori 1-2/+1
2008-03-04block: fix kernel-docbook parameters and filesGravatar Randy Dunlap 1-0/+2
2008-02-19block: add request->raw_data_lenGravatar Tejun Heo 1-0/+2
2008-02-19make blk-core.c:request_cachep static againGravatar Adrian Bunk 1-1/+1
2008-02-08Enhanced partition statistics: remove old partition statisticsGravatar Jerome Marchand 1-4/+0
2008-02-08Enhanced partition statistics: update partition statiticsGravatar Jerome Marchand 1-4/+30
2008-02-08block: fixup rq_init() a bitGravatar Jens Axboe 1-6/+17
2008-02-01block: make core bits checkpatch compliantGravatar Jens Axboe 1-81/+72
2008-02-01block: new end request handling interface should take unsigned byte countsGravatar Jens Axboe 1-7/+9
2008-01-29block: ll_rw_blk.c split, add blk-merge.cGravatar Jens Axboe 1-478/+0
2008-01-29block: remove dated (and wrong) comment in blk-core.cGravatar Jens Axboe 1-5/+0
2008-01-29block: get rid of unnecessary forward declarations in blk-core.cGravatar Jens Axboe 1-32/+30
2008-01-29block: continue ll_rw_blk.c splitupGravatar Jens Axboe 1-1247/+8
2008-01-29block: split tag and sysfs handling from blk-core.cGravatar Jens Axboe 1-709/+10
2008-01-29block: first step of splitting ll_rw_blk, rename itGravatar Jens Axboe 1-0/+4457