All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] btrfs feature testing + props fix
@ 2016-06-27 20:14 jeffm
  2016-06-27 20:14 ` [PATCH v2 1/4] btrfs/048: extend _filter_btrfs_prop_error to handle additional errors jeffm
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: jeffm @ 2016-06-27 20:14 UTC (permalink / raw)
  To: fstests, linux-btrfs; +Cc: Eryu Guan

From: Jeff Mahoney <jeffm@suse.com>

Hi all -

Thanks, Eryu, for the review.  The btrfs feature testing changes were a
patchet I wrote three years ago, and it looks like significant cleanup
has happened in the xfstests since then.  I'm sorry for the level of the
review you had to do for them, but do appreciate that you did.

This version should fix the outstanding issues, including some issues
with the tests themselves, where e.g. the 32MB reserved size was file
system-size (and implementation) dependent.  Most notably, since these
tests share some common functionality that ultimately hit ~250 lines, I
chose to create a new common/btrfs library.  Other than that, I tried to
meet the level of consistency you were looking for with just printing
errors instead of failing, not depending on error codes, etc.

Thanks,

-Jeff

---

Jeff Mahoney (4):
  btrfs/048: extend _filter_btrfs_prop_error to handle additional errors
  btrfs/124: test global metadata reservation reporting
  btrfs/125: test sysfs exports of allocation and device membership info
  btrfs/126,127,128: test feature ioctl and sysfs interfaces

 .gitignore               |   1 +
 common/btrfs             | 253 +++++++++++++++++++++++++++++++++++++++++++++++
 common/config            |   7 +-
 common/filter.btrfs      |  10 +-
 src/Makefile             |   3 +-
 src/btrfs_ioctl_helper.c | 220 +++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/048          |   6 +-
 tests/btrfs/048.out      |   4 +-
 tests/btrfs/124          |  84 ++++++++++++++++
 tests/btrfs/124.out      |   1 +
 tests/btrfs/125          | 177 +++++++++++++++++++++++++++++++++
 tests/btrfs/125.out      |   1 +
 tests/btrfs/126          | 244 +++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/126.out      |   1 +
 tests/btrfs/127          | 166 +++++++++++++++++++++++++++++++
 tests/btrfs/127.out      |   1 +
 tests/btrfs/128          | 128 ++++++++++++++++++++++++
 tests/btrfs/128.out      |   1 +
 tests/btrfs/group        |   5 +
 19 files changed, 1302 insertions(+), 11 deletions(-)
 create mode 100644 common/btrfs
 create mode 100644 src/btrfs_ioctl_helper.c
 create mode 100755 tests/btrfs/124
 create mode 100644 tests/btrfs/124.out
 create mode 100755 tests/btrfs/125
 create mode 100644 tests/btrfs/125.out
 create mode 100755 tests/btrfs/126
 create mode 100644 tests/btrfs/126.out
 create mode 100755 tests/btrfs/127
 create mode 100644 tests/btrfs/127.out
 create mode 100755 tests/btrfs/128
 create mode 100644 tests/btrfs/128.out

-- 
1.8.5.6


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

end of thread, other threads:[~2016-06-30  6:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27 20:14 [PATCH v2 0/4] btrfs feature testing + props fix jeffm
2016-06-27 20:14 ` [PATCH v2 1/4] btrfs/048: extend _filter_btrfs_prop_error to handle additional errors jeffm
2016-06-29 13:48   ` Eryu Guan
2016-06-27 20:14 ` [PATCH v2 2/4] btrfs/124: test global metadata reservation reporting jeffm
2016-06-30  4:07   ` Eryu Guan
2016-06-27 20:14 ` [PATCH v2 3/4] btrfs/125: test sysfs exports of allocation and device membership info jeffm
2016-06-30  4:41   ` Eryu Guan
2016-06-27 20:14 ` [PATCH v2 4/4] btrfs/126,127,128: test feature ioctl and sysfs interfaces jeffm
2016-06-30  6:30   ` Eryu Guan
2016-06-28  8:34 ` [PATCH v2 0/4] btrfs feature testing + props fix Eryu Guan

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.