summaryrefslogtreecommitdiffstats
path: root/btrfs-map-logical.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-28btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak1-1/+0
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2015-01-19btrfs-progs: make getopt tables static constDavid Sterba1-1/+1
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba1-10/+10
2014-11-03btrfs-progs: check read extent errors when mappingZach Brown1-1/+11
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng1-1/+2
2014-05-02Btrfs-progs: make smatch checker happy (trivial fixes)Rakesh Pandit1-2/+0
2014-03-21Btrfs-progs: switch to arg_strtou64() part2Wang Shilong1-20/+6
2013-10-16btrfs-progs: fix -Wmissing-noreturnChris West (Faux)1-0/+1
2013-09-03btrfs-progs: use NULL instead of 0Zach Brown1-1/+1
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-2/+2
2013-09-03btrfs-progs: Fix the return value of btrfs-map-logicalQu Wenruo1-5/+6
2013-08-09Btrfs-progs: make btrfs-map-logical handle error gracefullyWang Shilong1-1/+8
2013-02-01Add basic RAID[56] supportDavid Woodhouse1-2/+3
2012-07-03Btrfs-progs, btrfs-map-logical: Fix typo in usageMiao Xie1-2/+2
2011-10-25btrfs-map-logical: segfaults when no output file is givenArne Jansen1-0/+1
2011-10-25btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard1-2/+2
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball1-2/+0
2011-04-22Fix the help text for btrfs-map-logicalChris Mason1-1/+1
2009-11-12Add btrfs-map-logical program to map and read logical block numbersChris Mason1-0/+221