public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] overlay hardlink tests
@ 2017-07-05 12:01 Amir Goldstein
  2017-07-05 12:02 ` [PATCH v3 1/7] overlay/018: re-factor and add to hardlink group Amir Goldstein
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Amir Goldstein @ 2017-07-05 12:01 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Miklos Szeredi, linux-unionfs, fstests

Eryu,

overlay/018 and the three new tests added to overlay/hardlink
group, pass with the current overlayfs-next branch.

overlay/033-034 were added to test a new mechanism of persistent
overlay nlink accounting, that was added along with the fix to
breaking hardlinks on copy up.

overlay/034 passes on current upstream kernel, because the
behavior of breaking hardlinks on copy up cancels the nlink
accounting effects.

Changes from v2:
- Better commentary for overlay/034 and overlay/032
- Increase copy up file size of overlay/032 to 1g

Thanks,
Amir.

Amir Goldstein (7):
  overlay/018: re-factor and add to hardlink group
  overlay/018: print hardlink content to golden output
  overlay/018: test broken hardlinks after mount cycle
  overlay/018: test lower hardlinks re-unite on copy up
  overlay: test concurrent copy up of lower hardlinks
  overlay: test nlink accounting of overlay hardlinks
  overlay: test dropping nlink below zero

 tests/overlay/018     |  60 ++++++++++++++++----
 tests/overlay/018.out |  21 ++++++-
 tests/overlay/032     | 109 ++++++++++++++++++++++++++++++++++++
 tests/overlay/032.out |   4 ++
 tests/overlay/033     | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/033.out |  69 +++++++++++++++++++++++
 tests/overlay/034     | 107 ++++++++++++++++++++++++++++++++++++
 tests/overlay/034.out |   2 +
 tests/overlay/group   |   5 +-
 9 files changed, 512 insertions(+), 14 deletions(-)
 create mode 100755 tests/overlay/032
 create mode 100644 tests/overlay/032.out
 create mode 100755 tests/overlay/033
 create mode 100644 tests/overlay/033.out
 create mode 100755 tests/overlay/034
 create mode 100644 tests/overlay/034.out

-- 
2.7.4

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

end of thread, other threads:[~2017-07-05 12:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 12:01 [PATCH v3 0/7] overlay hardlink tests Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 1/7] overlay/018: re-factor and add to hardlink group Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 2/7] overlay/018: print hardlink content to golden output Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 3/7] overlay/018: test broken hardlinks after mount cycle Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 4/7] overlay/018: test lower hardlinks re-unite on copy up Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 5/7] overlay: test concurrent copy up of lower hardlinks Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 6/7] overlay: test nlink accounting of overlay hardlinks Amir Goldstein
2017-07-05 12:02 ` [PATCH v3 7/7] overlay: test dropping nlink below zero Amir Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox