summaryrefslogtreecommitdiff
path: root/cmds-receive.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-22btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive docu...Satoru Takeuchi1-2/+2
2014-08-22btrfs-progs: Check fstype in find_mount_root()Qu Wenruo1-0/+7
2014-08-22btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo1-2/+3
2014-08-22Btrfs-progs: receive, allow to continue after errors happenFilipe David Borba Manana1-5/+19
2014-05-02Btrfs-progs: receive: remove return type of close_inode_for_writeRakesh Pandit1-10/+3
2014-03-21btrfs-progs: use usage() to replace the warning msg on no-arg usageGui Hecheng1-4/+2
2014-03-21Btrfs-progs: receive: don't output normal message into stderrWang Shilong1-1/+1
2014-01-31Btrfs-progs: receive: fix the case that we can not find the subvolumeWang Shilong1-2/+9
2014-01-31btrfs-progs: convert remaining uuid buffer declarations to BTRFS_UUID_UNPARSE...David Sterba1-3/+3
2014-01-31Btrfs-progs: try harder to make btrfs receive successfullyWang Shilong1-0/+4
2013-10-16Btrfs-progs: fix magic return value in cmds-receive.cWang Shilong1-2/+2
2013-09-03btrfs-progs: mark static & remove unused from non-kernel codeEric Sandeen1-2/+2
2013-09-03btrfs-progs: drop weird indirections & dead code from send/receiveEric Sandeen1-18/+1
2013-08-09Btrfs-progs: use UUID tree for send/receiveStefan Behrens1-7/+16
2013-04-23btrfs-progs: Fix the receive code pathingAlex Lyakas1-10/+57
2013-04-23Btrfs-progs: allow to receive to relative directoriesStefan Behrens1-1/+1
2013-04-23Btrfs-progs: Fix that BTRFS_FSID_SIZE is used instead of BTRFS_UUID_SIZEStefan Behrens1-1/+1
2013-04-23Btrfs-progs: btrfs-receive optionally honors the end-cmdStefan Behrens1-3/+13
2013-04-23Btrfs-progs: small parent_subvol cleanup for cmds-receive.cStefan Behrens1-8/+6
2013-04-23Btrfs-progs: Set the root-id for received subvols in btrfs receiveStefan Behrens1-0/+4
2013-04-23Btrfs-progs: btrfs-receive: different levels (amount) of debug outputStefan Behrens1-16/+16
2013-04-23Btrfs-progs: free memory and close file descriptor in btrfs receiveStefan Behrens1-3/+24
2013-04-23Btrfs-progs: cleanup subvol_uuid_search memory in btrfs send/receiveStefan Behrens1-0/+1
2013-02-05btrfs-progs: fix overflows of ioctl name argsEric Sandeen1-2/+3
2013-02-05btrfs-progs: remove unused info_fdZach Brown1-3/+0
2013-02-01Btrfs-progs: Complete the help information of btrfs send/receiveChen Yang1-2/+2
2013-01-21Btrfs-progs: correct btrfs receive usage stringUlrik1-1/+1
2013-01-17btrfs-progs: Receive: preserve ownership for symlinks, by using 'lchown'Alex Lyakas1-1/+1
2013-01-17Btrfs-progs: Fix compiler warnings on PPC64Wade Cline1-0/+2
2012-07-26Btrfs-progs: add btrfs send/receive commandsAlexander Block1-0/+912