All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v4] dump a sparse file in debugfs
@ 2013-01-25  3:39 Zheng Liu
  2013-01-25  3:39 ` [PATCH 1/2 v4] libext2fs: introduce lseek SEEK_DATA/HOLE Zheng Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zheng Liu @ 2013-01-25  3:39 UTC (permalink / raw)
  To: linux-ext4; +Cc: Zheng Liu, Theodore Ts'o

Hi all,

This is the fourth try to support to dump a sparse file in debugfs.  In this
patch series the only change is using ext2fs_llseek() in dump_file to get a
better portability.

v4 <- v3:
 - call ext2fs_llseek() in dump_file to seek to the next data because of better
   portability

v3 <- v2:
 - use extent interfaces to handle extent-based file in seek_data/hole function
 - call ext2fs_file_llseek() to retrieve current offset in dump_file()

v2 <- v1:
 - split original patch into two parts.
 - make code clearly according to Ted's suggestions

Regards,
						- Zheng

Zheng Liu (2):
  libext2fs: introduce lseek SEEK_DATA/HOLE
  debugfs: dump a sparse file

 debugfs/dump.c            |  48 +++++++++--
 lib/ext2fs/ext2_err.et.in |   6 ++
 lib/ext2fs/ext2fs.h       |   3 +
 lib/ext2fs/fileio.c       | 208 +++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 254 insertions(+), 11 deletions(-)

-- 
1.7.12.rc2.18.g61b472e


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

end of thread, other threads:[~2013-05-13 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25  3:39 [PATCH 0/2 v4] dump a sparse file in debugfs Zheng Liu
2013-01-25  3:39 ` [PATCH 1/2 v4] libext2fs: introduce lseek SEEK_DATA/HOLE Zheng Liu
2013-01-25  3:39 ` [PATCH 2/2 v4] debugfs: dump a sparse file Zheng Liu
2013-05-13 13:33 ` [PATCH 0/2 v4] dump a sparse file in debugfs Zheng Liu

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.