summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su2023-05-171-0/+3
* blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann2023-05-111-3/+5
* blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig2023-05-111-1/+1
* blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2023-05-112-33/+41
* blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-05-111-11/+9
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-05-114-17/+49
* blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou2023-05-111-2/+2
* 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: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-221-10/+6
* blk-mq: fix "bad unlock balance detected" on q->srcu in __blk_mq_run_dispatch...Chris Leech2023-03-221-2/+3
* 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
* Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds2023-02-034-4/+11
|\
| * blk-cgroup: don't update io stat for root cgroupMing Lei2023-02-011-0/+4
| * block: Fix the blk_mq_destroy_queue() documentationBart Van Assche2023-01-311-2/+3
| * block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2023-01-292-2/+4
* | Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds2023-01-204-7/+13
|\|
| * block: fix hctx checks for batch allocationPavel Begunkov2023-01-171-1/+5
| * blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-01-161-0/+4
| * block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai2023-01-152-6/+4
* | Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds2023-01-131-3/+0
|\|
| * block: Drop spurious might_sleep() from blk_put_queue()Tejun Heo2023-01-081-3/+0
* | Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds2023-01-065-18/+50
|\|
| * block: Remove "select SRCU"Paul E. McKenney2023-01-051-1/+0
| * Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe2023-01-041-0/+11
| * Revert "block: bio_copy_data_iter"Jens Axboe2023-01-041-15/+22
| * block: don't allow splitting of a REQ_NOWAIT bioJens Axboe2023-01-041-0/+10
| * block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-042-2/+7
* | Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds2022-12-291-1/+1
|\|
| * block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2022-12-261-1/+1