aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-settings.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-16/+0
2021-10-27block: Fix partition check for host-aware zoned block devicesShin'ichiro Kawasaki1-1/+19
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-4/+4
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-5/+9
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig1-3/+5
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2021-05-08Revert "bio: limit bio max size"Jens Axboe1-5/+0
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-03bio: limit bio max sizeChangheun Lee1-0/+5
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig1-34/+8
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-11/+0
2021-02-23blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka1-0/+12
2021-02-10block: introduce blk_queue_clear_zone_settings()Damien Le Moal1-0/+2
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal1-1/+36
2021-01-24block: use an xarray for disk->part_tblChristoph Hellwig1-1/+1
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+18
2020-12-07block: Align max_hw_sectors to logical blocksizeDamien Le Moal1-5/+18
2020-12-01block: use gcd() to fix chunk_sectors limit stackingMike Snitzer1-1/+4
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+28
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-2/+16
2020-09-23block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer1-6/+4
2020-09-23block: use lcm_not_zero() when stacking chunk_sectorsMike Snitzer1-4/+8
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal1-0/+46
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-11/+0
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig1-23/+2
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig1-0/+1
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+31
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-37/+0
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2020-03-27block: simplify queue allocationChristoph Hellwig1-36/+0
2020-03-17block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov1-0/+3
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+23
2019-09-05block: Introduce elevator featuresDamien Le Moal1-0/+16
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda1-0/+23
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo1-1/+1
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
2013-10-31ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounc...Santosh Shilimkar1-4/+4
2012-12-14block: discard granularity might not be power of 2Shaohua Li1-3/+3
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+16
2012-08-01block: do not artificially constrain max_sectors for stacking driversMike Snitzer1-2/+1
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-8/+24
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen1-1/+2
2011-05-06block: add a non-queueable flush flagshaohua.li@intel.com1-0/+6
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe1-16/+0
2011-04-12block: add callback function for unplug notificationJens Axboe1-0/+16
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-8/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-8/+0
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeVivek Goyal1-7/+0
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-6/+20
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-23/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+20
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen1-1/+1
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni1-1/+1
2010-10-01block: revert bad fix for memory hotplug causing bouncesJens Axboe1-1/+3
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni1-3/+1
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+3
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-5/+0
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-0/+20
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley1-0/+17
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-15block: Fix overrun in lcm() and move it to libMartin K. Petersen1-10/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-47/+13
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-4/+4
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen1-2/+2
2010-02-26block: Remove unused accessor functionMartin K. Petersen1-9/+0
2010-02-26block: Update blk_queue_max_sectors and documentationMartin K. Petersen1-13/+17
2010-01-11block: Stop using byte offsetsMartin K. Petersen1-17/+9
2010-01-11block: bdev_stack_limits wrapperMartin K. Petersen1-0/+22
2010-01-11block: Correct handling of bottom device misaligmentMartin K. Petersen1-4/+13
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen1-11/+33
2009-12-21block: Fix topology stacking for data and discard alignmentMartin K. Petersen1-37/+50
2009-12-16block: temporarily disable discard granularityJens Axboe1-0/+7
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen1-0/+2
2009-11-11block: jiffies fixesRandy Dunlap1-1/+2
2009-11-10block: Expose discard granularityMartin K. Petersen1-10/+36
2009-10-12blk-settings: fix function parameter kernel-doc notationRandy Dunlap1-1/+1
2009-10-01block: allow large discard requestsChristoph Hellwig1-0/+13
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-17/+0
2009-10-01block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen1-1/+2
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen1-1/+2
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-1/+20
2009-08-01block: Update topology documentationMartin K. Petersen1-6/+13
2009-08-01block: Stack optimal I/O sizeMartin K. Petersen1-0/+11
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen1-7/+24
2009-08-01block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen1-21/+1
2009-07-28block: always assign default lock to queuesJens Axboe1-0/+7
2009-06-19Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap1-1/+1
2009-06-18block: Fix bounce_pfn settingMartin K. Petersen1-1/+1
2009-06-16block: Introduce helper to reset queue limits to default valuesMartin K. Petersen1-6/+27
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe1-4/+0
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap1-3/+3
2009-06-09block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen1-2/+3
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe1-17/+0
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen1-0/+17
2009-05-28block: export blk_stack_limits()Mike Snitzer1-0/+1
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+186
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen1-21/+34
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-3/+12
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-11/+10
2009-04-22block: fix queue bounce limit settingTejun Heo1-9/+11
2009-04-06pata_artop: typoAlan Cox1-1/+1
2008-12-29block: use min_not_zero in blk_queue_stack_limitsFUJITA Tomonori1-3/+3
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-0/+4
2008-10-17block: move q->unplug_work initializationPeter Zijlstra1-2/+0
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda1-0/+6
2008-10-09block: unify request timeout handlingJens Axboe1-0/+12
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison1-1/+1
2008-10-09block: add support for IO CPU affinityJens Axboe1-1/+1
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap1-4/+4
2008-10-09Add 'discard' request handlingDavid Woodhouse1-0/+17
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori1-4/+20
2008-05-14Remove blkdev warning triggered by using mdNeil Brown1-1/+7
2008-05-01block: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2008-04-29block: make queue flags non-atomicNick Piggin1-1/+1
2008-04-29unexport blk_max_pfnAdrian Bunk1-1/+0
2008-04-02Fix bounce setting for 64-bitAndrea Arcangeli1-1/+1
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...Yang Shi1-1/+1
2008-03-04block: separate out padding from alignmentTejun Heo1-0/+17
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap1-1/+0
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo1-2/+5
2008-02-19make blk_settings_init() staticAdrian Bunk1-1/+1
2008-02-01block: make core bits checkpatch compliantJens Axboe1-34/+27
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+402