aboutsummaryrefslogtreecommitdiff
path: root/block/blk-settings.c
AgeCommit message (Expand)Author
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen
2009-12-21block: Fix topology stacking for data and discard alignmentMartin K. Petersen
2009-12-16block: temporarily disable discard granularityJens Axboe
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen
2009-11-11block: jiffies fixesRandy Dunlap
2009-11-10block: Expose discard granularityMartin K. Petersen
2009-10-12blk-settings: fix function parameter kernel-doc notationRandy Dunlap
2009-10-01block: allow large discard requestsChristoph Hellwig
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-10-01block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen
2009-08-01block: Update topology documentationMartin K. Petersen
2009-08-01block: Stack optimal I/O sizeMartin K. Petersen
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen
2009-08-01block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen
2009-07-28block: always assign default lock to queuesJens Axboe
2009-06-19Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap
2009-06-18block: Fix bounce_pfn settingMartin K. Petersen
2009-06-16block: Introduce helper to reset queue limits to default valuesMartin K. Petersen
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap
2009-06-09block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen
2009-05-28block: export blk_stack_limits()Mike Snitzer
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-22block: fix queue bounce limit settingTejun Heo
2009-04-06pata_artop: typoAlan Cox
2008-12-29block: use min_not_zero in blk_queue_stack_limitsFUJITA Tomonori
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz
2008-10-17block: move q->unplug_work initializationPeter Zijlstra
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison
2008-10-09block: add support for IO CPU affinityJens Axboe
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap
2008-10-09Add 'discard' request handlingDavid Woodhouse
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori
2008-05-14Remove blkdev warning triggered by using mdNeil Brown
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29block: make queue flags non-atomicNick Piggin
2008-04-29unexport blk_max_pfnAdrian Bunk
2008-04-02Fix bounce setting for 64-bitAndrea Arcangeli
2008-03-04block: remove extern on function definitionHarvey Harrison
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi
2008-03-04block: separate out padding from alignmentTejun Heo