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