aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe1-2/+7
2008-03-04block: fix shadowed variable warning in blk-map.cHarvey Harrison1-3/+3
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
2008-03-04unexport blk_rq_map_user_iovAdrian Bunk1-1/+0
2008-03-04unexport blk_{get,put}_queueAdrian Bunk1-2/+0
2008-03-04block/genhd.c: cleanupsAdrian Bunk1-1/+5
2008-03-04proper prototype for blk_dev_init()Adrian Bunk2-2/+4
2008-03-04block/blk-tag.c should #include "blk.h"Adrian Bunk1-0/+2
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with 4GB or upper 4GB memoryYang Shi1-1/+1
2008-03-04block: separate out padding from alignmentTejun Heo2-7/+30
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori5-14/+9
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap2-1/+2
2008-02-19block: clear drain buffer if draining for write commandTejun Heo1-0/+3
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo2-3/+6
2008-02-19block: add request->raw_data_lenTejun Heo5-5/+11
2008-02-19block: update bio according to DMA alignment paddingTejun Heo1-0/+17
2008-02-19elevator: make elevator_get() attempt to load the appropriate moduleJens Axboe1-0/+15
2008-02-19cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe2-46/+27
2008-02-19block: make blk_rq_map_user() clear ->bio if it unmaps itJens Axboe1-0/+1
2008-02-19make blk_settings_init() staticAdrian Bunk1-1/+1
2008-02-19make blk_ioc_init() staticAdrian Bunk1-1/+1
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: procfsJerome Marchand1-6/+22
2008-02-08Enhanced partition statistics: update partition statiticsJerome Marchand2-4/+36
2008-02-08block: fixup rq_init() a bitJens Axboe1-6/+17
2008-02-01block: kill swap_io_context()Jens Axboe2-23/+0
2008-02-01as-iosched: fix inconsistent ioc->lock contextJens Axboe1-4/+6
2008-02-01block: make elevator lib checkpatch compliantJens Axboe1-27/+30
2008-02-01cfq-iosched: make checkpatch compliantJens Axboe1-37/+46
2008-02-01block: make core bits checkpatch compliantJens Axboe8-142/+117
2008-02-01block: new end request handling interface should take unsigned byte countsJens Axboe1-7/+9
2008-01-30[SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley1-0/+1
2008-01-30as-iosched: fix double locking bug in as_merged_requests()Jens Axboe1-3/+7
2008-01-29block: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-29Expose hardware sector sizeMartin K. Petersen1-0/+11
2008-01-29block: ll_rw_blk.c split, add blk-merge.cJens Axboe4-481/+495
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 Axboe8-1249/+1312
2008-01-29block: split tag and sysfs handling from blk-core.cJens Axboe5-710/+735
2008-01-29block: first step of splitting ll_rw_blk, rename itJens Axboe2-1/+1
2008-01-29Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-12/+92
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-85/+213
2008-01-28cfq-iosched: kill some big inlinesJens Axboe1-16/+11
2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe1-83/+34
2008-01-28block: implement drain buffersJames Bottomley2-1/+74
2008-01-28io_context sharing - anticipatory changesJens Axboe1-6/+28
2008-01-28block: cfq: make the io contect sharing locklessJens Axboe2-135/+181
2008-01-28io_context sharing - cfq changesNikanth Karthikesan1-2/+18