aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29block: use min_not_zero in blk_queue_stack_limitsFUJITA Tomonori1-3/+3
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-0/+4
2008-10-17block: move q->unplug_work initializationPeter Zijlstra1-2/+0
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda1-0/+6
2008-10-09block: unify request timeout handlingJens Axboe1-0/+12
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison1-1/+1
2008-10-09block: add support for IO CPU affinityJens Axboe1-1/+1
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-4/+4
2008-10-09Add 'discard' request handlingDavid Woodhouse1-0/+17
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori1-4/+20
2008-05-14Remove blkdev warning triggered by using mdNeil Brown1-1/+7
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2008-04-29block: make queue flags non-atomicNick Piggin1-1/+1
2008-04-29unexport blk_max_pfnAdrian Bunk1-1/+0
2008-04-02Fix bounce setting for 64-bitAndrea Arcangeli1-1/+1
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
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 Heo1-0/+17
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap1-1/+0
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo1-2/+5
2008-02-19make blk_settings_init() staticAdrian Bunk1-1/+1
2008-02-01block: make core bits checkpatch compliantJens Axboe1-34/+27
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+402