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