All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] test i_blocks for truncated largefiles
@ 2022-09-22  6:38 Pavel Reichl
  2022-09-22  6:38 ` [PATCH v5 1/2] common: new helper to alloacate fixed size files Pavel Reichl
  2022-09-22  6:38 ` [PATCH v5 2/2] generic: test i_blocks for truncated large files Pavel Reichl
  0 siblings, 2 replies; 7+ messages in thread
From: Pavel Reichl @ 2022-09-22  6:38 UTC (permalink / raw)
  To: fstests

Hello,

Thank you for your comments. Please see next revision.

V3
* introduced create_sizedfile() helper
* amended g/694 and g/698 to utilize this helper

V4
* copy-pasted the helper as suggested by Zorro (just proposed a different comment)
* updated the tests to use it and check its return value
* added _fixed_by_kernel_commit directive into g/694

V5
* updated helper comment as Darrick suggested
* changed the error message when failure to create test file occurs

Pavel Reichl (2):
  common: new helper to alloacate fixed size files
  generic: test i_blocks for truncated large files

 common/rc             | 23 +++++++++++++++++++
 tests/generic/694     |  8 ++++++-
 tests/generic/698     | 51 +++++++++++++++++++++++++++++++++++++++++++
 tests/generic/698.out |  2 ++
 4 files changed, 83 insertions(+), 1 deletion(-)
 create mode 100755 tests/generic/698
 create mode 100644 tests/generic/698.out

-- 
2.37.3


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

end of thread, other threads:[~2022-09-22 16:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  6:38 [PATCH v5 0/2] test i_blocks for truncated largefiles Pavel Reichl
2022-09-22  6:38 ` [PATCH v5 1/2] common: new helper to alloacate fixed size files Pavel Reichl
2022-09-22 14:05   ` Zorro Lang
2022-09-22 16:22   ` Darrick J. Wong
2022-09-22 16:47     ` Pavel Reichl
2022-09-22  6:38 ` [PATCH v5 2/2] generic: test i_blocks for truncated large files Pavel Reichl
2022-09-22 14:06   ` Zorro Lang

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.