public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/10] xfs_ioc_bulkstat code refactoring and consolidation
@ 2014-06-03  9:17 Jeff Liu
  2014-07-29 23:27 ` Dave Chinner
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Liu @ 2014-06-03  9:17 UTC (permalink / raw)
  To: xfs@oss.sgi.com

Hi folk,

This is the revised patches for xfs_ioc_bulkstat consolidation and code
refactoring. As per Christoph's comments, I'm not include the per AG
inumber patch in this series given that I don't actually introduce the
relevant inumbers interface now. Similar to that reason, I also dropped
the per AG bulkstat patch, it would be included in parallel quota check
series.


v3->v2:
- one major bug fix is at xfs_bulkstat_ag_ichunk() regarding the user buffer
  pointer operations, it should be defined as a pointer-to-pointer since it
  would be updated inside xfs_bulkstat_ag_ichunk().

- separate xfs_inumber consolidate patch into two patches, the first one
  fix the formater function return value and consolidate the codes, another
  one does the actual logic changes for better error handling.

- Add a separate patch to get rid of the redundant user buffer count
  checks at xfs_bulkstat()

- fixed agino calculation issue at xfs_bulkstat_grab_ichunk().

v2: http://oss.sgi.com/archives/xfs/2014-04/msg00554.html
v1: http://oss.sgi.com/archives/xfs/2013-12/msg00901.html


Any comments are welcome!


Cheers,
-Jeff

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2014-08-03  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03  9:17 [PATCH v3 00/10] xfs_ioc_bulkstat code refactoring and consolidation Jeff Liu
2014-07-29 23:27 ` Dave Chinner
2014-07-31  7:55   ` Jeff Liu
2014-08-01  6:09     ` Jeff Liu
2014-08-03  0:07       ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox