aboutsummaryrefslogtreecommitdiffstats
path: root/cmds-send.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: check for negative return value from ioctlDavid Sterba1-1/+1
2016-01-12btrfs-progs: cmd send: switch to common error message wrapperDavid Sterba1-73/+44
2015-08-31btrfs-progs: add newline to some error messagesTsutomu Itoh1-2/+2
2015-08-31btrfs-progs: fix memory leaks in error pathByongho Lee1-1/+6
2015-08-31btrfs-progs: compilation errors when using musl libcBrendan Heading1-0/+1
2015-06-15btrfs-progs: send: use static buffer for output file nameDavid Sterba1-3/+10
2015-06-12btrfs-progs: send: add option to for the no-data modeDavid Sterba1-5/+26
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-1/+0
2014-12-19btrfs-progs: check allocation result in add_clone_sourceDavid Sterba1-4/+21
2014-11-07btrfs-progs: fix compiler warningChristian Hesse1-1/+1
2014-08-22btrfs-progs: Check fstype in find_mount_root()Qu Wenruo1-0/+14
2014-08-22btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo1-2/+3
2014-08-22btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng1-1/+1
2014-08-22btrfs-progs: Remove unneeded assert in find_good_parent().Qu Wenruo1-1/+4
2014-04-22Btrfs-progs: remove unsed pthread attribute objectsRakesh Pandit1-6/+1
2014-03-21btrfs-progs: use usage() to replace the warning msg on no-arg usageGui Hecheng1-5/+2
2014-03-21btrfs-progs: move find_mount_root to utils.[ch]Qu Wenruo1-48/+1
2014-01-31btrfs-progs: update send help strings and manpageDavid Sterba1-3/+3
2014-01-31btrfs-progs: send: check if parent or clone sources are read-onlyDavid Sterba1-0/+24
2014-01-31Btrfs-progs: avoid using btrfs internal subvolume path to sendWang Shilong1-28/+6
2014-01-31btrfs-progs: use mntent functions in find_mount_rootDavid Sterba1-2/+2
2014-01-31btrfs-progs: use /proc/self/mountsAnand Jain1-1/+1
2013-11-07btrfs-progs: fix test for return of realpath in find_mount_root()Eric Sandeen1-1/+1
2013-10-16Btrfs-progs: check return value of realpath(3)Eryu Guan1-2/+6
2013-10-16btrfs-progs: check fopen failure in cmds-sendZach Brown1-0/+3
2013-10-16Btrfs-progs: fix magic return value in cmds-send.cWang Shilong1-1/+1
2013-09-03btrfs-progs: drop weird indirections & dead code from send/receiveEric Sandeen1-11/+1
2013-08-09btrfs-progs: Update the usage strings of some cmdsQu Wenruo1-2/+2
2013-08-09Btrfs-progs: use UUID tree for send/receiveStefan Behrens1-9/+44
2013-08-09Btrfs-progs: add send option for using new end-cmd semanticStefan Behrens1-4/+31
2013-04-23Btrfs-progs: btrfs-send: free used memory and close fdsStefan Behrens1-7/+23
2013-04-23btrfs-progs: Fix the receive code pathingAlex Lyakas1-0/+7
2013-04-23Btrfs-progs: cleanup subvol_uuid_search memory in btrfs send/receiveStefan Behrens1-0/+2
2013-04-23Btrfs-progs: close file descriptor in cmds-send.cStefan Behrens1-0/+1
2013-04-09Btrfs-progs: Use /proc/mounts instead of /etc/mtabStefan Behrens1-1/+1
2013-02-05btrfs-progs: initialize pipefd[] for error pathEric Sandeen1-3/+3
2013-02-01Btrfs-progs: make get_subvol_name non cmds-send specificAnand Jain1-6/+6
2013-02-01Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang1-9/+2
2013-01-31Btrfs-prog/send: fix wrong dump_fd check in cmd_send_start()Chen Yang1-5/+7
2013-01-25Btrfs-prog/send: fix wrong best-parent assignment in, find_good_parent()Chen Yang1-1/+1
2013-01-21Btrfs-progs: correcting misnamed parameter options for btrfs sendJan Schmidt1-32/+42
2013-01-21btrfs-progs: initialize data before send ioctlArvin Schnell1-0/+1
2013-01-17btrfs-progs: Fix getopt on arm platformsLluis Batlle i Rossell1-1/+1
2013-01-17btrfs-progs: do not send stream into a terminalDavid Sterba1-0/+5
2013-01-17Btrfs-progs: Fix compiler warnings on PPC64Wade Cline1-0/+2
2012-10-04Btrfs-progs: fix several complie warningMiao Xie1-0/+2
2012-08-20Btrfs-progs: replace find_mount_root from send codeJan Schmidt1-67/+21
2012-08-09Allow relative paths for btrfs sendChris Mason1-18/+41
2012-07-26Btrfs-progs: add btrfs send/receive commandsAlexander Block1-0/+677