summaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig2019-07-261-1/+2
* block: force an unlimited segment size on queues with a virt boundaryChristoph Hellwig2019-05-231-0/+11
* block: remove the unused blk_queue_dma_pad functionChristoph Hellwig2019-05-011-16/+0Star
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-05-011-0/+1
* block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-9/+0Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-3/+0Star
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-191-3/+0Star
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-6/+4Star
* | block: get rid of q->softirq_done_fn()Jens Axboe2018-11-071-6/+0Star
* | block: kill legacy parts of timeout handlingJens Axboe2018-11-071-7/+0Star
* | block: remove dead elevator codeJens Axboe2018-11-071-36/+0Star
* | block: remove q->lld_busy_fn()Jens Axboe2018-11-071-6/+0Star
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* block: allow max_discard_segments to be stackedMike Snitzer2018-07-241-1/+1
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-2/+2
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-4/+2Star
* block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-081-2/+2
* block: remove __bio_kmap_atomicChristoph Hellwig2017-11-111-1/+1
* 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/+0Star
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-3/+0Star
* 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-061-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-131-0/+1
|/
* block: kill off q->flush_flagsJens Axboe2016-04-131-8/+10
* block: kill blk_queue_flush()Jens Axboe2016-04-131-20/+0Star
* 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-261-20/+16Star
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-23/+21Star
|\
| * 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/+0Star
| * 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/+1Star
* 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