summaryrefslogtreecommitdiff
path: root/cmds-send.c
Commit message (Expand)AuthorAge
* btrfs-progs: move help defines to own headerDavid Sterba2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-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: send: rename thread callback to read data from kernelDavid Sterba2016-12-14
* btrfs-progs: send: use splice syscall instead of read/write to transfer bufferDavid Sterba2016-12-14
* btrfs-progs: remove extra newline from messagesDavid Sterba2016-12-14
* btrfs-progs: send: fix failure of fstests btrfs/038Tsutomu Itoh2016-11-23
* btrfs-progs: send: check for output file existence before creatingDavid Sterba2016-11-11
* btrfs-progs: send: fix handling of -c optionTsutomu Itoh2016-11-11
* btrfs-progs: send: cleanup use of ctransid delta temporary variable in find_g...David Sterba2016-11-09
* btrfs-progs: send: cleanup, rename send context variablesDavid Sterba2016-11-09
* btrfs-progs: send: cleanup, rename some variables in dump_threadDavid Sterba2016-11-09
* btrfs-progs: send: clean types in write_bufDavid Sterba2016-11-09
* btrfs-progs: send: use proper type for read result, and rename the variableDavid Sterba2016-11-09
* btrfs-progs: send: increase size of transfer bufferDavid Sterba2016-11-09
* btrfs-progs: send: constify some arugmentsDavid Sterba2016-11-09
* btrfs-progs: send: fix handling of multiple snapshots (-p option)Tsutomu Itoh2016-11-09
* btrfs-progs: send: remove unnecessary codeTsutomu Itoh2016-10-25
* btrfs-progs: send: add quiet optionM G Berberich2016-06-01
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: make error message from add_clone_source more genericDavid Sterba2016-03-30
* btrfs-progs: send: fix handling of multiple snapshotsTsutomu Itoh2016-03-30
* btrfs-progs: rename get_subvol_name() to subvol_strip_mountpoint()Anand Jain2016-03-30
* btrfs-progs: move get_subvol_name() to utils.cAnand Jain2016-03-30
* btrfs-progs: describe btrfs-send requires read-only subvolumeSatoru Takeuchi2016-02-04
* btrfs-progs: check for negative return value from ioctlDavid Sterba2016-01-12
* btrfs-progs: cmd send: switch to common error message wrapperDavid Sterba2016-01-12
* btrfs-progs: add newline to some error messagesTsutomu Itoh2015-08-31
* btrfs-progs: fix memory leaks in error pathByongho Lee2015-08-31
* btrfs-progs: compilation errors when using musl libcBrendan Heading2015-08-31
* btrfs-progs: send: use static buffer for output file nameDavid Sterba2015-06-15
* btrfs-progs: send: add option to for the no-data modeDavid Sterba2015-06-12
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: check allocation result in add_clone_sourceDavid Sterba2014-12-19
* btrfs-progs: fix compiler warningChristian Hesse2014-11-07
* btrfs-progs: Check fstype in find_mount_root()Qu Wenruo2014-08-22
* btrfs-progs: Remove fprintf() in find_mount_root().Qu Wenruo2014-08-22
* btrfs-progs: use check_argc_* to check arg number for all toolsGui Hecheng2014-08-22
* btrfs-progs: Remove unneeded assert in find_good_parent().Qu Wenruo2014-08-22
* Btrfs-progs: remove unsed pthread attribute objectsRakesh Pandit2014-04-22
* btrfs-progs: use usage() to replace the warning msg on no-arg usageGui Hecheng2014-03-21
* btrfs-progs: move find_mount_root to utils.[ch]Qu Wenruo2014-03-21
* btrfs-progs: update send help strings and manpageDavid Sterba2014-01-31
* btrfs-progs: send: check if parent or clone sources are read-onlyDavid Sterba2014-01-31
* Btrfs-progs: avoid using btrfs internal subvolume path to sendWang Shilong2014-01-31
* btrfs-progs: use mntent functions in find_mount_rootDavid Sterba2014-01-31
* btrfs-progs: use /proc/self/mountsAnand Jain2014-01-31
* btrfs-progs: fix test for return of realpath in find_mount_root()Eric Sandeen2013-11-07
* Btrfs-progs: check return value of realpath(3)Eryu Guan2013-10-16