summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
...
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-0/+20
* | block: Ensure physical block size is unsigned intMartin K. Petersen2010-10-131-1/+1
* | block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni2010-10-011-1/+1
* | block: revert bad fix for memory hotplug causing bouncesJens Axboe2010-10-011-1/+3
* | block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni2010-09-241-3/+1
* | block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-101-0/+3
* | Consolidate min_not_zeroMartin K. Petersen2010-09-101-5/+0
|/
* block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-071-0/+17
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-10/+1
|\
| * block: Fix overrun in lcm() and move it to libMartin K. Petersen2010-03-151-10/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-47/+13
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-4/+4
* block: Add BLK_ prefix to definitionsMartin K. Petersen2010-02-261-2/+2
* block: Remove unused accessor functionMartin K. Petersen2010-02-261-9/+0
* block: Update blk_queue_max_sectors and documentationMartin K. Petersen2010-02-261-13/+17
* block: Stop using byte offsetsMartin K. Petersen2010-01-111-17/+9
* block: bdev_stack_limits wrapperMartin K. Petersen2010-01-111-0/+22
* block: Correct handling of bottom device misaligmentMartin K. Petersen2010-01-111-4/+13
* block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen2009-12-291-11/+33
* block: Fix topology stacking for data and discard alignmentMartin K. Petersen2009-12-211-37/+50
* block: temporarily disable discard granularityJens Axboe2009-12-161-0/+7
* 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