btrfs-progs/common
David Sterba ede538f98d btrfs-progs: print null value for empty uuid in json
This is a potentially breaking change to json output. An all zeros uuid
was printed as "-" but we can utilize native json type null for that.
Note the va_copy must be used as va_arg advances the pointer.

{
	"nulluuid": null
}

Signed-off-by: David Sterba <dsterba@suse.com>
2023-08-28 17:24:23 +02:00
..
box.h btrfs-progs: add btrfs-find-root to btrfs.box 2023-07-26 15:00:48 +02:00
cpu-utils.c
cpu-utils.h
defs.h
device-scan.c btrfs-progs: factor out btrfs_scan_argv_devices 2023-07-26 15:00:48 +02:00
device-scan.h btrfs-progs: factor out btrfs_scan_argv_devices 2023-07-26 15:00:48 +02:00
device-utils.c btrfs-progs: split btrfs_direct_pio() functions into read and write 2023-05-26 18:02:31 +02:00
device-utils.h btrfs-progs: constify the buffer pointer for write functions 2023-05-26 18:02:31 +02:00
extent-cache.c
extent-cache.h
filesystem-utils.c
filesystem-utils.h
format-output.c btrfs-progs: print null value for empty uuid in json 2023-08-28 17:24:23 +02:00
format-output.h btrfs-progs: rename time-long format name to date-time 2023-08-28 17:24:23 +02:00
fsfeatures.c btrfs-progs: sync uapi/btrfs.h into btrfs-progs 2023-05-26 18:02:28 +02:00
fsfeatures.h
help.c btrfs-progs: help: indent option description newlines 2023-07-27 14:45:29 +02:00
help.h
inject-error.c btrfs-progs: add simple error injection framework 2023-07-27 14:45:29 +02:00
inject-error.h btrfs-progs: add simple error injection framework 2023-07-27 14:45:29 +02:00
internal.h btrfs-progs: sync async-thread.[ch] from the kernel 2023-05-26 18:02:29 +02:00
messages.c btrfs-progs: add musl compatibility for printf format %pV 2023-05-26 18:02:28 +02:00
messages.h btrfs-progs: add musl compatibility for printf format %pV 2023-05-26 18:02:28 +02:00
open-utils.c btrfs-progs: add noscan parameter to check_where_mounted 2023-07-26 15:00:48 +02:00
open-utils.h btrfs-progs: add noscan parameter to check_where_mounted 2023-07-26 15:00:48 +02:00
parse-utils.c
parse-utils.h
path-utils.c
path-utils.h
rbtree-utils.c
rbtree-utils.h
send-stream.c btrfs-progs: sync send.h from kernel 2023-05-26 18:02:32 +02:00
send-stream.h
send-utils.c btrfs-progs: sync uapi/btrfs.h into btrfs-progs 2023-05-26 18:02:28 +02:00
send-utils.h
string-table.c
string-table.h
string-utils.c
string-utils.h
task-utils.c
task-utils.h
units.c
units.h
utils.c btrfs-progs: add noscan parameter to check_where_mounted 2023-07-26 15:00:48 +02:00
utils.h btrfs-progs: sync uapi/btrfs.h into btrfs-progs 2023-05-26 18:02:28 +02:00