summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng2023-09-131-0/+2
* block/mq-deadline: use correct way to throttling write requestsZhiguo Niu2023-09-131-1/+2
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-09-132-6/+12
* block: cleanup queue_wc_storeChristoph Hellwig2023-09-131-11/+3
* blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy2023-08-231-13/+23
* blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2023-08-032-3/+9
* blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers2023-07-231-2/+10
* block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-191-1/+1
* block: increment diskseq on all media change eventsDemi Marie Obenour2023-07-191-0/+1
* block: add overflow checks for Amiga partition supportMichael Schmitz2023-07-191-18/+85
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-07-191-4/+5
* block: fix blktrace debugfs entries leakageYu Kuai2023-07-191-1/+4
* blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai2023-07-193-8/+12
* blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan2023-07-191-3/+4
* blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan2023-06-141-4/+4
* block: fix revalidate performance regressionDamien Le Moal2023-06-091-1/+2
* block: Deny writable memory mapping if block is read-onlyLoic Poulain2023-06-091-1/+11
* block: fix bio-cache for passthru IOAnuj Gupta2023-06-051-1/+1
* blk-mq: fix race condition in active queue accountingTian Lan2023-06-051-4/+8
* block, bfq: Fix division by zero error on zero wsumColin Ian King2023-05-241-0/+2
* block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su2023-05-171-0/+3
* block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)2023-05-111-0/+2
* 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-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