From: Dhruvesh Rathore <adrscube@gmail.com>
To: xfs@oss.sgi.com
Subject: [PATCH 0/4] xfs: xfs_spaceman utility rework
Date: Wed, 28 Jan 2015 20:02:24 +0530 [thread overview]
Message-ID: <54c8f2fe.e87f460a.137c.ffffc28b@mx.google.com> (raw)
The original kernel patch that Dave wrote for xfs_spaceman implemented
FS_IOC_FIEMAPFS ioctl, here is the original fiemap extension patch:
http://oss.sgi.com/archives/xfs/2012-10/msg00363.html
These patches were not posted and were just forward ported to a current
3.18-rc7+ for-next XFS tree and were pushed to the fiemapfs branch in Dave's
kernel tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
The original xfs_spaceman tool that Dave wrote to call the fiemap
interface and make use of it is here:
http://oss.sgi.com/archives/xfs/2012-10/msg00366.html
Dave just updated it to the 3.2.2 code base and pushed it to the
spaceman branch in this tree:
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
The description of patches in this series are as follows:
1) [PATCH 1/4] xfs: Accounting for AGFL blocks in xfs_spaceman
This patch adds functionality in xfs_spaceman allowing it to
account for AG Free List blocks. The previous version of
xfs_spaceman failed to account for AGFL blocks as they
aren't found by walking the free space btrees, so we have to
walk each AGFL to find them. A new function
xfs_alloc_agfl_freespace_map() is added which will walk the free
extents in AGFL and account for these AGFL blocks by using
agf_flfirst, agf_fllast and agf_flcount fields.
2) [PATCH 2/4] xfsprogs: Addition in debug option -d of xfs_spaceman
This patch allows adding a title for the contents which are
printed when xfs_spaceman is run with -d debug option from command
line. The titles added are agno, agbno and len.
3) [PATCH 3/4] xfs: Adding XFS_IOC_FIEMAPFS ioctl for use in xfs_spaceman
This patch is concerned with the changes made in kernel space code
for adding a new XFS specific ioctl XFS_IOC_FIEMAPFS in xfs_spaceman.
This ioctl will replace a file based ioctl FS_IOC_FIEMAPFS, and allow
us to modify the ioctl as per requirement in the future.
4) [PATCH 4/4] xfprogs: Adding XFS_IOC_FIEMAPFS ioctl for use inxfs_spaceman
This patch is concerened with the changes made in user space code
for using XFS_IOC_FIEMAPFS ioctl in xfs_spaceman, which will replace
FS_IOC_FIEMAPFS and make use of fiemap plumbing.
Comments, thoughts etc are welcome.
Regards,
A-DRS.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2015-01-28 14:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 14:32 Dhruvesh Rathore [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-29 13:15 [PATCH 0/4] xfs: xfs_spaceman utility rework Dhruvesh Rathore
2015-02-11 0:28 ` Dave Chinner
2015-02-11 16:09 ` Dhruvesh Rathore
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=54c8f2fe.e87f460a.137c.ffffc28b@mx.google.com \
--to=adrscube@gmail.com \
--cc=xfs@oss.sgi.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