summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-throttle: Fix that bps of child could exceed bps limited in parentKemeng Shi2023-04-131-1/+1
* block: don't set GD_NEED_PART_SCAN if scan partition failedYu Kuai2023-04-131-1/+7
* blk-mq: directly poll requestsKeith Busch2023-04-131-3/+1
* block: do not reverse request order when flushing plug listJan Kara2023-03-221-2/+3
* block: fix wrong mode for blkdev_put() from disk_scan_partitions()Yu Kuai2023-03-171-1/+1
* block: fix scan partition for exclusively open device againYu Kuai2023-03-172-5/+27
* block: Revert "block: Do not reread partition table on exclusively open device"Yu Kuai2023-03-173-13/+9
* Revert "blk-cgroup: dropping parent refcount after pd_free_fn() is done"Greg Kroah-Hartman2023-03-111-2/+2
* Revert "blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkc...Greg Kroah-Hartman2023-03-111-29/+6
* block: be a bit more careful in checking for NULL bdev while pollingJens Axboe2023-03-101-2/+8
* block: clear bio->bi_bdev when putting a bio back in the cacheJens Axboe2023-03-101-0/+1
* block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe2023-03-101-3/+18
* blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-03-101-6/+29
* blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai2023-03-101-2/+2
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-03-101-3/+8
* block: use proper return value from bio_failfast()Jens Axboe2023-03-101-1/+1
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-03-101-0/+1
* block: Fix io statistics for cgroup in throttle pathJinke Han2023-03-101-11/+12
* block: sync mixed merged request's failfast with 1st bio'sMing Lei2023-03-101-2/+33
* blk-mq: correct stale comment of .get_budgetKemeng Shi2023-03-101-2/+2
* blk-mq: Fix potential io hung for shared sbitmap per tagsetKemeng Shi2023-03-101-2/+4
* blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_waitKemeng Shi2023-03-101-1/+5
* blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi2023-03-101-2/+1
* blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi2023-03-101-1/+2
* block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2023-02-092-2/+4
* block, bfq: replace 0/1 with false/true in bic apisYu Kuai2023-02-092-6/+6
* block: fix hctx checks for batch allocationPavel Begunkov2023-02-061-1/+5
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-02-061-0/+4
* block: mq-deadline: Rename deadline_is_seq_writes()Damien Le Moal2023-01-241-2/+2
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-182-2/+7
* block: don't allow splitting of a REQ_NOWAIT bioJens Axboe2023-01-121-0/+10
* block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal2023-01-071-4/+62
* block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal2023-01-071-2/+15
* block: Do not reread partition table on exclusively open deviceJan Kara2023-01-043-8/+13
* block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2023-01-041-1/+1
* blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo2022-12-311-0/+2
* blk-mq: fix possible memleak when register 'hctx' failedYe Bin2022-12-311-2/+9
* blk-mq: avoid double ->queue_rq() because of early timeoutDavid Jeffery2022-12-311-12/+44
* block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai2022-12-311-1/+6
* block: clear ->slave_dir when dropping the main slave_dir referenceChristoph Hellwig2022-12-311-0/+2
* bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov2022-12-311-2/+7
* Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-251-1/+6
|\
| * blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig2022-11-221-1/+6
* | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-184-6/+7
|\|
| * block: make blk_set_default_limits() privateKeith Busch2022-11-162-1/+1
| * block: make dma_alignment a stacking queue_limitKeith Busch2022-11-162-4/+5
| * blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason2022-11-141-1/+1
* | Merge tag 'block-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds2022-11-112-4/+32
|\|
| * block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-081-4/+28
| * block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-11-081-0/+4