summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe1-24/+0
2024-03-06block: remove disk_stack_limitsChristoph Hellwig1-24/+0
2024-03-06block: move capacity validation to blkpg_do_ioctl()Li Lingfeng2-12/+8
2024-03-06block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-03-06sed-opal: Remove the ret variable from the functionLi kunyu1-4/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from retLi kunyu1-2/+2
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errLi zeming1-1/+1
2024-03-06sed-opal: Remove unnecessary ‘0’ values from errorLi zeming1-2/+2
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-03-01dm: use queue_limits_setChristoph Hellwig1-1/+1
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig1-0/+25
2024-03-01block: add a queue_limits_set helperChristoph Hellwig1-0/+18
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei1-8/+6
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef1-2/+3
2024-02-24blk-lib: check for kill signalKeith Busch1-1/+39
2024-02-24block: io wait hang check helperKeith Busch3-27/+17
2024-02-24block: cleanup __blkdev_issue_write_zeroesKeith Busch1-12/+9
2024-02-24block: blkdev_issue_secure_erase loop styleKeith Busch1-6/+5
2024-02-23block: fix deadlock between bd_link_disk_holder and partition scanLi Nan1-5/+7
2024-02-22block: Do not include rbtree.h in blk-zoned.cDamien Le Moal1-1/+0
2024-02-22block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-02-21block: fix virt_boundary handling in blk_validate_limitsChristoph Hellwig1-10/+10
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-5/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-2/+3
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2-14/+9
2024-02-13block: pass a queue_limits argument to blk_alloc_queueChristoph Hellwig4-14/+26
2024-02-13block: use queue_limits_commit_update in queue_discard_max_storeChristoph Hellwig1-3/+10
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig2-12/+23
2024-02-13block: use queue_limits_commit_update in queue_max_sectors_storeChristoph Hellwig1-25/+12
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig3-37/+194
2024-02-13block: decouple blk_set_stacking_limits from blk_set_default_limitsChristoph Hellwig1-4/+9
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig1-9/+12
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi3-14/+40
2024-02-12block: refactor guard helpersKanchan Joshi1-10/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-11/+8
2024-02-08block: Simplify the allocation of slab cachesKunwu Chan1-2/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-05blk-throttle: Eliminate redundant checks for data directionTang Yizhou1-2/+2
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe2-1/+5
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe2-1/+14
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe10-45/+56
2024-02-05block: move cgroup time handling code into blk.hJens Axboe2-0/+43
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig1-19/+22
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig1-30/+33
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig1-10/+11
2024-02-01block: Fix where bio IO priority gets setHongyu Jin2-10/+10
2024-01-23block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10