summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix mismatched kerneldoc function nameJiapeng Chong2024-03-141-1/+1
* Revert "blk-lib: check for kill signal"Christoph Hellwig2024-03-131-39/+1
* Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche2024-03-131-2/+1
* block: limit block time caching to in_task() contextJens Axboe2024-03-131-1/+1
* Revert "dm: use queue_limits_set"Linus Torvalds2024-03-111-1/+1
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1129-361/+687
|\
| * block: partitions: only define function mac_fix_string for CONFIG_PPC_PMACColin Ian King2024-03-091-0/+2
| * Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-03-061-24/+0
| |\
| | * block: remove disk_stack_limitsChristoph Hellwig2024-03-061-24/+0
| * | block: move capacity validation to blkpg_do_ioctl()Li Lingfeng2024-03-062-12/+8
| * | block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov2024-03-061-1/+1
| * | sed-opal: Remove the ret variable from the functionLi kunyu2024-03-061-4/+2
| * | sed-opal: Remove unnecessary ‘0’ values from retLi kunyu2024-03-061-2/+2
| * | sed-opal: Remove unnecessary ‘0’ values from errLi zeming2024-03-061-1/+1
| * | sed-opal: Remove unnecessary ‘0’ values from errorLi zeming2024-03-061-2/+2
| * | block: make block_class constantRicardo B. Marliere2024-03-061-1/+1
| * | block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby2024-03-061-3/+4
| |/
| * 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