packaging: Enable LTO and set visibility to hidden
[platform/upstream/btrfs-progs.git] / btrfs-map-logical.c
2017-09-25 David Sterbabtrfs-progs: updated and add missing function attribute...
2017-07-12 Qu Wenruobtrfs-progs: Refactor read_extent_data to use btrfs_fs_info
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_info
2017-07-12 Qu Wenruobtrfs-progs: Refactor btrfs_map_block and its variants...
2017-07-03 Qu Wenruobtrfs-progs: Refactor block sizes users in btrfs-map...
2017-03-08 David Sterbabtrfs-progs: move help defines to own header
2017-03-08 Qu Wenruobtrfs-progs: Introduce kernel sizes to cleanup large...
2016-10-03 David Sterbabtrfs-progs: use standard allocation functions in non...
2016-09-05 David Sterbabtrfs-progs: print help test to stdout
2016-07-15 Liu BoBtrfs-progs: fix btrfs-map-logical to only print extent...
2016-05-02 David Sterbabtrfs-progs: replace leafsize with nodesize
2016-03-14 David Sterbabtrfs-progs: unify argc min/max checking
2016-03-14 David Sterbabtrfs-progs: unify naming of argc and argv
2015-11-02 Zhao Leibtrfs-progs: Add all missing btrfs_close_all_devices...
2015-08-31 Byongho Leebtrfs-progs: fix memory leak in btrfs-map-logical main()
2015-06-17 Qu Wenruobtrfs-progs: map-logical: Rework map-logical logics
2015-06-17 Qu WenruoBtrfs-progs: map-logical: introduce write_extent_conten...
2015-06-17 Qu WenruoBtrfs-progs: map-logical: introduce print_mapping_info...
2015-06-17 Qu Wenruobtrfs-progs: map-logical: introduce map_one_extent...
2015-04-08 David Sterbabtrfs-progs: getopt, use symbolic name for argument...
2015-04-08 David Sterbabtrfs-progs: cleanup option index argument from getopt_long
2015-01-28 Karel Zakbtrfs-progs: autoconf: use standard PACKAGE_* macros
2015-01-27 Dimitri John Ledkovbtrfs-progs: drop feature defines from C files, in...
2015-01-19 David Sterbabtrfs-progs: make getopt tables static const
2015-01-19 David Sterbabtrfs-progs: cleanup, move getop long options close...
2014-11-03 Zach Brownbtrfs-progs: check read extent errors when mapping
2014-08-22 Gui Hechengbtrfs-progs: use check_argc_* to check arg number for...
2014-05-02 Rakesh PanditBtrfs-progs: make smatch checker happy (trivial fixes)
2014-03-21 Wang ShilongBtrfs-progs: switch to arg_strtou64() part2
2013-10-16 Chris West (Faux)btrfs-progs: fix -Wmissing-noreturn
2013-09-03 Zach Brownbtrfs-progs: use NULL instead of 0
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from non-kerne...
2013-09-03 Qu Wenruobtrfs-progs: Fix the return value of btrfs-map-logical
2013-08-09 Wang ShilongBtrfs-progs: make btrfs-map-logical handle error gracefully
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-01 David WoodhouseAdd basic RAID[56] support
2012-07-05 Chris MasonMerge branch 'for-chris' of git://github.com/idryomov...
2012-07-03 Miao XieBtrfs-progs, btrfs-map-logical: Fix typo in usage
2011-10-25 Arne Jansenbtrfs-map-logical: segfaults when no output file is...
2011-10-25 Anton Blanchardbtrfs-progs: cast u64 to long long to avoid printf...
2011-10-25 Chris BallFix unused-but-set errors in gcc-4.6
2011-04-22 Chris MasonFix the help text for btrfs-map-logical
2009-11-12 Chris MasonAdd btrfs-map-logical program to map and read logical...