Age | Commit message (Expand) | Author | Files | Lines |
2024-09-17 | btrfs-progs: map-logical: fix search miss when extent is the first in a leaf | Filipe Manana | 1 | -0/+5 |
2023-10-03 | btrfs-progs: clean up includes, using include-what-you-use | David Sterba | 1 | -1/+3 |
2023-10-03 | btrfs-progs: move btrfs_record_file_extent and code into a new file | Josef Bacik | 1 | -0/+1 |
2023-08-28 | btrfs-progs: fix more typos found by codespell | David Sterba | 1 | -1/+1 |
2023-02-28 | btrfs-progs: map-logical: convert help text to option formatter | David Sterba | 1 | -12/+17 |
2022-10-11 | btrfs-progs: kernel-lib: remove radix-tree | David Sterba | 1 | -2/+0 |
2022-10-11 | btrfs-progs: map-logical: use message helpers for error messages | David Sterba | 1 | -10/+7 |
2022-10-11 | btrfs-progs: factor string helpers out of utils.c | David Sterba | 1 | -0/+1 |
2022-10-11 | btrfs-progs: update include list in standalone tools | David Sterba | 1 | -3/+6 |
2022-10-11 | btrfs-progs: reorder includes in standalone tools | David Sterba | 1 | -3/+3 |
2022-04-25 | btrfs-progs: use read_data_from_disk() to replace read_extent_from_disk() and... | Qu Wenruo | 1 | -2/+3 |
2021-11-30 | btrfs-progs: stop accessing ->extent_root directly | Josef Bacik | 1 | -4/+5 |
2021-10-08 | btrfs-progs: libbtrfs: drop radix-tree.h from exported headers | David Sterba | 1 | -0/+1 |
2021-06-19 | btrfs-progs: switch %Lu to %llu format | David Sterba | 1 | -1/+1 |
2020-08-31 | btrfs-progs: move volumes.c to kernel-shared/ | David Sterba | 1 | -1/+1 |
2020-08-31 | btrfs-progs: move transaction.c to kernel-shared/ | David Sterba | 1 | -1/+1 |
2020-08-31 | btrfs-progs: move ctree.c to kernel-shared/ | David Sterba | 1 | -1/+1 |
2020-08-31 | btrfs-progs: move disk-io.c to kernel-shared/ | David Sterba | 1 | -1/+1 |
2020-08-31 | btrfs-progs: move print-tree.c to kernel-shared/ | David Sterba | 1 | -1/+1 |
2019-07-03 | btrfs-progs: build: drop kernel-lib from -I and update paths | David Sterba | 1 | -1/+1 |
2019-07-03 | btrfs-progs: move utils.[ch] to common/ | David Sterba | 1 | -1/+1 |
2019-07-03 | btrfs-progs: move help.[ch] to common/ | David Sterba | 1 | -1/+1 |
2019-03-05 | btrfs-progs: help: don't print usage on wrong argument counts | David Sterba | 1 | -1/+1 |
2018-10-31 | btrfs-progs: convert strerror to implicit %m | David Sterba | 1 | -11/+14 |
2018-08-06 | btrfs-progs: map-logical: Use btrfs_next_extent_item | james harvey | 1 | -1/+2 |
2018-06-07 | btrfs-progs: map-logical: fix spelling of a variable | James Harvey | 1 | -4/+4 |
2017-09-25 | btrfs-progs: updated and add missing function attributes to the definition | David Sterba | 1 | -1/+1 |
2017-07-12 | btrfs-progs: Refactor read_extent_data to use btrfs_fs_info | Qu Wenruo | 1 | -1/+1 |
2017-07-12 | btrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_info | Qu Wenruo | 1 | -1/+1 |
2017-07-12 | btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_info | Qu Wenruo | 1 | -3/+2 |
2017-07-03 | btrfs-progs: Refactor block sizes users in btrfs-map-logical.c | Qu Wenruo | 1 | -2/+2 |
2017-03-08 | btrfs-progs: move help defines to own header | David Sterba | 1 | -0/+1 |
2017-03-08 | btrfs-progs: Introduce kernel sizes to cleanup large intermediate number | Qu Wenruo | 1 | -1/+1 |
2016-10-03 | btrfs-progs: use standard allocation functions in non-kenrel code | David Sterba | 1 | -1/+1 |
2016-09-05 | btrfs-progs: print help test to stdout | David Sterba | 1 | -5/+5 |
2016-07-15 | Btrfs-progs: fix btrfs-map-logical to only print extent mapping info | Liu Bo | 1 | -0/+5 |
2016-05-02 | btrfs-progs: replace leafsize with nodesize | David Sterba | 1 | -1/+1 |
2016-03-14 | btrfs-progs: unify argc min/max checking | David Sterba | 1 | -2/+1 |
2016-03-14 | btrfs-progs: unify naming of argc and argv | David Sterba | 1 | -6/+6 |
2015-11-02 | btrfs-progs: Add all missing btrfs_close_all_devices to standalone tools | Zhao Lei | 1 | -0/+1 |
2015-08-31 | btrfs-progs: fix memory leak in btrfs-map-logical main() | Byongho Lee | 1 | -0/+2 |
2015-06-17 | btrfs-progs: map-logical: Rework map-logical logics | Qu Wenruo | 1 | -81/+67 |
2015-06-17 | Btrfs-progs: map-logical: introduce write_extent_content function | Qu Wenruo | 1 | -0/+34 |
2015-06-17 | Btrfs-progs: map-logical: introduce print_mapping_info function | Qu Wenruo | 1 | -0/+63 |
2015-06-17 | btrfs-progs: map-logical: introduce map_one_extent function | Qu Wenruo | 1 | -0/+58 |
2015-04-08 | btrfs-progs: getopt, use symbolic name for argument requirements | David Sterba | 1 | -4/+4 |
2015-04-08 | btrfs-progs: cleanup option index argument from getopt_long | David Sterba | 1 | -3/+1 |
2015-01-28 | btrfs-progs: autoconf: use standard PACKAGE_* macros | Karel Zak | 1 | -1/+0 |
2015-01-27 | btrfs-progs: drop feature defines from C files, in favour of CFLAGS defines | Dimitri John Ledkov | 1 | -2/+0 |
2015-01-19 | btrfs-progs: make getopt tables static const | David Sterba | 1 | -1/+1 |
2015-01-19 | btrfs-progs: cleanup, move getop long options close to their use | David Sterba | 1 | -10/+10 |
2014-11-03 | btrfs-progs: check read extent errors when mapping | Zach Brown | 1 | -1/+11 |
2014-08-22 | btrfs-progs: use check_argc_* to check arg number for all tools | Gui Hecheng | 1 | -1/+2 |
2014-05-02 | Btrfs-progs: make smatch checker happy (trivial fixes) | Rakesh Pandit | 1 | -2/+0 |
2014-03-21 | Btrfs-progs: switch to arg_strtou64() part2 | Wang Shilong | 1 | -20/+6 |
2013-10-16 | btrfs-progs: fix -Wmissing-noreturn | Chris West (Faux) | 1 | -0/+1 |
2013-09-03 | btrfs-progs: use NULL instead of 0 | Zach Brown | 1 | -1/+1 |
2013-09-03 | btrfs-progs: mark static & remove unused from non-kernel code | Eric Sandeen | 1 | -2/+2 |
2013-09-03 | btrfs-progs: Fix the return value of btrfs-map-logical | Qu Wenruo | 1 | -5/+6 |
2013-08-09 | Btrfs-progs: make btrfs-map-logical handle error gracefully | Wang Shilong | 1 | -1/+8 |
2013-02-01 | Add basic RAID[56] support | David Woodhouse | 1 | -2/+3 |
2012-07-03 | Btrfs-progs, btrfs-map-logical: Fix typo in usage | Miao Xie | 1 | -2/+2 |
2011-10-25 | btrfs-map-logical: segfaults when no output file is given | Arne Jansen | 1 | -0/+1 |
2011-10-25 | btrfs-progs: cast u64 to long long to avoid printf warnings | Anton Blanchard | 1 | -2/+2 |
2011-10-25 | Fix unused-but-set errors in gcc-4.6 | Chris Ball | 1 | -2/+0 |
2011-04-22 | Fix the help text for btrfs-map-logical | Chris Mason | 1 | -1/+1 |
2009-11-12 | Add btrfs-map-logical program to map and read logical block numbers | Chris Mason | 1 | -0/+221 |