aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-26block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig1-1/+2
2019-05-23block: force an unlimited segment size on queues with a virt boundaryChristoph Hellwig1-0/+11
2019-04-30block: remove the unused blk_queue_dma_pad functionChristoph Hellwig1-16/+0
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe1-9/+0
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig1-3/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-6/+4
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe1-6/+0
2018-11-07block: kill legacy parts of timeout handlingJens Axboe1-7/+0
2018-11-07block: remove dead elevator codeJens Axboe1-36/+0
2018-11-07block: remove q->lld_busy_fn()Jens Axboe1-6/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-07-24block: allow max_discard_segments to be stackedMike Snitzer1-1/+1
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-2/+2
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-4/+2
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche1-2/+2
2017-11-10block: remove __bio_kmap_atomicChristoph Hellwig1-1/+1
2017-08-23block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queueBart Van Assche1-0/+1
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-5/+0
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-3/+0
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+20
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+38
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-0/+1
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-0/+17
2016-11-10block: hook up writeback throttlingJens Axboe1-0/+4
2016-11-05block: add code to track actual device queue depthJens Axboe1-0/+12
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke1-0/+4
2016-10-18block: Add 'zoned' queue limitDamien Le Moal1-0/+1
2016-04-13block: kill off q->flush_flagsJens Axboe1-8/+10
2016-04-12block: kill blk_queue_flush()Jens Axboe1-20/+0
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe1-0/+26
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2016-02-11block: Initialize max_dev_sectors to 0Keith Busch1-2/+2
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen1-20/+16
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-23/+21
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch1-0/+14
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer1-1/+3
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-22/+0
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-2/+2
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe1-0/+4
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer1-3/+3
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig1-3/+1
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-06-10block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe1-1/+4
2014-06-05block: add notion of a chunk size for request mergingJens Axboe1-0/+18
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet1-0/+4
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2013-11-08block: properly stack underlying max_segment_size to DM deviceMike Snitzer1-0/+1