linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v8] XFS TESTS: ENOSPC Punch Hole Test
@ 2011-07-17 23:52 Allison Henderson
  2011-07-17 23:52 ` [PATCH 1/2 v8] XFS TESTS: ENOSPC Punch Hole: Move su routines in 123 to common.rc Allison Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Allison Henderson @ 2011-07-17 23:52 UTC (permalink / raw)
  To: linux-ext4, linux-fsdevel, xfs; +Cc: Allison Henderson

This patch set adds the ENOSPC test that was used for ext4 punch hole testing.
This test will verify that a hole can be punched even when the disk is full.
Reserved blocks should be used to complete the operation when there is not blocks
to further fragment the file.

Because punching a hole does not always require extra blocks, there needs to 
be several iterations of punching holes, and then filling the file system to 100% 
usage before it is forced to grow the tree in order to handle the fragmentation. 
The growing of the tree is what would cause ENOSPC if not for the use of reserved blocks.

Allison Henderson (2):
  XFS TESTS: ENOSPC Punch Hole: Move su routines in 123 to common.rc
  XFS TESTS: Add ENOSPC Hole Punch Test

 123       |   24 ------------
 256       |  120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 256.out   |    1 +
 common.rc |   81 +++++++++++++++++++++++++++++++++++++++++
 group     |   12 ++++--
 5 files changed, 210 insertions(+), 28 deletions(-)
 create mode 100644 256
 create mode 100644 256.out


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

end of thread, other threads:[~2011-07-19  0:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 23:52 [PATCH 0/2 v8] XFS TESTS: ENOSPC Punch Hole Test Allison Henderson
2011-07-17 23:52 ` [PATCH 1/2 v8] XFS TESTS: ENOSPC Punch Hole: Move su routines in 123 to common.rc Allison Henderson
2011-07-17 23:52 ` [PATCH 2/2 v8] XFS TESTS: Add ENOSPC Hole Punch Test Allison Henderson
2011-07-18 22:09 ` [PATCH 0/2 v8] XFS TESTS: ENOSPC Punch Hole Test Alex Elder
2011-07-19  0:09   ` Allison Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).