summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-07-23block/partition: fix signedness issue for Amiga partitionsMichael Schmitz
2023-07-23block: increment diskseq on all media change eventsDemi Marie Obenour
2023-07-23block: add overflow checks for Amiga partition supportMichael Schmitz
2023-07-23block: fix signed int overflow in Amiga partition supportMichael Schmitz
2023-07-23blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan
2023-06-14blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann
2023-06-09block: fix revalidate performance regressionDamien Le Moal
2023-06-09block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)
2023-05-11blk-crypto: make blk_crypto_evict_key() more robustEric Biggers
2023-05-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-05-11blk-mq: release crypto keyslot before reporting I/O completeEric Biggers
2023-03-10block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe
2023-03-10blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan
2023-03-10block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen
2023-03-10blk-mq: correct stale comment of .get_budgetKemeng Shi
2023-03-10blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi
2023-03-10blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi
2023-02-09block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai
2023-02-09block, bfq: replace 0/1 with false/true in bic apisYu Kuai
2023-02-09block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown
2023-02-06blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai
2023-02-01block: fix and cleanup bio_check_roChristoph Hellwig
2023-01-24block: mq-deadline: Rename deadline_is_seq_writes()Damien Le Moal
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-12block: don't allow splitting of a REQ_NOWAIT bioJens Axboe
2023-01-12block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal
2023-01-12block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal
2023-01-12block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai
2022-12-31blk-mq: fix possible memleak when register 'hctx' failedYe Bin
2022-12-31block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai
2022-12-31block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig
2022-12-31bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov
2022-12-14block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada
2022-12-02block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai
2022-11-26block: sed-opal: kmalloc the cmd/resp buffersSerge Semin
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai
2022-11-10block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin
2022-10-26blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai
2022-10-26blk-throttle: prevent overflow while calculating wait timeYu Kuai
2022-10-26blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai
2022-09-23block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch
2022-08-31blk-mq: fix io hung due to missing commit_rqsYu Kuai
2022-08-17block: don't allow the same type rq_qos add more than onceJinke Han
2022-08-17block: ensure iov_iter advances for added pagesKeith Busch
2022-08-17block/bio: remove duplicate append pages codeKeith Busch
2022-08-17blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei
2022-08-17block: fix infinite loop for invalid zone appendKeith Busch
2022-08-11block: fix default IO priority handling againJan Kara
2022-07-12block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo
2022-07-12block: only mark bio as tracked if it really is trackedJens Axboe