aboutsummaryrefslogtreecommitdiffstats
path: root/cmds-receive.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14btrfs-progs: receive: don't leak open find handleDavid Sterba1-0/+2
2016-01-12btrfs-progs: check for negative return value from ioctlDavid Sterba1-1/+1
2016-01-12btrfs-progs: cmd receive: switch to common error message wrapperDavid Sterba1-114/+78
2016-01-12btrfs: only free root_path if it was allocated from the heapNeil Horman1-1/+3
2015-11-06btrfs-progs: simplify empty stirngs checkDavid Sterba1-4/+4
2015-09-01btrfs-progs: use android compat headerDavid Sterba1-1/+2
2015-08-31btrfs-progs: compilation errors when using musl libcBrendan Heading1-0/+1
2015-06-16btrfs-progs: receive: use static buffer for cur_subvol pathDavid Sterba1-19/+33
2015-06-16btrfs-progs: send utils: switch callbacks to patch_cat3_outDavid Sterba1-7/+13
2015-06-16btrfs-progs: receive: use static buffer for write_pathDavid Sterba1-5/+2
2015-06-16btrfs-progs: receive: use static buffer for root_subvol_pathDavid Sterba1-15/+3
2015-06-16btrfs-progs: send utils: switch callbacks to new helpersDavid Sterba1-44/+162
2015-06-15btrfs-progs: receive: use static buffer for source fileDavid Sterba1-3/+10
2015-06-15btrfs-progs: receive: use static buffer for mount point option argumentDavid Sterba1-7/+8
2015-06-12btrfs-progs: receive: use static buffer for cur_subvolDavid Sterba1-31/+29
2015-06-12btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba1-2/+2
2015-06-12btrfs-progs: receive: implement the update_extent callbackDavid Sterba1-0/+15
2015-06-12btrfs-progs: make receive work inside of subvolumesJosef Bacik1-2/+88
2015-06-09btrfs-progs: receive: fix minor resource leakDavid Sterba1-3/+7
2015-06-02btrfs-progs: specify mountpoint for recieveJosef Bacik1-16/+31
2015-05-27btrfs-progs: receive: restore capabilities after chownDavid Sterba1-0/+51
2015-05-26btrfs-progs: use openat for process_clone in receiveEmil Karlson1-2/+2
2015-04-24btrfs-progs: receive: unconditionally print if doing chrootDavid Sterba1-4/+1
2015-04-24btrfs-progs: optionally enforce chroot for btrfs receiveLauri Võsandi1-9/+40
2015-04-08btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba1-1/+1
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-5/+0
2015-01-19btrfs-progs: cleanup, move getop long options close to their useDavid Sterba1-7/+11
2014-12-19btrfs-progs: Remove deprecated _BSD_SOURCE macro.Qu Wenruo1-1/+1
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