summaryrefslogtreecommitdiff
path: root/block/blk-settings.c
Commit message (Expand)AuthorAge
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-08
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-08
* block: remove __bio_kmap_atomicChristoph Hellwig2017-11-10
* block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queueBart Van Assche2017-08-23
* block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-27
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-08
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-08
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\
| * block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-01
| * block: hook up writeback throttlingJens Axboe2016-11-10
| * block: add code to track actual device queue depthJens Axboe2016-11-05
| * block: update chunk_sectors in blk_stack_limits()Hannes Reinecke2016-10-18
| * block: Add 'zoned' queue limitDamien Le Moal2016-10-18
* | mm: don't cap request size based on read-ahead settingJens Axboe2016-12-12
|/
* block: kill off q->flush_flagsJens Axboe2016-04-13
* block: kill blk_queue_flush()Jens Axboe2016-04-12
* block: add ability to flag write back caching on a deviceJens Axboe2016-04-12
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* block: Initialize max_dev_sectors to 0Keith Busch2016-02-11
* block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-25
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\
| * block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-19
| * Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-18
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-13
| * block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-17
* | sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2015-08-12
|/
* block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2015-03-31
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-21
* block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-09
* block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe2014-06-10
* block: add notion of a chunk size for request mergingJens Axboe2014-06-05
* bcache/md: Use raid stripe sizeKent Overstreet2014-01-08
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-14
|\
| * block: properly stack underlying max_segment_size to DM deviceMike Snitzer2013-11-08
* | ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar2013-10-31
|/
* block: discard granularity might not be power of 2Shaohua Li2012-12-14
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-20
* block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-01
* block: Introduce blk_set_stacking_limits functionMartin K. Petersen2012-01-11
* block: Fix discard topology stacking and reportingMartin K. Petersen2011-05-18
* block: add a non-queueable flush flagshaohua.li@intel.com2011-05-06
* Revert "block: add callback function for unplug notification"Jens Axboe2011-04-18
* block: add callback function for unplug notificationJens Axboe2011-04-12
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal2011-03-02
|/
* block: max hardware sectors limit wrapperMike Snitzer2010-12-17
* block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2010-12-17
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\