summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-01block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10
2024-02-23block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-02-16block: treat poll queue enter similarly to timeoutsJens Axboe1-1/+10
2024-02-16blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-05blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-02-05block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2024-02-01block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2-2/+5
2024-01-26block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-15/+23
2024-01-26block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-26block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2024-01-26block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-1/+1
2024-01-26block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2024-01-26block: Set memalloc_noio to false on device_add_disk() error pathLi Nan1-0/+1
2024-01-20blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2024-01-10block: update the stable_writes flag in bdev_addChristoph Hellwig1-0/+2
2024-01-10blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig1-37/+38
2024-01-10block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti1-5/+16
2023-12-20blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei1-0/+13
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-11-20blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai1-2/+2
2023-11-02blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov1-0/+6
2023-10-10block: fix use-after-free of q->q_usage_counterMing Lei1-2/+1
2023-09-23block: factor out a bvec_set_page helperChristoph Hellwig2-16/+3
2023-09-19blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai1-8/+13
2023-09-19blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai1-45/+41
2023-09-13block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng1-0/+2
2023-09-13block/mq-deadline: use correct way to throttling write requestsZhiguo Niu1-1/+2
2023-09-13block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2-6/+12
2023-09-13block: cleanup queue_wc_storeChristoph Hellwig1-11/+3
2023-08-23blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy1-13/+23
2023-08-03blk-mq: Fix stall due to recursive flush plugRoss Lagerwall2-3/+9
2023-07-23blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers1-2/+10
2023-07-19block/partition: fix signedness issue for Amiga partitionsMichael Schmitz1-1/+1
2023-07-19block: increment diskseq on all media change eventsDemi Marie Obenour1-0/+1
2023-07-19block: add overflow checks for Amiga partition supportMichael Schmitz1-18/+85
2023-07-19block: fix signed int overflow in Amiga partition supportMichael Schmitz1-4/+5
2023-07-19block: fix blktrace debugfs entries leakageYu Kuai1-1/+4
2023-07-19blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai3-8/+12
2023-07-19blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
2023-06-14blk-mq: fix blk_mq_hw_ctx active request accountingTian Lan1-4/+4
2023-06-09block: fix revalidate performance regressionDamien Le Moal1-1/+2
2023-06-09block: Deny writable memory mapping if block is read-onlyLoic Poulain1-1/+11
2023-06-05block: fix bio-cache for passthru IOAnuj Gupta1-1/+1
2023-06-05blk-mq: fix race condition in active queue accountingTian Lan1-4/+8
2023-05-24block, bfq: Fix division by zero error on zero wsumColin Ian King1-0/+2
2023-05-17block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-05-11block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)1-0/+2
2023-05-11blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann1-3/+5
2023-05-11blk-mq: don't plug for head insertions in blk_execute_rq_nowaitChristoph Hellwig1-1/+1
2023-05-11blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2-33/+41