summaryrefslogtreecommitdiff
path: root/cmds-send.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-121-1/+1
* btrfs-progs: cmd send: switch to common error message wrapperDavid Sterba2016-01-121-73/+44
* btrfs-progs: add newline to some error messagesTsutomu Itoh2015-08-311-2/+2
* btrfs-progs: fix memory leaks in error pathByongho Lee2015-08-311-1/+6
* btrfs-progs: compilation errors when using musl libcBrendan Heading2015-08-311-0/+1
* btrfs-progs: send: use static buffer for output file nameDavid Sterba2015-06-151-3/+10
* btrfs-progs: send: add option to for the no-data modeDavid Sterba2015-06-121-5/+26
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-1/+0
* btrfs-progs: check allocation result in add_clone_sourceDavid Sterba2014-12-191-4/+21
* btrfs-progs: fix compiler warningChristian Hesse2014-11-071-1/+1
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-221-0/+14
* btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo2014-08-221-2/+3
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-221-1/+1
* btrfs-progs: Remove unneeded assert in find_good_parent().Qu Wenruo2014-08-221-1/+4
* Btrfs-progs: remove unsed pthread attribute objectsRakesh Pandit2014-04-221-6/+1
* btrfs-progs: use usage() to replace the warning msg on no-arg usageGui Hecheng2014-03-211-5/+2
* btrfs-progs: move find_mount_root to utils.[ch]Qu Wenruo2014-03-211-48/+1
* btrfs-progs: update send help strings and manpageDavid Sterba2014-01-311-3/+3
* btrfs-progs: send: check if parent or clone sources are read-onlyDavid Sterba2014-01-311-0/+24
* Btrfs-progs: avoid using btrfs internal subvolume path to sendWang Shilong2014-01-311-28/+6
* btrfs-progs: use mntent functions in find_mount_rootDavid Sterba2014-01-311-2/+2
* btrfs-progs: use /proc/self/mountsAnand Jain2014-01-311-1/+1
* btrfs-progs: fix test for return of realpath in find_mount_root()Eric Sandeen2013-11-071-1/+1
* Btrfs-progs: check return value of realpath(3)Eryu Guan2013-10-161-2/+6
* btrfs-progs: check fopen failure in cmds-sendZach Brown2013-10-161-0/+3
* Btrfs-progs: fix magic return value in cmds-send.cWang Shilong2013-10-161-1/+1
* btrfs-progs: drop weird indirections & dead code from send/receiveEric Sandeen2013-09-031-11/+1
* btrfs-progs: Update the usage strings of some cmdsQu Wenruo2013-08-091-2/+2
* Btrfs-progs: use UUID tree for send/receiveStefan Behrens2013-08-091-9/+44
* Btrfs-progs: add send option for using new end-cmd semanticStefan Behrens2013-08-091-4/+31
* Btrfs-progs: btrfs-send: free used memory and close fdsStefan Behrens2013-04-231-7/+23
* btrfs-progs: Fix the receive code pathingAlex Lyakas2013-04-231-0/+7
* Btrfs-progs: cleanup subvol_uuid_search memory in btrfs send/receiveStefan Behrens2013-04-231-0/+2
* Btrfs-progs: close file descriptor in cmds-send.cStefan Behrens2013-04-231-0/+1
* Btrfs-progs: Use /proc/mounts instead of /etc/mtabStefan Behrens2013-04-091-1/+1
* btrfs-progs: initialize pipefd[] for error pathEric Sandeen2013-02-051-3/+3
* Btrfs-progs: make get_subvol_name non cmds-send specificAnand Jain2013-02-011-6/+6
* Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang2013-02-011-9/+2
* Btrfs-prog/send: fix wrong dump_fd check in cmd_send_start()Chen Yang2013-01-311-5/+7
* Btrfs-prog/send: fix wrong best-parent assignment in, find_good_parent()Chen Yang2013-01-251-1/+1
* Btrfs-progs: correcting misnamed parameter options for btrfs sendJan Schmidt2013-01-211-32/+42
* btrfs-progs: initialize data before send ioctlArvin Schnell2013-01-211-0/+1
* btrfs-progs: Fix getopt on arm platformsLluis Batlle i Rossell2013-01-171-1/+1
* btrfs-progs: do not send stream into a terminalDavid Sterba2013-01-171-0/+5
* Btrfs-progs: Fix compiler warnings on PPC64Wade Cline2013-01-171-0/+2
* Btrfs-progs: fix several complie warningMiao Xie2012-10-041-0/+2
* Btrfs-progs: replace find_mount_root from send codeJan Schmidt2012-08-201-67/+21
* Allow relative paths for btrfs sendChris Mason2012-08-091-18/+41
* Btrfs-progs: add btrfs send/receive commandsAlexander Block2012-07-261-0/+677