summaryrefslogtreecommitdiffstats
path: root/drivers/block/zloop.c
AgeCommit message (Expand)AuthorLines
2026-02-27Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+24
2026-02-24zloop: check for spurious options passed to removeChristoph Hellwig-1/+6
2026-02-24zloop: advertise a volatile write cacheChristoph Hellwig-6/+18
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-15zloop: use READ_ONCE() to read lo->lo_state in queue_rq pathYongpeng Yang-4/+4
2025-12-04blk-mq: add blk_rq_nr_bvec() helperChaitanya Kulkarni-3/+2
2025-11-20zloop: clear nowait flag in workqueue contextChaitanya Kulkarni-0/+4
2025-11-19zloop: fix zone append check in zloop_rw()Damien Le Moal-1/+2
2025-11-17zloop: introduce the ordered_zone_append configuration parameterDamien Le Moal-12/+96
2025-11-17zloop: introduce the zone_append configuration parameterDamien Le Moal-2/+30
2025-11-17zloop: simplify checks for writes to sequential zonesDamien Le Moal-10/+9
2025-11-17zloop: fail zone append operations that are targeting full zonesDamien Le Moal-0/+4
2025-11-17zloop: make the write pointer of full zones invalidDamien Le Moal-3/+5
2025-11-05block: introduce disk_report_zone()Damien Le Moal-2/+2
2025-07-31zloop: fix KASAN use-after-free of tag setShin'ichiro Kawasaki-1/+2
2025-05-01block: new zoned loop block device driverDamien Le Moal-0/+1385