aboutsummaryrefslogtreecommitdiffstats
path: root/btrfs-map-logical.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03btrfs-progs: clean up includes, using include-what-you-useDavid Sterba1-1/+3
2023-10-03btrfs-progs: move btrfs_record_file_extent and code into a new fileJosef Bacik1-0/+1
2023-08-28btrfs-progs: fix more typos found by codespellDavid Sterba1-1/+1
2023-02-28btrfs-progs: map-logical: convert help text to option formatterDavid Sterba1-12/+17
2022-10-11btrfs-progs: kernel-lib: remove radix-treeDavid Sterba1-2/+0
2022-10-11btrfs-progs: map-logical: use message helpers for error messagesDavid Sterba1-10/+7
2022-10-11btrfs-progs: factor string helpers out of utils.cDavid Sterba1-0/+1
2022-10-11btrfs-progs: update include list in standalone toolsDavid Sterba1-3/+6
2022-10-11btrfs-progs: reorder includes in standalone toolsDavid Sterba1-3/+3
2022-04-25btrfs-progs: use read_data_from_disk() to replace read_extent_from_disk() and...Qu Wenruo1-2/+3
2021-11-30btrfs-progs: stop accessing ->extent_root directlyJosef Bacik1-4/+5
2021-10-08btrfs-progs: libbtrfs: drop radix-tree.h from exported headersDavid Sterba1-0/+1
2021-06-19btrfs-progs: switch %Lu to %llu formatDavid Sterba1-1/+1
2020-08-31btrfs-progs: move volumes.c to kernel-shared/David Sterba1-1/+1
2020-08-31btrfs-progs: move transaction.c to kernel-shared/David Sterba1-1/+1
2020-08-31btrfs-progs: move ctree.c to kernel-shared/David Sterba1-1/+1
2020-08-31btrfs-progs: move disk-io.c to kernel-shared/David Sterba1-1/+1
2020-08-31btrfs-progs: move print-tree.c to kernel-shared/David Sterba1-1/+1
2019-07-03btrfs-progs: build: drop kernel-lib from -I and update pathsDavid Sterba1-1/+1
2019-07-03btrfs-progs: move utils.[ch] to common/David Sterba1-1/+1
2019-07-03btrfs-progs: move help.[ch] to common/David Sterba1-1/+1
2019-03-05btrfs-progs: help: don't print usage on wrong argument countsDavid Sterba1-1/+1
2018-10-31btrfs-progs: convert strerror to implicit %mDavid Sterba1-11/+14
2018-08-06btrfs-progs: map-logical: Use btrfs_next_extent_itemjames harvey1-1/+2
2018-06-07btrfs-progs: map-logical: fix spelling of a variableJames Harvey1-4/+4
2017-09-25btrfs-progs: updated and add missing function attributes to the definitionDavid Sterba1-1/+1
2017-07-12btrfs-progs: Refactor read_extent_data to use btrfs_fs_infoQu Wenruo1-1/+1
2017-07-12btrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_infoQu Wenruo1-1/+1
2017-07-12btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_infoQu Wenruo1-3/+2
2017-07-03btrfs-progs: Refactor block sizes users in btrfs-map-logical.cQu Wenruo1-2/+2
2017-03-08btrfs-progs: move help defines to own headerDavid Sterba1-0/+1
2017-03-08btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo1-1/+1
2016-10-03btrfs-progs: use standard allocation functions in non-kenrel codeDavid Sterba1-1/+1
2016-09-05btrfs-progs: print help test to stdoutDavid Sterba1-5/+5
2016-07-15Btrfs-progs: fix btrfs-map-logical to only print extent mapping infoLiu Bo1-0/+5
2016-05-02btrfs-progs: replace leafsize with nodesizeDavid Sterba1-1/+1
2016-03-14btrfs-progs: unify argc min/max checkingDavid Sterba1-2/+1
2016-03-14btrfs-progs: unify naming of argc and argvDavid Sterba1-6/+6
2015-11-02btrfs-progs: Add all missing btrfs_close_all_devices to standalone toolsZhao Lei1-0/+1
2015-08-31btrfs-progs: fix memory leak in btrfs-map-logical main()Byongho Lee1-0/+2
2015-06-17btrfs-progs: map-logical: Rework map-logical logicsQu Wenruo1-81/+67
2015-06-17Btrfs-progs: map-logical: introduce write_extent_content functionQu Wenruo1-0/+34
2015-06-17Btrfs-progs: map-logical: introduce print_mapping_info functionQu Wenruo1-0/+63
2015-06-17btrfs-progs: map-logical: introduce map_one_extent functionQu Wenruo1-0/+58
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-4/+4
2015-04-08btrfs-progs: cleanup option index argument from getopt_longDavid Sterba1-3/+1
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