summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2025-06-27block: default BLOCK_LEGACY_AUTOLOAD to yChristoph Hellwig2-6/+4
2025-05-22block: fix direct io NOWAIT flag not workFengnan Chang1-1/+4
2025-05-02blk-iocost: do not WARN if iocg was already offlinedLi Nan1-2/+5
2025-05-02blk-cgroup: support to track if policy is onlineYu Kuai1-7/+17
2025-04-10block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-03-13block: fix conversion of GPT partition name to 7-bitOlivier Gayot1-1/+1
2025-03-13partitions: mac: fix handling of bogus partition tableJann Horn1-3/+15
2025-03-13blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu1-0/+1
2025-03-13partitions: ldm: remove the initial kernel-doc notationRandy Dunlap1-1/+1
2025-03-13block: retry call probe after request_module in blk_request_moduleYang Erkun1-5/+17
2025-03-13block: deprecate autoloading based on dev_tChristoph Hellwig3-3/+24
2025-01-23block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai1-2/+10
2024-12-19blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor1-1/+8
2024-12-14block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-11-17block: Fix elevator_get_default() checking for NULL q->tag_setSurajSonawane24151-2/+2
2024-11-01block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai1-20/+17
2024-10-22blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function raceOmar Sandoval1-1/+1
2024-10-17block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai1-3/+28
2024-10-17blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh3-69/+8
2024-10-17blk-integrity: convert to struct device_attributeThomas Weißschuh1-65/+62
2024-10-17blk-integrity: use sysfs_emitThomas Weißschuh1-10/+9
2024-10-17blk_iocost: fix more out of bound shiftsKonstantin Ovsepian1-3/+5
2024-10-17block: fix potential invalid pointer dereference in blk_add_partitionRiyan Dhiman1-3/+5
2024-10-17block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-10-17block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai1-1/+1
2024-10-17block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai1-2/+6
2024-10-17block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai1-1/+2
2024-09-12block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig1-2/+0
2024-08-19block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig1-1/+10
2024-08-19block: cleanup bio_integrity_prepJinyoung Choi1-5/+1
2024-08-19block: refactor to use helperNitesh Shetty1-3/+1
2024-07-05block/ioctl: prefer different overflow checkJustin Stitt1-1/+1
2024-05-17blk-iocost: avoid out of bounds shiftRik van Riel1-3/+4
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-04-10block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-03-26block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-02-23blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-23blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-02-23block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2024-02-23block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2-2/+5
2024-01-25block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-4/+3
2024-01-25block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2024-01-25block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-1/+1
2024-01-25block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2024-01-25block: Set memalloc_noio to false on device_add_disk() error pathLi Nan1-0/+1
2024-01-15block: 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-20block: remove unneeded return value of bio_check_ro()Miaohe Lin1-7/+3