summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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-crypto: Add a missing include directiveBart Van Assche2023-05-111-0/+1
* blk-crypto: move internal only declarations to blk-crypto-internal.hChristoph Hellwig2023-05-111-0/+12
* blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2023-05-111-9/+12
* blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2023-05-111-10/+14
* blk-stat: fix QUEUE_FLAG_STATS clearChengming Zhou2023-05-111-2/+2
* 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