summaryrefslogtreecommitdiff
path: root/cmds-receive.c
Commit message (Expand)AuthorAge
* btrfs-progs: convert strerror to implicit %mDavid Sterba2018-10-31
* btrfs-progs: Fix wrong optind re-initialization to allow mixed option and non...Qu Wenruo2018-08-06
* btrfs-progs: treewide: Replace strerror(errno) with %m.Rosen Penev2018-01-31
* btrfs-progs: recieve: add missing short option E to getoptMisono, Tomohiro2017-08-24
* btrfs-progs: receiv: fail on first -ENODATA onlyChristian Brauner2017-05-15
* btrfs-progs: fix btrfs send & receive with -e flagChristian Brauner2017-04-07
* btrfs-progs: receive: handle root subvol path in cloneBenedikt Morbach2017-03-16
* btrfs-progs: receive: better error reporting for snapshotsBenedikt Morbach2017-03-16
* btrfs-progs: move help defines to own headerDavid Sterba2017-03-08
* btrfs-progs: Fix NULL pointer when receive clone operationQu Wenruo2016-12-21
* btrfs-progs: subvol_uuid_search: return error encoded pointerPrasanth K S R2016-12-14
* btrfs-progs: docs: update receive help and manual pageDavid Sterba2016-12-14
* btrfs-progs: receive: introduce option to dump send streamQu Wenruo2016-12-14
* btrfs-progs: receive: rename receive context variableDavid Sterba2016-12-14
* btrfs-progs: remove extra newline from messagesDavid Sterba2016-12-14
* btrfs-progs: receive: properly detect end of stream conditionsDavid Sterba2016-11-30
* btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootidDavid Sterba2016-11-09
* btrfs-progs: receive: improved error handling in process_snapshotDavid Sterba2016-09-21
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: receive: don't leak open find handleDavid Sterba2016-01-14
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-12
* btrfs-progs: cmd receive: switch to common error message wrapperDavid Sterba2016-01-12
* btrfs: only free root_path if it was allocated from the heapNeil Horman2016-01-12
* btrfs-progs: simplify empty stirngs checkDavid Sterba2015-11-06
* btrfs-progs: use android compat headerDavid Sterba2015-09-01
* btrfs-progs: compilation errors when using musl libcBrendan Heading2015-08-31
* btrfs-progs: receive: use static buffer for cur_subvol pathDavid Sterba2015-06-16
* btrfs-progs: send utils: switch callbacks to patch_cat3_outDavid Sterba2015-06-16
* btrfs-progs: receive: use static buffer for write_pathDavid Sterba2015-06-16
* btrfs-progs: receive: use static buffer for root_subvol_pathDavid Sterba2015-06-16
* btrfs-progs: send utils: switch callbacks to new helpersDavid Sterba2015-06-16
* btrfs-progs: receive: use static buffer for source fileDavid Sterba2015-06-15
* btrfs-progs: receive: use static buffer for mount point option argumentDavid Sterba2015-06-15
* btrfs-progs: receive: use static buffer for cur_subvolDavid Sterba2015-06-12
* btrfs-progs: use PATH_MAX instead of BTRFS_PATH_NAME_MAXDavid Sterba2015-06-12
* btrfs-progs: receive: implement the update_extent callbackDavid Sterba2015-06-12
* btrfs-progs: make receive work inside of subvolumesJosef Bacik2015-06-12
* btrfs-progs: receive: fix minor resource leakDavid Sterba2015-06-09
* btrfs-progs: specify mountpoint for recieveJosef Bacik2015-06-02
* btrfs-progs: receive: restore capabilities after chownDavid Sterba2015-05-27
* btrfs-progs: use openat for process_clone in receiveEmil Karlson2015-05-26
* btrfs-progs: receive: unconditionally print if doing chrootDavid Sterba2015-04-24
* btrfs-progs: optionally enforce chroot for btrfs receiveLauri Võsandi2015-04-24
* btrfs-progs: getopt, use symbolic name for argument requirementsDavid Sterba2015-04-08
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: cleanup, move getop long options close to their useDavid Sterba2015-01-19
* btrfs-progs: Remove deprecated _BSD_SOURCE macro.Qu Wenruo2014-12-19
* btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive docu...Satoru Takeuchi2014-08-22
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-22
* btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo2014-08-22