aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-09blk-map: provide the bdev to bio if one existsKeith Busch1-2/+3
2025-09-09blk-mq-dma: bring back p2p request flagsKeith Busch1-0/+4
2025-09-09blk-integrity: enable p2p source and destinationKeith Busch1-4/+17
2025-09-09blk-integrity: use simpler alignment checkKeith Busch1-2/+2
2025-09-09block: simplify direct io validity checkKeith Busch1-2/+2
2025-09-09block: align the bio after building itKeith Busch1-25/+40
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch2-11/+14
2025-09-09block: check for valid bio while splittingKeith Busch2-5/+18
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig1-1/+2
2025-09-09block: add a bio_init_inline helperChristoph Hellwig3-8/+10
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2025-09-08blk-throttle: fix access race during throttle policy activationHan Guangjiang4-18/+18
2025-09-08blk-mq: Replace tags->lock with SRCU for tag iteratorsMing Lei2-24/+12
2025-09-08blk-mq: Defer freeing flush queue to SRCU callbackMing Lei2-1/+11
2025-09-08blk-mq: Defer freeing of tags page_list to SRCU callbackMing Lei2-14/+36
2025-09-08blk-mq: Pass tag_set to blk_mq_free_rq_map/tagsMing Lei3-8/+8
2025-09-08blk-mq: Move flush queue allocation into blk_mq_init_hctx()Ming Lei2-8/+13
2025-09-05blk-mq: fix blk_mq_tags double free while nr_requests grownYu Kuai1-0/+1
2025-09-05blk-mq: fix elevator depth_updated methodYu Kuai6-52/+41
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe2-3/+3
2025-09-02block: use int to store blk_stack_limits() return valueQianfeng Rong1-1/+2
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner6-32/+52
2025-08-28blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctxLi Nan1-2/+4
2025-08-26block: validate QoS before calling __rq_qos_done_bio()Nilay Shroff1-5/+8
2025-08-26blk-zoned: Fix a lockdep complaint about recursive lockingBart Van Assche1-5/+6
2025-08-25block: Move a misplaced comment in queue_wb_lat_store()Bart Van Assche1-5/+5
2025-08-25blk-integrity: use iterator for mapping sgKeith Busch2-58/+45
2025-08-25blk-mq-dma: add scatter-less integrity data DMA mappingKeith Busch1-7/+97
2025-08-25blk-mq-dma: move common dma start code to a helperKeith Busch1-26/+33
2025-08-25blk-mq: remove REQ_P2PDMA flagKeith Busch2-17/+15
2025-08-25blk-mq-dma: provide the bio_vec array being iteratedKeith Busch1-23/+33
2025-08-25blk-mq-dma: create blk_map_iter typeKeith Busch1-2/+2
2025-08-21block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff3-28/+36
2025-08-21block: decrement block_rq_qos static key in rq_qos_del()Nilay Shroff1-0/+1
2025-08-21block: skip q->rq_qos check in rq_qos_done_bio()Nilay Shroff1-2/+8
2025-08-21blk-mq: fix lockdep warning in __blk_mq_update_nr_hw_queuesMing Lei1-4/+9
2025-08-20block: don't silently ignore metadata for sync read/writeChristoph Hellwig1-5/+5
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-08-18block: tone down bio_check_eodChristoph Hellwig1-1/+1
2025-08-18block: remove newlines from the warnings in blk_validate_integrity_limitsChristoph Hellwig1-6/+3
2025-08-18block: handle pi_tuple_size in queue_limits_stack_integrityChristoph Hellwig1-0/+3
2025-08-13block: restore default wbt enablementJulian Sun1-1/+1
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro2-3/+3
2025-08-11blk-wbt: Eliminate ambiguity in the comments of struct rq_wbTang Yizhou1-2/+2
2025-08-11blk-wbt: Optimize wbt_done() for non-throttled writesTang Yizhou1-5/+6
2025-08-11block: fix kobject double initialization in add_diskZheng Qixing3-7/+8
2025-08-11blk-cgroup: remove redundant __GFP_NOWARNQianfeng Rong1-3/+3
2025-08-11block, bfq: remove redundant __GFP_NOWARNQianfeng Rong1-2/+1
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds12-200/+287