summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov2024-04-131-1/+1
* block: Clear zone limits for a non-zoned stacked queueDamien Le Moal2024-04-101-0/+4
* block: sed-opal: handle empty atoms when parsing responseGreg Joyce2024-03-262-1/+6
* blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo2024-02-231-0/+7
* blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-02-231-0/+16
* block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig2024-02-231-1/+1
* block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2024-02-232-2/+5
* block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2024-01-251-4/+3
* block: add check that partition length needs to be aligned with block sizeMin Li2024-01-251-4/+7
* block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch2024-01-251-1/+1
* block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan2024-01-251-1/+3
* block: Set memalloc_noio to false on device_add_disk() error pathLi Nan2024-01-251-0/+1
* block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti2024-01-151-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
* block: remove unneeded return value of bio_check_ro()Miaohe Lin2023-11-201-7/+3
* block: fix use-after-free of q->q_usage_counterMing Lei2023-10-102-2/+2
* block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng2023-09-191-0/+2
* block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig2023-09-191-1/+1
* block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flagsChristoph Hellwig2023-09-191-1/+1
* block: move GENHD_FL_NATIVE_CAPACITY to disk->stateChristoph Hellwig2023-09-191-9/+6
* block/partition: fix signedness issue for Amiga partitionsMichael Schmitz2023-07-231-1/+1
* block: increment diskseq on all media change eventsDemi Marie Obenour2023-07-231-0/+1
* block: add overflow checks for Amiga partition supportMichael Schmitz2023-07-231-18/+85
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-07-231-4/+5
* blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan2023-07-231-3/+4
* blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann2023-06-141-3/+5
* block: fix revalidate performance regressionDamien Le Moal2023-06-091-1/+2
* block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)2023-06-091-0/+2
* blk-crypto: make blk_crypto_evict_key() more robustEric Biggers2023-05-112-30/+42
* blk-crypto: make blk_crypto_evict_key() return voidEric Biggers2023-05-111-12/+10
* blk-mq: release crypto keyslot before reporting I/O completeEric Biggers2023-05-115-17/+43
* block: don't allow multiple bios for IOCB_NOWAIT issueJens Axboe2023-03-101-3/+18
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-03-101-3/+8
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-03-101-0/+1
* blk-mq: correct stale comment of .get_budgetKemeng Shi2023-03-101-2/+2
* 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/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown2023-02-091-1/+1
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-02-061-0/+4
* block: fix and cleanup bio_check_roChristoph Hellwig2023-02-011-6/+2
* 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-1/+5
* block: don't allow splitting of a REQ_NOWAIT bioJens Axboe2023-01-121-0/+10
* block: mq-deadline: Fix dd_finish_request() for zoned devicesDamien Le Moal2023-01-121-3/+15
* block: mq-deadline: Do not break sequential write streams to zoned HDDsDamien Le Moal2023-01-121-4/+62
* block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai2023-01-121-1/+1