summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* block: update chunk_sectors in blk_stack_limits()Hannes Reinecke2016-10-181-0/+4
* block: Add 'zoned' queue limitDamien Le Moal2016-10-181-0/+1
* block: kill off q->flush_flagsJens Axboe2016-04-131-8/+10
* block: kill blk_queue_flush()Jens Axboe2016-04-121-20/+0
* block: add ability to flag write back caching on a deviceJens Axboe2016-04-121-0/+26
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-6/+6
* block: Initialize max_dev_sectors to 0Keith Busch2016-02-111-2/+2
* block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-251-20/+16
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-23/+21
|\
| * block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-191-0/+14
| * Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-1/+3
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-22/+0
| * block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-171-0/+4
* | sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2015-08-121-2/+2
|/
* block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2015-03-311-3/+3
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-3/+1
* block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-091-2/+2
* block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe2014-06-101-1/+4
* block: add notion of a chunk size for request mergingJens Axboe2014-06-051-0/+18
* bcache/md: Use raid stripe sizeKent Overstreet2014-01-081-0/+4
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-141-0/+1
|\
| * block: properly stack underlying max_segment_size to DM deviceMike Snitzer2013-11-081-0/+1
* | ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar2013-10-311-4/+4
|/
* block: discard granularity might not be power of 2Shaohua Li2012-12-141-3/+3
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-0/+16
* block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-011-2/+1
* block: Introduce blk_set_stacking_limits functionMartin K. Petersen2012-01-111-8/+24
* block: Fix discard topology stacking and reportingMartin K. Petersen2011-05-181-1/+2
* block: add a non-queueable flush flagshaohua.li@intel.com2011-05-061-0/+6
* Revert "block: add callback function for unplug notification"Jens Axboe2011-04-181-16/+0
* block: add callback function for unplug notificationJens Axboe2011-04-121-0/+16
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-8/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-8/+0
* | block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2011-03-021-7/+0
|/
* block: max hardware sectors limit wrapperMike Snitzer2010-12-171-6/+20
* block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-171-23/+2
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-0/+20
|\
| * 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