summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-09-16block: fix stacking of atomic writes when atomics are not supportedJohn Garry1-9/+10
2025-09-16block: update validation of atomic writes boundary for stacked devicesJohn Garry1-8/+14
2025-09-15block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos().chengkaitao1-4/+0
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-14block: use largest_zero_folio in __blkdev_issue_zero_pages()Pankaj Raghav1-7/+8
2025-09-10blk-mq: remove blk_mq_tag_update_depth()Yu Kuai2-34/+0
2025-09-10blk-mq: fix potential deadlock while nr_requests grownYu Kuai3-22/+34
2025-09-10blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags()Yu Kuai4-11/+19
2025-09-10blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests()Yu Kuai1-12/+27
2025-09-10blk-mq: cleanup shared tags case in blk_mq_update_nr_requests()Yu Kuai2-28/+22
2025-09-10blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lockYu Kuai1-5/+20
2025-09-10blk-mq: check invalid nr_requests in queue_requests_store()Yu Kuai4-22/+17
2025-09-10blk-mq: remove useless checkings in blk_mq_update_nr_requests()Yu Kuai1-8/+1
2025-09-10blk-mq: remove useless checking in queue_requests_store()Yu Kuai1-3/+0
2025-09-10block: fix ordering of recursive split IOYu Kuai4-9/+13
2025-09-10block: skip unnecessary checks for split bioYu Kuai3-2/+7
2025-09-10blk-crypto: convert to use bio_submit_split_bioset()Yu Kuai1-12/+5
2025-09-10block: factor out a helper bio_submit_split_bioset()Yu Kuai1-19/+40
2025-09-10blk-crypto: fix missing blktrace bio split eventsYu Kuai1-0/+3
2025-09-10blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIMEYu Kuai3-3/+11
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai4-8/+8
2025-09-10block: cleanup bio_issueYu Kuai4-55/+5
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-04Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe2-3/+3
2025-09-03block: 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-29blk-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