From: Zheng Liu <gnehzuil.liu@gmail.com>
To: linux-ext4@vger.kernel.org
Cc: Zheng Liu <wenqing.lz@taobao.com>, Theodore Ts'o <tytso@mit.edu>
Subject: Re: [PATCH 0/2 v4] dump a sparse file in debugfs
Date: Mon, 13 May 2013 21:33:48 +0800 [thread overview]
Message-ID: <20130513133348.GA12883@gmail.com> (raw)
In-Reply-To: <1359085145-15490-1-git-send-email-wenqing.lz@taobao.com>
On Fri, Jan 25, 2013 at 11:39:03AM +0800, Zheng Liu wrote:
> 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.
Hi Ted,
Could please take a look at this patch series? It has been sent out
for a long time. I have forgotten it completely until I clean up my
e2fsprogs tree. I try to rebase this patch series against the latest
master branch of e2fsprogs tree, and it can be applied without any
changes.
Thanks,
- Zheng
>
> 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
>
prev parent reply other threads:[~2013-05-13 13:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Zheng Liu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130513133348.GA12883@gmail.com \
--to=gnehzuil.liu@gmail.com \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
--cc=wenqing.lz@taobao.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).