summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei2024-01-201-1/+13
* block: update the stable_writes flag in bdev_addChristoph Hellwig2024-01-101-0/+2
* blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig2024-01-101-37/+38
* block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti2024-01-101-5/+16
* blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei2023-12-201-0/+13
* blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei2023-12-201-0/+2
* blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai2023-11-201-2/+2
* blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov2023-11-021-0/+6
* block: fix use-after-free of q->q_usage_counterMing Lei2023-10-101-2/+1
* block: factor out a bvec_set_page helperChristoph Hellwig2023-09-232-16/+3
* blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai2023-09-191-8/+13
* blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai2023-09-191-45/+41
* 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