btrfs-progs/image
David Sterba 3e91948c01 btrfs-progs: use unaligned LE access almost everywhere
Use unaligned access helper for code that potentially or actually
accesses data that come from on-disk structures. This is for image or
chunk restore. This may pessimize some cases but is in general safer on
strict alignment architectures and has no effect on other architectures.

Related issue #770.

Signed-off-by: David Sterba <dsterba@suse.com>
2024-05-30 18:57:10 +02:00
..
common.c btrfs-progs: use unaligned LE access almost everywhere 2024-05-30 18:57:10 +02:00
common.h btrfs-progs: clean up includes, using include-what-you-use 2023-10-03 01:11:57 +02:00
image-create.c btrfs-progs: use unaligned LE access almost everywhere 2024-05-30 18:57:10 +02:00
image-restore.c btrfs-progs: use unaligned LE access almost everywhere 2024-05-30 18:57:10 +02:00
main.c btrfs-progs: clean up includes, using include-what-you-use 2023-10-03 01:11:57 +02:00
Makefile btrfs-progs: build: add stub makefile to image and mkfs 2019-07-04 15:36:01 +02:00
metadump.h btrfs-progs: image: factor out the restore part from main.c 2023-08-28 17:24:25 +02:00
sanitize.c btrfs-progs: clean up includes, using include-what-you-use 2023-10-03 01:11:57 +02:00
sanitize.h btrfs-progs: image: update include lists 2022-10-11 09:06:12 +02:00