summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen2009-12-031-0/+2
* block: jiffies fixesRandy Dunlap2009-11-111-1/+2
* block: Expose discard granularityMartin K. Petersen2009-11-101-10/+36
* blk-settings: fix function parameter kernel-doc notationRandy Dunlap2009-10-121-1/+1
* block: allow large discard requestsChristoph Hellwig2009-10-011-0/+13
* block: use normal I/O path for discard requestsChristoph Hellwig2009-10-011-17/+0
* block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen2009-10-011-1/+2
* block: Set max_sectors correctly for stacking devicesMartin K. Petersen2009-10-011-1/+2
* block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-1/+20
* block: Update topology documentationMartin K. Petersen2009-08-011-6/+13
* block: Stack optimal I/O sizeMartin K. Petersen2009-08-011-0/+11
* block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-011-7/+24
* block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen2009-08-011-21/+1
* block: always assign default lock to queuesJens Axboe2009-07-281-0/+7
* Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap2009-06-191-1/+1
* block: Fix bounce_pfn settingMartin K. Petersen2009-06-181-1/+1
* block: Introduce helper to reset queue limits to default valuesMartin K. Petersen2009-06-161-6/+27
* block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2009-06-161-4/+0
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-111-3/+3
* block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen2009-06-091-2/+3
* Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-091-17/+0
* block: Fix bounce limit setting in DMMartin K. Petersen2009-06-031-0/+17
* block: export blk_stack_limits()Mike Snitzer2009-05-281-0/+1
* block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-221-0/+186
* block: Move queue limits to an embedded structMartin K. Petersen2009-05-221-21/+34
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-3/+12
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-11/+10
* block: fix queue bounce limit settingTejun Heo2009-04-221-9/+11
* pata_artop: typoAlan Cox2009-04-061-1/+1
* block: use min_not_zero in blk_queue_stack_limitsFUJITA Tomonori2008-12-291-3/+3
* block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-031-0/+4
* block: move q->unplug_work initializationPeter Zijlstra2008-10-171-2/+0
* block: add lld busy state exporting interfaceKiyoshi Ueda2008-10-091-0/+6
* block: unify request timeout handlingJens Axboe2008-10-091-0/+12
* block: kmalloc args reversed, small function definition fixesHarvey Harrison2008-10-091-1/+1
* block: add support for IO CPU affinityJens Axboe2008-10-091-1/+1
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-091-4/+4
* Add 'discard' request handlingDavid Woodhouse2008-10-091-0/+17
* block: add blk_queue_update_dma_padFUJITA Tomonori2008-07-041-4/+20
* Remove blkdev warning triggered by using mdNeil Brown2008-05-141-1/+7
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-10/+10
* block: make queue flags non-atomicNick Piggin2008-04-291-1/+1
* unexport blk_max_pfnAdrian Bunk2008-04-291-1/+0
* Fix bounce setting for 64-bitAndrea Arcangeli2008-04-021-1/+1
* block: remove extern on function definitionHarvey Harrison2008-03-041-1/+1
* Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi2008-03-041-1/+1
* block: separate out padding from alignmentTejun Heo2008-03-041-0/+17
* block: fix kernel-docbook parameters and filesRandy Dunlap2008-03-041-1/+0
* block: implement request_queue->dma_drain_neededTejun Heo2008-02-191-2/+5
* make blk_settings_init() staticAdrian Bunk2008-02-191-1/+1