summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-01-12block: don't allow splitting of a REQ_NOWAIT bioJens Axboe1-0/+10
2023-01-07block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal1-4/+62
2023-01-07block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal1-2/+15
2023-01-04block: Do not reread partition table on exclusively open deviceJan Kara3-8/+13
2023-01-04block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2023-01-04blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo1-0/+2
2023-01-04blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2023-01-04blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig3-9/+12
2023-01-04blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig3-26/+12
2023-01-04blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2-50/+27
2023-01-04blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2-7/+7
2023-01-04blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2-15/+1
2023-01-04blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig1-6/+7
2022-12-31blk-mq: fix possible memleak when register 'hctx' failedYe Bin1-2/+9
2022-12-31blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery1-12/+44
2022-12-31block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai1-1/+6
2022-12-31block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig1-0/+2
2022-12-31bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-12-02block: make blk_set_default_limits() privateKeith Busch2-1/+1
2022-12-02blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig1-1/+6
2022-12-02block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai1-0/+4
2022-11-26blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason1-1/+1
2022-11-26block: make dma_alignment a stacking queue_limitKeith Busch2-4/+5
2022-11-26block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-11-26block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro1-0/+1
2022-11-10blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun1-3/+1
2022-11-10block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin1-0/+1
2022-11-10bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov1-1/+1
2022-10-29blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()Yu Kuai1-2/+5
2022-10-21blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()Yu Kuai1-2/+1
2022-10-21blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch3-7/+6
2022-10-21blk-throttle: prevent overflow while calculating wait timeYu Kuai1-5/+3
2022-10-21blk-wbt: call rq_qos_add() after wb_normal is initializedYu Kuai1-5/+4
2022-10-21blk-throttle: fix that io throttle can only work for single bioYu Kuai3-17/+7
2022-09-24Merge tag 'block-6.0-2022-09-22' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-09-20Revert "block: freeze the queue earlier in del_gendisk"Christoph Hellwig1-1/+2
2022-09-16Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+10
2022-09-15blk-lib: fix blkdev_issue_secure_eraseMikulas Patocka1-3/+8
2022-09-14block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowaitStefan Roesch1-2/+2
2022-09-09Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+5
2022-09-09block: add missing request flags to debugfs codeJens Axboe1-0/+2
2022-09-03block: don't add partitions if GD_SUPPRESS_PART_SCAN is setMing Lei1-0/+3
2022-08-26Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+1
2022-08-19blk-mq: fix io hung due to missing commit_rqsYu Kuai1-2/+3
2022-08-18blk-mq: run queue no matter whether the request is the last requestYufen Yu1-1/+1
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai1-20/+0
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2022-08-12block: Do not call blk_put_queue() if gendisk allocation failsRafael Mendonca1-3/+1
2022-08-09block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-14/+18