summaryrefslogtreecommitdiff
path: root/cmds-receive.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31btrfs-progs: treewide: Replace strerror(errno) with %m.Rosen Penev1-1/+1
2017-08-24btrfs-progs: recieve: add missing short option E to getoptMisono, Tomohiro1-1/+1
2017-05-15btrfs-progs: receiv: fail on first -ENODATA onlyChristian Brauner1-6/+14
2017-04-07btrfs-progs: fix btrfs send & receive with -e flagChristian Brauner1-8/+5
2017-03-16btrfs-progs: receive: handle root subvol path in cloneBenedikt Morbach1-1/+18
2017-03-16btrfs-progs: receive: better error reporting for snapshotsBenedikt Morbach1-3/+3
2017-03-08btrfs-progs: move help defines to own headerDavid Sterba1-0/+1
2016-12-21btrfs-progs: Fix NULL pointer when receive clone operationQu Wenruo1-5/+11
2016-12-14btrfs-progs: subvol_uuid_search: return error encoded pointerPrasanth K S R1-5/+5
2016-12-14btrfs-progs: docs: update receive help and manual pageDavid Sterba1-23/+19
2016-12-14btrfs-progs: receive: introduce option to dump send streamQu Wenruo1-4/+31
2016-12-14btrfs-progs: receive: rename receive context variableDavid Sterba1-171/+177
2016-12-14btrfs-progs: remove extra newline from messagesDavid Sterba1-4/+4
2016-11-30btrfs-progs: receive: properly detect end of stream conditionsDavid Sterba1-0/+9
2016-11-09btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootidDavid Sterba1-4/+1
2016-09-21btrfs-progs: receive: improved error handling in process_snapshotDavid Sterba1-4/+24
2016-06-01btrfs-progs: typo review of strings and commentsNicholas D Steeves1-1/+1
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