aboutsummaryrefslogtreecommitdiff
path: root/block/blk-settings.c
AgeCommit message (Expand)Author
2016-03-09block: Initialize max_dev_sectors to 0Keith Busch
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-06-10block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe
2014-06-05block: add notion of a chunk size for request mergingJens Axboe
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-08block: properly stack underlying max_segment_size to DM deviceMike Snitzer
2013-10-31ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar
2012-12-14block: discard granularity might not be power of 2Shaohua Li
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen
2012-08-01block: do not artificially constrain max_sectors for stacking driversMike Snitzer
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe
2011-04-12block: add callback function for unplug notificationJens Axboe
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal
2010-12-17block: max hardware sectors limit wrapperMike Snitzer
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni
2010-10-01block: revert bad fix for memory hotplug causing bouncesJens Axboe
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-09-10Consolidate min_not_zeroMartin K. Petersen
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen
2010-02-26block: Remove unused accessor functionMartin K. Petersen
2010-02-26block: Update blk_queue_max_sectors and documentationMartin K. Petersen
2010-01-11block: Stop using byte offsetsMartin K. Petersen
2010-01-11block: bdev_stack_limits wrapperMartin K. Petersen
2010-01-11block: Correct handling of bottom device misaligmentMartin K. Petersen