aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
9 daysMerge tag 'v5.15.155' into v5.15/standard/basev5.15/standard/baseBruce Ashfield
9 daysMerge tag 'v5.15.154' into v5.15/standard/baseBruce Ashfield
12 daysblock: prevent division by zero in blk_rq_stat_sum()Roman Smirnov
2024-04-10block: Clear zone limits for a non-zoned stacked queueDamien Le Moal
2024-03-28Merge tag 'v5.15.153' into v5.15/standard/baseBruce Ashfield
2024-03-26block: sed-opal: handle empty atoms when parsing responseGreg Joyce
2024-03-11block, loop: support partitions without scanningChristoph Hellwig
2024-02-23blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo
2024-02-23blk-mq: fix IO hang from sbitmap wakeup raceMing Lei
2024-02-23block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig
2024-02-23block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng
2024-01-25block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)
2024-01-25block: add check that partition length needs to be aligned with block sizeMin Li
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2024-01-25block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan
2024-01-25block: Set memalloc_noio to false on device_add_disk() error pathLi Nan
2024-01-15block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti
2023-12-20blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei
2023-11-20blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai
2023-11-20block: remove unneeded return value of bio_check_ro()Miaohe Lin
2023-10-10block: fix use-after-free of q->q_usage_counterMing Lei
2023-09-19block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng
2023-09-19block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig
2023-09-19block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig
2023-09-19block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig
2023-07-23block/partition: fix signedness issue for Amiga partitionsMichael Schmitz
2023-07-23block: increment diskseq on all media change eventsDemi Marie Obenour
2023-07-23block: add overflow checks for Amiga partition supportMichael Schmitz
2023-07-23block: fix signed int overflow in Amiga partition supportMichael Schmitz
2023-07-23blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan
2023-06-14blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann
2023-06-09block: fix revalidate performance regressionDamien Le Moal
2023-06-09block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)
2023-05-11blk-crypto: make blk_crypto_evict_key() more robustEric Biggers
2023-05-11blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-05-11blk-mq: release crypto keyslot before reporting I/O completeEric Biggers
2023-03-10block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe
2023-03-10blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan
2023-03-10block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen
2023-03-10blk-mq: correct stale comment of .get_budgetKemeng Shi
2023-03-10blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi
2023-03-10blk-mq: avoid sleep in blk_mq_alloc_request_hctxKemeng Shi
2023-02-09block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai
2023-02-09block, bfq: replace 0/1 with false/true in bic apisYu Kuai
2023-02-09block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown
2023-02-06blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai
2023-02-01block: fix and cleanup bio_check_roChristoph Hellwig
2023-01-24block: mq-deadline: Rename deadline_is_seq_writes()Damien Le Moal
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe