summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queueBart Van Assche2017-08-231-0/+1
* block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-5/+0
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-3/+0
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+20
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-0/+38
|\
| * block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+17
| * block: hook up writeback throttlingJens Axboe2016-11-101-0/+4
| * block: add code to track actual device queue depthJens Axboe2016-11-051-0/+12
| * 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
* | mm: don't cap request size based on read-ahead settingJens Axboe2016-12-121-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
OpenPOWER on IntegriCloud