summaryrefslogtreecommitdiff
path: root/btrfs-map-logical.c
Commit message (Expand)AuthorAge
* btrfs-progs: updated and add missing function attributes to the definitionDavid Sterba2017-09-25
* btrfs-progs: Refactor read_extent_data to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor block sizes users in btrfs-map-logical.cQu Wenruo2017-07-03
* btrfs-progs: move help defines to own headerDavid Sterba2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-03-08
* btrfs-progs: use standard allocation functions in non-kenrel codeDavid Sterba2016-10-03
* btrfs-progs: print help test to stdoutDavid Sterba2016-09-05
* Btrfs-progs: fix btrfs-map-logical to only print extent mapping infoLiu Bo2016-07-15
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: unify argc min/max checkingDavid Sterba2016-03-14
* btrfs-progs: unify naming of argc and argvDavid Sterba2016-03-14
* btrfs-progs: Add all missing btrfs_close_all_devices to standalone toolsZhao Lei2015-11-02
* btrfs-progs: fix memory leak in btrfs-map-logical main()Byongho Lee2015-08-31
* btrfs-progs: map-logical: Rework map-logical logicsQu Wenruo2015-06-17
* Btrfs-progs: map-logical: introduce write_extent_content functionQu Wenruo2015-06-17
* Btrfs-progs: map-logical: introduce print_mapping_info functionQu Wenruo2015-06-17
* btrfs-progs: map-logical: introduce map_one_extent functionQu Wenruo2015-06-17
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-08
* btrfs-progs: cleanup option index argument from getopt_longDavid Sterba2015-04-08
* btrfs-progs: autoconf: use standard PACKAGE_* macrosKarel Zak2015-01-28
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: make getopt tables static constDavid Sterba2015-01-19
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-19
* btrfs-progs: check read extent errors when mappingZach Brown2014-11-03
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-22
* Btrfs-progs: make smatch checker happy (trivial fixes)Rakesh Pandit2014-05-02
* Btrfs-progs: switch to arg_strtou64() part2Wang Shilong2014-03-21
* btrfs-progs: fix -Wmissing-noreturnChris West (Faux)2013-10-16
* btrfs-progs: use NULL instead of 0Zach Brown2013-09-03
* btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen2013-09-03
* btrfs-progs: Fix the return value of btrfs-map-logicalQu Wenruo2013-09-03
* Btrfs-progs: make btrfs-map-logical handle error gracefullyWang Shilong2013-08-09
* Add basic RAID[56] supportDavid Woodhouse2013-02-01
* Btrfs-progs, btrfs-map-logical: Fix typo in usageMiao Xie2012-07-03
* btrfs-map-logical: segfaults when no output file is givenArne Jansen2011-10-25
* btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard2011-10-25
* Fix unused-but-set errors in gcc-4.6Chris Ball2011-10-25
* Fix the help text for btrfs-map-logicalChris Mason2011-04-22
* Add btrfs-map-logical program to map and read logical block numbersChris Mason2009-11-12