btrfs-progs: tests: remove trivial use of local variables
[platform/upstream/btrfs-progs.git] / send-utils.c
2018-01-31 Rosen Penevbtrfs-progs: treewide: Replace strerror(errno) with %m.
2016-12-14 David Sterbabtrfs-progs: handle failed strdup in subvol_uuid_search2
2016-12-14 David Sterbabtrfs-progs: fixup API after change in subvol_uuid_search
2016-12-14 Prasanth K S Rbtrfs-progs: subvol_uuid_search: return error code...
2016-12-14 Prasanth K S Rbtrfs-progs: subvol_uuid_search: return error encoded...
2016-12-14 Prasanth K S Rbtrfs-progs: subvol_uuid_search: return error on memory...
2016-06-01 Nicholas D Steevesbtrfs-progs: typo review of strings and comments
2016-05-11 David Sterbabtrfs-progs: use ioctl search headers everywhere
2016-01-12 David Sterbabtrfs-progs: check for negative return value from ioctl
2016-01-12 David Sterbabtrfs-progs: remove unnecessary errno temp variables
2015-06-30 David Sterbabtrfs-progs: drop argument from attribute deprecated
2015-06-16 David Sterbabtrfs-progs: send utils: deprecate path_cat and path_cat3
2015-06-15 David Sterbabtrfs-progs: and new path_cat helpers to send utils
2015-06-12 David Sterbabtrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAX
2014-11-25 David Sterbabtrfs-progs: fix spacing in error messages
2014-03-21 Qu Wenruobtrfs-progs: Init root_item to avoid gcc 4.8.2 warning
2014-03-21 David Sterbabtrfs-progs: enclose uuid tree compat code with ifdefs
2014-01-31 Wang ShilongBtrfs-progs: make send/receive compatible with older...
2013-08-09 Stefan BehrensBtrfs-progs: use UUID tree for send/receive
2013-04-23 Stefan BehrensBtrfs-progs: add function to map subvol ID to path
2013-04-23 Stefan BehrensBtrfs-progs: don't allocate one byte too much each...
2013-04-23 Stefan BehrensBtrfs-progs: add a function to free subvol_uuid_search...
2013-04-23 Stefan BehrensBtrfs-progs: ignore subvols above BTRFS_LAST_FREE_OBJECTID
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-01-21 Jan SchmidtBtrfs-progs: bugfix for subvolume parent determination...
2012-10-04 Miao XieBtrfs-progs: restructure list_subvolumes
2012-10-04 Zhou BoBtrfs-progs: move the function declarations to a new...
2012-10-04 Miao XieBtrfs-progs: fix several complie warning
2012-08-09 Chris MasonAllow relative paths for btrfs send
2012-07-26 Alexander BlockBtrfs-progs: add btrfs send/receive commands