summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* dm: use queue_limits_setChristoph Hellwig2024-03-011-1/+1
* block: add a queue_limits_stack_bdev helperChristoph Hellwig2024-03-011-0/+25
* block: add a queue_limits_set helperChristoph Hellwig2024-03-011-0/+18
* blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei2024-02-281-8/+6
* bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-241-1/+1
* block/blk-mq: Don't complete locally if capacities are differentQais Yousef2024-02-241-2/+3
* blk-lib: check for kill signalKeith Busch2024-02-241-1/+39
* block: io wait hang check helperKeith Busch2024-02-243-27/+17
* block: cleanup __blkdev_issue_write_zeroesKeith Busch2024-02-241-12/+9
* block: blkdev_issue_secure_erase loop styleKeith Busch2024-02-241-6/+5
* block: fix deadlock between bd_link_disk_holder and partition scanLi Nan2024-02-231-5/+7
* block: Do not include rbtree.h in blk-zoned.cDamien Le Moal2024-02-221-1/+0
* block: Clear zone limits for a non-zoned stacked queueDamien Le Moal2024-02-221-0/+4
* block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig2024-02-211-10/+10
* block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-5/+6
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-2/+3
* block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2024-02-132-14/+9
* block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig2024-02-134-14/+26
* block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig2024-02-131-3/+10
* block: add a max_user_discard_sectors queue limitChristoph Hellwig2024-02-132-12/+23
* block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig2024-02-131-25/+12
* block: add an API to atomically update queue limitsChristoph Hellwig2024-02-133-37/+194
* block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig2024-02-131-4/+9
* block: refactor disk_update_readaheadChristoph Hellwig2024-02-131-9/+12
* block: support PI at non-zero offset within metadataKanchan Joshi2024-02-123-14/+40
* block: refactor guard helpersKanchan Joshi2024-02-121-10/+10
* block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn2024-02-121-11/+8
* block: Simplify the allocation of slab cachesKunwu Chan2024-02-081-2/+1
* block: optimise in irq bio put cachingPavel Begunkov2024-02-081-11/+12
* block: extend bio caching to task contextPavel Begunkov2024-02-081-1/+2
* blk-throttle: Eliminate redundant checks for data directionTang Yizhou2024-02-051-2/+2
* block: update cached timestamp post schedule/preemptionJens Axboe2024-02-052-1/+5
* block: cache current nsec time in struct blk_plugJens Axboe2024-02-052-1/+14
* block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-0510-45/+56
* block: move cgroup time handling code into blk.hJens Axboe2024-02-052-0/+43
* blk-mq: special case cached requests lessChristoph Hellwig2024-02-051-19/+22
* blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig2024-02-051-30/+33
* blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig2024-02-051-10/+11
* block: Fix where bio IO priority gets setHongyu Jin2024-02-012-10/+10
* block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt2024-01-231-3/+10
* block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2024-01-222-2/+5
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-188-62/+44
|\
| * blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2024-01-172-20/+0
| * block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov2024-01-161-1/+1
| * block: Correct a documentation comment in blk-cgroup.cNicky Chorley2024-01-151-1/+1
| * block: ensure we hold a queue reference when using queue limitsJens Axboe2024-01-121-6/+10
| * blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig2024-01-121-3/+6
| * block: print symbolic error name instead of error codeChristian Heusel2024-01-121-2/+2
| * blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-01-121-0/+16
| * block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal2024-01-101-2/+7