Btrfs-progs: remove unsed pthread attribute objects
[platform/upstream/btrfs-progs.git] / cmds-send.c
2014-04-22 Rakesh PanditBtrfs-progs: remove unsed pthread attribute objects
2014-03-21 Gui Hechengbtrfs-progs: use usage() to replace the warning msg...
2014-03-21 Qu Wenruobtrfs-progs: move find_mount_root to utils.[ch]
2014-01-31 David Sterbabtrfs-progs: update send help strings and manpage
2014-01-31 David Sterbabtrfs-progs: send: check if parent or clone sources...
2014-01-31 Wang ShilongBtrfs-progs: avoid using btrfs internal subvolume path...
2014-01-31 David Sterbabtrfs-progs: use mntent functions in find_mount_root
2014-01-31 Anand Jainbtrfs-progs: use /proc/self/mounts
2013-11-07 Eric Sandeenbtrfs-progs: fix test for return of realpath in find_mo...
2013-10-16 Eryu GuanBtrfs-progs: check return value of realpath(3)
2013-10-16 Zach Brownbtrfs-progs: check fopen failure in cmds-send
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-send.c
2013-09-03 Eric Sandeenbtrfs-progs: drop weird indirections & dead code from...
2013-08-09 Qu Wenruobtrfs-progs: Update the usage strings of some cmds
2013-08-09 Stefan BehrensBtrfs-progs: use UUID tree for send/receive
2013-08-09 Stefan BehrensBtrfs-progs: add send option for using new end-cmd...
2013-04-23 Stefan BehrensBtrfs-progs: btrfs-send: free used memory and close fds
2013-04-23 Alex Lyakasbtrfs-progs: Fix the receive code pathing
2013-04-23 Stefan BehrensBtrfs-progs: cleanup subvol_uuid_search memory in btrfs...
2013-04-23 Stefan BehrensBtrfs-progs: close file descriptor in cmds-send.c
2013-04-09 Stefan BehrensBtrfs-progs: Use /proc/mounts instead of /etc/mtab
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Eric Sandeenbtrfs-progs: initialize pipefd[] for error path
2013-02-01 Anand JainBtrfs-progs: make get_subvol_name non cmds-send specific
2013-02-01 Chen YangBtrfs-progs: Complete the help information of btrfs...
2013-01-31 Chen YangBtrfs-prog/send: fix wrong dump_fd check in cmd_send_st...
2013-01-25 Chen YangBtrfs-prog/send: fix wrong best-parent assignment in...
2013-01-21 Jan SchmidtBtrfs-progs: correcting misnamed parameter options...
2013-01-21 Arvin Schnellbtrfs-progs: initialize data before send ioctl
2013-01-17 Lluis Batlle i Rossellbtrfs-progs: Fix getopt on arm platforms
2013-01-17 David Sterbabtrfs-progs: do not send stream into a terminal
2013-01-17 Wade ClineBtrfs-progs: Fix compiler warnings on PPC64
2012-10-04 Miao XieBtrfs-progs: fix several complie warning
2012-08-20 Jan SchmidtBtrfs-progs: replace find_mount_root from send code
2012-08-09 Chris MasonAllow relative paths for btrfs send
2012-07-26 Alexander BlockBtrfs-progs: add btrfs send/receive commands