Message ID | 20240712164132.46225-1-anand.jain@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] fstests: btrfs changes for for-next v2024.07.13 | expand |
On Fri, Jul 12, 2024 at 5:41 PM Anand Jain <anand.jain@oracle.com> wrote: > > Zorro, > > Please pull this branch, which contains a small set of fixes and a new squota testcase. > > Thank you. > > The following changes since commit 98611b1acce44dca91c4654fcb339b6f95c2c82a: > > generic: test creating and removing symlink xattrs (2024-06-23 23:04:36 +0800) > > are available in the Git repository at: > > https://github.com/asj/fstests.git staged-20240713 > > for you to fetch changes up to 8e0a68f2cbe9cc2698110ac85765a0c4681b290f: > > btrfs: fix _require_btrfs_send_version to detect btrfs-progs support (2024-07-12 21:59:22 +0530) > > ---------------------------------------------------------------- > Boris Burkov (1): > btrfs: add test for subvolid reuse with squota > > Filipe Manana (1): > btrfs: fix _require_btrfs_send_version to detect btrfs-progs support > > Johannes Thumshirn (1): > btrfs: update golden output of RST test cases Can you please include the following trivial and reviewed fixes too? https://lore.kernel.org/fstests/6e7ee8ec1731b5d3d44f511b075fa2edb0b38661.1720654947.git.wqu@suse.com/ https://lore.kernel.org/fstests/bdbff9712f32fe9458d9904f82bcc7cbf9892a4b.1719594258.git.fdmanana@suse.com/ You reviewed the last one, but you missed it. Thanks. > > common/btrfs | 20 ++++++++++++++++---- > tests/btrfs/304.out | 9 +++------ > tests/btrfs/305.out | 24 ++++++++---------------- > tests/btrfs/306.out | 18 ++++++------------ > tests/btrfs/307.out | 15 +++++---------- > tests/btrfs/308.out | 39 +++++++++++++-------------------------- > tests/btrfs/331 | 45 +++++++++++++++++++++++++++++++++++++++++++++ > tests/btrfs/331.out | 2 ++ > 8 files changed, 98 insertions(+), 74 deletions(-) > create mode 100755 tests/btrfs/331 > create mode 100644 tests/btrfs/331.out >
On Fri, Jul 12, 2024 at 05:48:58PM +0100, Filipe Manana wrote: > On Fri, Jul 12, 2024 at 5:41 PM Anand Jain <anand.jain@oracle.com> wrote: > > > > Zorro, > > > > Please pull this branch, which contains a small set of fixes and a new squota testcase. > > > > Thank you. > > > > The following changes since commit 98611b1acce44dca91c4654fcb339b6f95c2c82a: > > > > generic: test creating and removing symlink xattrs (2024-06-23 23:04:36 +0800) > > > > are available in the Git repository at: > > > > https://github.com/asj/fstests.git staged-20240713 > > > > for you to fetch changes up to 8e0a68f2cbe9cc2698110ac85765a0c4681b290f: > > > > btrfs: fix _require_btrfs_send_version to detect btrfs-progs support (2024-07-12 21:59:22 +0530) > > > > ---------------------------------------------------------------- > > Boris Burkov (1): > > btrfs: add test for subvolid reuse with squota > > > > Filipe Manana (1): > > btrfs: fix _require_btrfs_send_version to detect btrfs-progs support > > > > Johannes Thumshirn (1): > > btrfs: update golden output of RST test cases > > Can you please include the following trivial and reviewed fixes too? > > https://lore.kernel.org/fstests/6e7ee8ec1731b5d3d44f511b075fa2edb0b38661.1720654947.git.wqu@suse.com/ > > https://lore.kernel.org/fstests/bdbff9712f32fe9458d9904f82bcc7cbf9892a4b.1719594258.git.fdmanana@suse.com/ Thanks Filipe remind that :) Hi Anand, I'll merge these two patches directly, especially the 1st one which conflicts with another patchset I'm going to merge. So I'll deal with them together. Thanks, Zorro > > You reviewed the last one, but you missed it. > > Thanks. > > > > > common/btrfs | 20 ++++++++++++++++---- > > tests/btrfs/304.out | 9 +++------ > > tests/btrfs/305.out | 24 ++++++++---------------- > > tests/btrfs/306.out | 18 ++++++------------ > > tests/btrfs/307.out | 15 +++++---------- > > tests/btrfs/308.out | 39 +++++++++++++-------------------------- > > tests/btrfs/331 | 45 +++++++++++++++++++++++++++++++++++++++++++++ > > tests/btrfs/331.out | 2 ++ > > 8 files changed, 98 insertions(+), 74 deletions(-) > > create mode 100755 tests/btrfs/331 > > create mode 100644 tests/btrfs/331.out > > > > > -- > Filipe David Manana, > > “Whether you think you can, or you think you can't — you're right.” >
On 13/7/24 2:54 am, Zorro Lang wrote: > On Fri, Jul 12, 2024 at 05:48:58PM +0100, Filipe Manana wrote: >> On Fri, Jul 12, 2024 at 5:41 PM Anand Jain <anand.jain@oracle.com> wrote: >>> >>> Zorro, >>> >>> Please pull this branch, which contains a small set of fixes and a new squota testcase. >>> >>> Thank you. >>> >>> The following changes since commit 98611b1acce44dca91c4654fcb339b6f95c2c82a: >>> >>> generic: test creating and removing symlink xattrs (2024-06-23 23:04:36 +0800) >>> >>> are available in the Git repository at: >>> >>> https://github.com/asj/fstests.git staged-20240713 >>> >>> for you to fetch changes up to 8e0a68f2cbe9cc2698110ac85765a0c4681b290f: >>> >>> btrfs: fix _require_btrfs_send_version to detect btrfs-progs support (2024-07-12 21:59:22 +0530) >>> >>> ---------------------------------------------------------------- >>> Boris Burkov (1): >>> btrfs: add test for subvolid reuse with squota >>> >>> Filipe Manana (1): >>> btrfs: fix _require_btrfs_send_version to detect btrfs-progs support >>> >>> Johannes Thumshirn (1): >>> btrfs: update golden output of RST test cases >> >> Can you please include the following trivial and reviewed fixes too? >> >> https://lore.kernel.org/fstests/6e7ee8ec1731b5d3d44f511b075fa2edb0b38661.1720654947.git.wqu@suse.com/ >> >> https://lore.kernel.org/fstests/bdbff9712f32fe9458d9904f82bcc7cbf9892a4b.1719594258.git.fdmanana@suse.com/ > > Thanks Filipe remind that :) > > Hi Anand, I'll merge these two patches directly, especially the 1st one > which conflicts with another patchset I'm going to merge. So I'll deal > with them together. > > Thanks, > Zorro > >> >> You reviewed the last one, but you missed it. >> Oh no. Thanks, Filipe and Zorro. -Anand >> Thanks. >> >>> >>> common/btrfs | 20 ++++++++++++++++---- >>> tests/btrfs/304.out | 9 +++------ >>> tests/btrfs/305.out | 24 ++++++++---------------- >>> tests/btrfs/306.out | 18 ++++++------------ >>> tests/btrfs/307.out | 15 +++++---------- >>> tests/btrfs/308.out | 39 +++++++++++++-------------------------- >>> tests/btrfs/331 | 45 +++++++++++++++++++++++++++++++++++++++++++++ >>> tests/btrfs/331.out | 2 ++ >>> 8 files changed, 98 insertions(+), 74 deletions(-) >>> create mode 100755 tests/btrfs/331 >>> create mode 100644 tests/btrfs/331.out >>> >> >> >> -- >> Filipe David Manana, >> >> “Whether you think you can, or you think you can't — you're right.” >> >