btrfs-progs: cleanup, move getop long options close to their use
[platform/upstream/btrfs-progs.git] / cmds-receive.c
2015-01-19 David Sterbabtrfs-progs: cleanup, move getop long options close...
2014-12-19 Qu Wenruobtrfs-progs: Remove deprecated _BSD_SOURCE macro.
2014-08-22 Satoru Takeuchibtrfs-progs: add missing descriptions of '--max-errors...
2014-08-22 Qu Wenruobtrfs-progs: Check fstype in find_mount_root()
2014-08-22 Qu Wenruobtrfs-progs: Remove fprintf() in find_mount_root().
2014-08-22 Filipe David Borba... Btrfs-progs: receive, allow to continue after errors...
2014-05-02 Rakesh PanditBtrfs-progs: receive: remove return type of close_inode...
2014-03-21 Gui Hechengbtrfs-progs: use usage() to replace the warning msg...
2014-03-21 Wang ShilongBtrfs-progs: receive: don't output normal message into...
2014-01-31 Wang ShilongBtrfs-progs: receive: fix the case that we can not...
2014-01-31 David Sterbabtrfs-progs: convert remaining uuid buffer declarations...
2014-01-31 Wang ShilongBtrfs-progs: try harder to make btrfs receive successfully
2013-10-16 Wang ShilongBtrfs-progs: fix magic return value in cmds-receive.c
2013-09-03 Eric Sandeenbtrfs-progs: mark static & remove unused from non-kerne...
2013-09-03 Eric Sandeenbtrfs-progs: drop weird indirections & dead code from...
2013-08-09 Stefan BehrensBtrfs-progs: use UUID tree for send/receive
2013-04-23 Alex Lyakasbtrfs-progs: Fix the receive code pathing
2013-04-23 Stefan BehrensBtrfs-progs: allow to receive to relative directories
2013-04-23 Stefan BehrensBtrfs-progs: Fix that BTRFS_FSID_SIZE is used instead...
2013-04-23 Stefan BehrensBtrfs-progs: btrfs-receive optionally honors the end-cmd
2013-04-23 Stefan BehrensBtrfs-progs: small parent_subvol cleanup for cmds-receive.c
2013-04-23 Stefan BehrensBtrfs-progs: Set the root-id for received subvols in...
2013-04-23 Stefan BehrensBtrfs-progs: btrfs-receive: different levels (amount...
2013-04-23 Stefan BehrensBtrfs-progs: free memory and close file descriptor...
2013-04-23 Stefan BehrensBtrfs-progs: cleanup subvol_uuid_search memory in btrfs...
2013-02-06 Chris MasonMerge branch 'cov-fixes-v1-integration-20130201' of...
2013-02-06 Chris MasonMerge branch 'for-chris' of git://repo.or.cz/btrfs...
2013-02-06 Eric Sandeenbtrfs-progs: fix overflows of ioctl name args
2013-02-06 Zach Brownbtrfs-progs: remove unused info_fd
2013-02-01 Chen YangBtrfs-progs: Complete the help information of btrfs...
2013-01-21 UlrikBtrfs-progs: correct btrfs receive usage string
2013-01-17 Alex Lyakasbtrfs-progs: Receive: preserve ownership for symlinks...
2013-01-17 Wade ClineBtrfs-progs: Fix compiler warnings on PPC64
2012-07-26 Alexander BlockBtrfs-progs: add btrfs send/receive commands