From: Coly Li <coly.li@suse.de>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 1/4] du_enhancement: add the shared extents and the footprint statistics support v1
Date: Wed, 27 Jan 2010 03:52:31 +0800 [thread overview]
Message-ID: <4B5F47FF.4080707@suse.de> (raw)
In-Reply-To: <1264492809-13848-1-git-send-email-jeff.liu@oracle.com>
On 2010?01?26? 16:00, Jeff Liu Wrote:
> brief introduction:
>
> the following patch sets add a new feature to displapy the shared extents size per file as well as the
> overall footprint statistics for du command.
>
> It using rbtree to track the splitted extents info instead of the clusters or physical blocks to save
> the memory in case of the file size is too large(TB, etc).
>
> the current extent splitting algorithem is based on Tao's idea, thanks a lot!
>
> use '--shared-size' or '-E' as the command line trigger, with this option,
> du print out the shared extents in parens for each file if its resides filesystem
> support fiemap and the file is reflinked.
>
> use '--fxattr' or '--fsync' or both of them to work combine with '--shared-size' for the extra fiemap control,
> it will print warning message on the console in case of the filesystem do not support the corresponding fiemap flags.
>
> Signed-off-by: Jeff Liu <jeff.liu@oracle.com>
> ---
Hi Jeff,
If I understand correctly, this patch series is for coreutils, neither ocfs2 nor ocfs2-tools.
How about Cc bug-coreutils at gnu.org as while ?
--
Coly Li
SuSE Labs
next prev parent reply other threads:[~2010-01-26 19:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-26 8:00 [Ocfs2-devel] [PATCH 1/4] du_enhancement: add the shared extents and the footprint statistics support v1 Jeff Liu
2010-01-26 8:00 ` [Ocfs2-devel] [PATCH 2/4] du_enhancement: add rbtree algorithm support Jeff Liu
2010-01-26 8:00 ` [Ocfs2-devel] [PATCH 3/4] du_enhancement: add fiemap header Jeff Liu
2010-01-26 8:00 ` [Ocfs2-devel] [PATCH 4/4] du_enhancement: show the shared extents per file and the footprint Jeff Liu
2010-02-08 8:20 ` Tao Ma
2010-02-08 9:32 ` jeff.liu
2010-01-26 19:52 ` Coly Li [this message]
2010-01-26 19:52 ` [Ocfs2-devel] [PATCH 1/4] du_enhancement: add the shared extents and the footprint statistics support v1 Sunil Mushran
2010-01-26 20:06 ` Coly Li
2010-01-27 2:51 ` jeff.liu
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=4B5F47FF.4080707@suse.de \
--to=coly.li@suse.de \
--cc=ocfs2-devel@oss.oracle.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 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.