summaryrefslogtreecommitdiffstats
path: root/send-utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-25btrfs-progs: fix spacing in error messagesDavid Sterba1-2/+2
2014-03-21btrfs-progs: Init root_item to avoid gcc 4.8.2 warningQu Wenruo1-1/+1
2014-03-21btrfs-progs: enclose uuid tree compat code with ifdefsDavid Sterba1-0/+28
2014-01-31Btrfs-progs: make send/receive compatible with older kernelsWang Shilong1-4/+348
2013-08-09Btrfs-progs: use UUID tree for send/receiveStefan Behrens1-285/+192
2013-04-23Btrfs-progs: add function to map subvol ID to pathStefan Behrens1-0/+99
2013-04-23Btrfs-progs: don't allocate one byte too much each timeStefan Behrens1-2/+2
2013-04-23Btrfs-progs: add a function to free subvol_uuid_search memoryStefan Behrens1-0/+23
2013-04-23Btrfs-progs: ignore subvols above BTRFS_LAST_FREE_OBJECTIDStefan Behrens1-1/+1
2013-01-21Btrfs-progs: bugfix for subvolume parent determination in btrfs sendJan Schmidt1-2/+2
2012-10-04Btrfs-progs: restructure list_subvolumesMiao Xie1-1/+2
2012-10-04Btrfs-progs: move the function declarations to a new head fileZhou Bo1-3/+1
2012-10-04Btrfs-progs: fix several complie warningMiao Xie1-0/+4
2012-08-09Allow relative paths for btrfs sendChris Mason1-1/+0
2012-07-26Btrfs-progs: add btrfs send/receive commandsAlexander Block1-0/+337