summaryrefslogtreecommitdiff
path: root/btrfs-map-logical.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: Add all missing btrfs_close_all_devices to standalone toolsZhao Lei2015-11-021-0/+1
* btrfs-progs: fix memory leak in btrfs-map-logical main()Byongho Lee2015-08-311-0/+2
* btrfs-progs: map-logical: Rework map-logical logicsQu Wenruo2015-06-171-81/+67
* Btrfs-progs: map-logical: introduce write_extent_content functionQu Wenruo2015-06-171-0/+34
* Btrfs-progs: map-logical: introduce print_mapping_info functionQu Wenruo2015-06-171-0/+63
* btrfs-progs: map-logical: introduce map_one_extent functionQu Wenruo2015-06-171-0/+58
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-081-4/+4
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-081-3/+1
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-281-1/+0
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-2/+0
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-191-1/+1
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-191-10/+10
* btrfs-progs: check read extent errors when mappingZach Brown2014-11-031-1/+11
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-221-1/+2
* Btrfs-progs: make smatch checker happy (trivial fixes)Rakesh Pandit2014-05-021-2/+0
* Btrfs-progs: switch to arg_strtou64() part2Wang Shilong2014-03-211-20/+6
* btrfs-progs: fix -Wmissing-noreturnChris West (Faux)2013-10-161-0/+1
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-031-1/+1
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-031-2/+2
* btrfs-progs: Fix the return value of btrfs-map-logicalQu Wenruo2013-09-031-5/+6
* Btrfs-progs: make btrfs-map-logical handle error gracefullyWang Shilong2013-08-091-1/+8
* Add basic RAID[56] supportDavid Woodhouse2013-02-011-2/+3
* Btrfs-progs, btrfs-map-logical: Fix typo in usageMiao Xie2012-07-031-2/+2
* btrfs-map-logical: segfaults when no output file is givenArne Jansen2011-10-251-0/+1
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-251-2/+2
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-251-2/+0
* Fix the help text for btrfs-map-logicalChris Mason2011-04-221-1/+1
* Add btrfs-map-logical program to map and read logical block numbersChris Mason2009-11-121-0/+221