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