aboutsummaryrefslogtreecommitdiffstats
path: root/btrfs-show-super.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: remove unnecessary errno temp variablesDavid Sterba1-4/+2
2016-01-12btrfs-progs: make private symbols to staticByongho Lee1-2/+2
2016-01-04btrfs-progs: show-super: copy implementation of btrfs_read_sys_arrayDavid Sterba1-15/+54
2015-11-02btrfs-progs: show-super: Add option to print superblock at given bytenrQu Wenruo1-1/+6
2015-05-14btrfs-progs: show-super: print human readable text for super flagsQu Wenruo1-0/+29
2015-05-14btrfs-progs: Use unified function to implement print_readable_*_flag functionQu Wenruo1-4/+13
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-2/+1
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2014-10-16btrfs-progs: fix show super unknown flag outputZach Brown1-1/+1
2014-10-01btrfs-progs: Add human readable incompat flags output for btrfs-show-superQu Wenruo1-0/+53
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng1-1/+2
2014-08-22btrfs-show-super: don't try to print not-superblocksEric Sandeen1-7/+19
2014-08-22btrfs-progs: add sys_chunk_array and backup roots info to show-superGui Hecheng1-13/+129
2014-03-21Btrfs-progs: switch to arg_strtou64() part3Wang Shilong1-5/+5
2014-01-31btrfs-progs: define BTRFS_UUID_UNPARSE_SIZE for uuid unparse buf sizeAnand Jain1-1/+1
2013-09-03btrfs-progs: remove variable length stack arraysZach Brown1-1/+1
2013-08-09btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-1/+1
2013-08-09Btrfs-progs: add uuid_tree_gen field to btrfs-show-superStefan Behrens1-0/+2
2013-02-27btrfs-progs: don't call close on error fdEric Sandeen1-1/+0
2013-02-05btrfs-progs: treat super.magic as an le64Zach Brown1-1/+1
2013-01-23btrfs-progs: Add btrfs-show-superStefan Behrens1-0/+282