Spdk/module/bdev/raid
Damiano Cipriani 50f8c1432c module/raid: add cb_arg to write superblock
raid_bdev_write_superblock takes an addtional cb_arg parameter
that will be passed to the callback function after the
superblock write operation.

Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com>
2023-09-19 09:57:48 +02:00
..
bdev_raid_rpc.c module/raid: assemble raid bdev from superblock 2023-05-09 17:58:11 +08:00
bdev_raid_sb.c module/raid: assemble raid bdev from superblock 2023-05-09 17:58:11 +08:00
bdev_raid_sb.h module/raid: preliminary work for add base bdev 2023-09-19 09:57:48 +02:00
bdev_raid.c module/raid: add cb_arg to write superblock 2023-09-19 09:57:48 +02:00
bdev_raid.h module/raid: allow assembly of a degraded raid 2023-05-09 17:58:11 +08:00
concat.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
Makefile module/raid: write initial superblock 2023-05-09 17:58:11 +08:00
raid0.c module/raid: data offset and data size implementation 2023-05-09 17:58:11 +08:00
raid1.c raid1: allow creation with a single base bdev 2023-05-09 17:58:11 +08:00
raid5f.c module/raid: allow assembly of a degraded raid 2023-05-09 17:58:11 +08:00