summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2025-09-08blk-mq: Replace tags->lock with SRCU for tag iteratorsMing Lei-24/+12
2025-09-08blk-mq: Defer freeing flush queue to SRCU callbackMing Lei-1/+11
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei-14/+36
2025-09-08blk-mq: Pass tag_set to blk_mq_free_rq_map/tagsMing Lei-8/+8
2025-09-08blk-mq: Move flush queue allocation into blk_mq_init_hctx()Ming Lei-8/+13
2025-09-05blk-mq: fix blk_mq_tags double free while nr_requests grownYu Kuai-0/+1
2025-09-05blk-mq: fix elevator depth_updated methodYu Kuai-52/+41
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe-3/+3
2025-09-02block: use int to store blk_stack_limits() return valueQianfeng Rong-1/+2
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster-1/+1
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner-32/+52
2025-08-28blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan-2/+4
2025-08-26block: validate QoS before calling __rq_qos_done_bio()Nilay Shroff-5/+8
2025-08-26blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche-5/+6
2025-08-25block: Move a misplaced comment in queue_wb_lat_store()Bart Van Assche-5/+5
2025-08-25blk-integrity: use iterator for mapping sgKeith Busch-58/+45
2025-08-25blk-mq-dma: add scatter-less integrity data DMA mappingKeith Busch-7/+97
2025-08-25blk-mq-dma: move common dma start code to a helperKeith Busch-26/+33
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch-17/+15
2025-08-25blk-mq-dma: provide the bio_vec array being iteratedKeith Busch-23/+33
2025-08-25blk-mq-dma: create blk_map_iter typeKeith Busch-2/+2
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff-28/+36
2025-08-21block: decrement block_rq_qos static key in rq_qos_del()Nilay Shroff-0/+1
2025-08-21block: skip q->rq_qos check in rq_qos_done_bio()Nilay Shroff-2/+8
2025-08-21blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queuesMing Lei-4/+9
2025-08-20block: don't silently ignore metadata for sync read/writeChristoph Hellwig-5/+5
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig-0/+3
2025-08-18block: tone down bio_check_eodChristoph Hellwig-1/+1
2025-08-18block: remove newlines from the warnings in blk_validate_integrity_limitsChristoph Hellwig-6/+3
2025-08-18block: handle pi_tuple_size in queue_limits_stack_integrityChristoph Hellwig-0/+3
2025-08-13block: restore default wbt enablementJulian Sun-1/+1
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro-3/+3
2025-08-11blk-wbt: Eliminate ambiguity in the comments of struct rq_wbTang Yizhou-2/+2
2025-08-11blk-wbt: Optimize wbt_done() for non-throttled writesTang Yizhou-5/+6
2025-08-11block: fix kobject double initialization in add_diskZheng Qixing-7/+8
2025-08-11blk-cgroup: remove redundant __GFP_NOWARNQianfeng Rong-3/+3
2025-08-11block, bfq: remove redundant __GFP_NOWARNQianfeng Rong-2/+1
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds-200/+287
2025-08-07lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai-43/+20
2025-08-04block, bfq: Reorder struct bfq_iocq_bfqq_dataChristophe JAILLET-5/+5
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-07-31block: ensure discard_granularity is zero when discard is not supportedChristoph Hellwig-3/+10
2025-07-30block: fix potential deadlock while running nr_hw_queue updateNilay Shroff-15/+89
2025-07-30block: fix lockdep warning caused by lock dependency in elv_iosched_storeNilay Shroff-81/+136
2025-07-30block: move elevator queue allocation logic into blk_mq_init_schedNilay Shroff-36/+16
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-7/+5
2025-07-29blk-ioc: don't hold queue_lock for ioc_lookup_icq()Yu Kuai-26/+8
2025-07-29block: Enforce power-of-2 physical block sizeJohn Garry-1/+5
2025-07-29block: avoid possible overflow for chunk_sectors check in blk_stack_limits()John Garry-1/+1
2025-07-29block: Improve read ahead size for rotational devicesDamien Le Moal-2/+10