All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] e2fsprogs: new tools e2info/e2spacey
@ 2017-03-02  4:52 Darrick J. Wong
  2017-03-02  4:52 ` [PATCH 1/3] misc: fix all the compiler warnings Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Darrick J. Wong @ 2017-03-02  4:52 UTC (permalink / raw)
  To: tytso, darrick.wong; +Cc: linux-ext4

Hi all,

Here are some minor fixes and two new e2fsprogs tools!  The first patch
fixes a bunch of compiler warnings.

The first tool, e2info, uses the proposed ext4 geometry ioctl to query a
mounted ext4 filesystem for geometry information and prints it.

The second tool, e2spacey, uses the proposed GETFSMAP and ext4 ioctls to
find all the free space on a mounted filesystem to display a histogram
of extent sizes, or optionally how much free space can be found in each
flexbg.  (Note: the xfs_io tool can be used for general getfsmap queries
on ext4 filesystems.)

If you want to go play with these tools, you can grab the source from my
git repo[1].  You'll need the patches on mailing list, or my
djwong-devel kernel tree[2].

This is a tremendous way to eat your data!

--D

[1] https://git.kernel.org/cgit/linux/kernel/git/djwong/e2fsprogs.git/log/?h=djwong-devel
[2] https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=djwong-devel

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

end of thread, other threads:[~2017-03-03 15:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  4:52 [PATCH 0/3] e2fsprogs: new tools e2info/e2spacey Darrick J. Wong
2017-03-02  4:52 ` [PATCH 1/3] misc: fix all the compiler warnings Darrick J. Wong
2017-03-03 15:04   ` Theodore Ts'o
2017-03-02  4:52 ` [PATCH 2/3] e2info: create a tool to display ext4 fs geometry online Darrick J. Wong
2017-03-02 19:49   ` Andreas Dilger
2017-03-02 21:50     ` Darrick J. Wong
2017-03-02 22:05       ` Andreas Dilger
     [not found]         ` <20170302224413.GN26319@birch.djwong.org>
2017-03-03  5:12           ` Theodore Ts'o
2017-03-02  4:52 ` [PATCH 3/3] e2spacey: create a program to use getfsmap to profile free space Darrick J. Wong
2017-03-02 19:45   ` Andreas Dilger
2017-03-02 21:27     ` Darrick J. Wong

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.