summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
20 hoursblock: avoid use-after-free in disk_free_zone_resources()Damien Le Moal1-4/+3
20 hoursblk-mq: pop cached request if it is usableKeith Busch1-25/+9
20 hourscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-1/+1
20 hoursblock: fix handling of dead zone write plugsDamien Le Moal1-5/+27
20 hoursblock: allow submitting all zone writes from a single contextDamien Le Moal3-22/+204
20 hoursblock: rename struct gendisk zone_wplugs_lock fieldDamien Le Moal1-11/+12
20 hoursblock: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()Sungwoo Kim1-0/+18
20 hoursblock: recompute nr_integrity_segments in blk_insert_cloned_requestCasey Chen1-0/+19
20 hoursblock: don't overwrite bip_vcnt in bio_integrity_copy_user()David Carlier1-1/+0
10 daysblk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()Yuto Ohnuki1-2/+3
10 daysblk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current()Jackie Liu1-0/+1
10 daysblock: fix zones_cond memory leak on zone revalidation error pathsJackie Liu1-6/+20
10 daysloop: fix partition scan race between udev and loop_reread_partitions()Daan De Meyer1-1/+2
10 daysblk-cgroup: wait for blkcg cleanup before initializing new diskMing Lei1-0/+15
2026-05-14block: only read from sqe on initial invocation of blkdev_uring_cmd()Jens Axboe1-9/+15
2026-05-14block: fix zone write plug removalDamien Le Moal1-94/+57
2026-05-14block: add pgmap check to biovec_phys_mergeableNaman Jain1-0/+2
2026-05-07block: relax pgmap check in bio_add_page for compatible zone device pagesNaman Jain3-6/+25
2026-05-07block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio...Damien Le Moal1-4/+8
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-19/+49
2026-03-05block: use trylock to avoid lockdep circular dependency in sysfsMing Lei2-2/+18
2026-03-04block: use __bio_add_page in bio_copy_kernYang Xiuwei1-2/+1
2026-03-02block: break pcpu_alloc_mutex dependency on freeze_lockNilay Shroff1-15/+30
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds24-36/+36
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook30-57/+53
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-40/+92
2026-02-16blk-mq: use NOIO context to prevent deadlock during debugfs creationYu Kuai5-19/+50
2026-02-16blk-stat: convert struct blk_stat_callback to kernel-docRandy Dunlap1-2/+7
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2026-02-12block: change return type to voidChaitanya Kulkarni1-2/+1
2026-02-12block: fix partial IOVA mapping cleanup in blk_rq_dma_map_iovaChaitanya Kulkarni1-5/+8
2026-02-12block: fix folio leak in bio_iov_iter_bounce_read()Jens Axboe1-1/+3
2026-02-11block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READStefan Hajnoczi1-11/+23
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2026-02-10Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds4-147/+213
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-602/+636
2026-02-10Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+34
2026-02-05block: decouple secure erase size limit from discard size limitLuke Wang2-5/+22
2026-02-04block: remove redundant kill_bdev() call in set_blocksize()Yang Xiuwei1-1/+0
2026-02-03block, bfq: convert to use request_queue->async_depthYu Kuai1-26/+17
2026-02-03mq-deadline: covert to use request_queue->async_depthYu Kuai1-34/+5
2026-02-03kyber: covert to use request_queue->async_depthYu Kuai1-28/+5
2026-02-03blk-mq: add a new queue sysfs attribute async_depthYu Kuai4-0/+50
2026-02-03blk-mq: factor out a helper blk_mq_limit_depth()Yu Kuai1-25/+37
2026-02-03blk-mq-sched: unify elevators checking for async requestsYu Kuai4-3/+8
2026-02-03block: Protect against concurrent isolated cpuset changeFrederic Weisbecker1-1/+5
2026-02-02blk-mq-debugfs: warn about possible deadlockYu Kuai1-7/+24
2026-02-02blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()Yu Kuai1-0/+2