All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/3] btrfs-progs: fix clone from wrong subvolume
@ 2020-03-11  8:17 Omar Sandoval
  2020-03-11  8:17 ` [PATCH RESEND v2 1/3] btrfs-progs: receive: remove commented out transid checks Omar Sandoval
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Omar Sandoval @ 2020-03-11  8:17 UTC (permalink / raw)
  To: linux-btrfs; +Cc: kernel-team, Filipe Manana

From: Omar Sandoval <osandov@fb.com>

Hi,

This is a resend of [1] from last July fixing a bug when the same
subvolume is received multiple times. It appears that the series got
lost at some point.

The only changes from v2 are adding Filipe's reviewed-bys and removing
the strdup cleanup patch that was already merged. Based on the devel
branch.

Thanks!

1: https://lore.kernel.org/linux-btrfs/cover.1563822638.git.osandov@fb.com/

Omar Sandoval (3):
  btrfs-progs: receive: remove commented out transid checks
  btrfs-progs: receive: don't lookup clone root for received subvolume
  btrfs-progs: tests: add test for receiving clone from duplicate
    subvolume

 cmds/receive.c                                | 43 ++++---------------
 .../test.sh                                   | 34 +++++++++++++++
 2 files changed, 42 insertions(+), 35 deletions(-)
 create mode 100755 tests/misc-tests/038-receive-clone-from-current-subvolume/test.sh

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-23 20:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  8:17 [PATCH RESEND v2 0/3] btrfs-progs: fix clone from wrong subvolume Omar Sandoval
2020-03-11  8:17 ` [PATCH RESEND v2 1/3] btrfs-progs: receive: remove commented out transid checks Omar Sandoval
2020-03-11 15:50   ` Filipe Manana
2020-03-11  8:17 ` [PATCH RESEND v2 2/3] btrfs-progs: receive: don't lookup clone root for received subvolume Omar Sandoval
2020-03-11  8:17 ` [PATCH RESEND v2 3/3] btrfs-progs: tests: add test for receiving clone from duplicate subvolume Omar Sandoval
2020-03-23 20:01   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.