summaryrefslogtreecommitdiff
path: root/send-utils.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-121-2/+2
* btrfs-progs: remove unnecessary errno temp variablesDavid Sterba2016-01-121-3/+1
* btrfs-progs: drop argument from attribute deprecatedDavid Sterba2015-06-301-2/+2
* btrfs-progs: send utils: deprecate path_cat and path_cat3David Sterba2015-06-161-0/+2
* btrfs-progs: and new path_cat helpers to send utilsDavid Sterba2015-06-151-6/+36
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-121-2/+3
* btrfs-progs: fix spacing in error messagesDavid Sterba2014-11-251-2/+2
* btrfs-progs: Init root_item to avoid gcc 4.8.2 warningQu Wenruo2014-03-211-1/+1
* btrfs-progs: enclose uuid tree compat code with ifdefsDavid Sterba2014-03-211-0/+28
* Btrfs-progs: make send/receive compatible with older kernelsWang Shilong2014-01-311-4/+348
* Btrfs-progs: use UUID tree for send/receiveStefan Behrens2013-08-091-285/+192
* Btrfs-progs: add function to map subvol ID to pathStefan Behrens2013-04-231-0/+99
* Btrfs-progs: don't allocate one byte too much each timeStefan Behrens2013-04-231-2/+2
* Btrfs-progs: add a function to free subvol_uuid_search memoryStefan Behrens2013-04-231-0/+23
* Btrfs-progs: ignore subvols above BTRFS_LAST_FREE_OBJECTIDStefan Behrens2013-04-231-1/+1
* Btrfs-progs: bugfix for subvolume parent determination in btrfs sendJan Schmidt2013-01-211-2/+2
* Btrfs-progs: restructure list_subvolumesMiao Xie2012-10-041-1/+2
* Btrfs-progs: move the function declarations to a new head fileZhou Bo2012-10-041-3/+1
* Btrfs-progs: fix several complie warningMiao Xie2012-10-041-0/+4
* Allow relative paths for btrfs sendChris Mason2012-08-091-1/+0
* Btrfs-progs: add btrfs send/receive commandsAlexander Block2012-07-261-0/+337