[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1375681420-15384-1-git-send-email-wenqing.lz@taobao.com>
Date: Mon, 5 Aug 2013 13:43:38 +0800
From: Zheng Liu <gnehzuil.liu@...il.com>
To: linux-ext4@...r.kernel.org
Cc: Zheng Liu <wenqing.lz@...bao.com>, "Theodore Ts'o" <tytso@....edu>
Subject: [PATCH v5 0/2] e2fsprogs: dump a sparse file in debugfs
Hi all,
This is the fifth try to support to dump a sparse file in debugfs. In this
patch series the only change is to rebase the patch set against e2fsprogs
1.42.8.
v5 <- v4:
- rebase against e2fsprogs 1.42.8
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.9.7
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists