linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 V4] e2fsprogs/debugfs: do sparse copy when src is a sparse file
@ 2013-08-26  6:22 Robert Yang
  2013-08-26  6:22 ` [PATCH 1/3 V4] debugfs.c: the max length of debugfs argument is too short Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Robert Yang @ 2013-08-26  6:22 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, dvhart, darrick.wong

=== V4:
* Add a free(buf) in debugfs.c to fix a potential memory leak issue.

* Add the contrib/populate-extfs.sh to populate the ext2/3/4 filesystem
  from a given directory.

=== V3: 
* Use BUFSIZ (which is 8192 on Linux systems) for the max argument
  length as Ted suggested.

* Use ext2fs_get_memzero() and move it out of the while loop to get a
  better performance as Darrick suggested.

=== V2: 
* Use 64K for the IO_BUFSIZE and use malloc() to allocate the memory for 
  the buffer respect to Darrick's comments.

* Use calloc() and memcmp() to check the sparse block as Darrick
  suggested.

* Adjust the frame and remove a few un-needed code as Darrick
  suggested.

=== V1: 
* There are two patches, one is used for fixing the max length of the 
  argument, the other one is for sparsing copy when src is a sparse
  file.

// Robert

Robert Yang (3):
  debugfs.c: the max length of debugfs argument is too short
  debugfs.c: do sparse copy when src is a sparse file
  contrib/populate-extfs.sh: use debugfs to populate extX fs

 contrib/populate-extfs.sh | 105 ++++++++++++++++++++++++++++++++++++++++++++++
 debugfs/debugfs.c         |  68 +++++++++++++++++++++++++++---
 2 files changed, 168 insertions(+), 5 deletions(-)
 create mode 100755 contrib/populate-extfs.sh

-- 
1.8.1.2


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

end of thread, other threads:[~2013-10-15  4:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26  6:22 [PATCH 0/3 V4] e2fsprogs/debugfs: do sparse copy when src is a sparse file Robert Yang
2013-08-26  6:22 ` [PATCH 1/3 V4] debugfs.c: the max length of debugfs argument is too short Robert Yang
2013-10-14  2:49   ` Theodore Ts'o
2013-08-26  6:22 ` [PATCH 2/3 V4] debugfs.c: do sparse copy when src is a sparse file Robert Yang
2013-10-14  2:49   ` Theodore Ts'o
2013-10-15  3:10   ` Darrick J. Wong
2013-10-15  4:52     ` Robert Yang
2013-08-26  6:22 ` [PATCH 3/3 V4] contrib/populate-extfs.sh: use debugfs to populate extX fs Robert Yang
2013-10-14  2:50   ` Theodore Ts'o

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).