public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] xfs: patches for 3.13
@ 2013-09-30  3:06 Dave Chinner
  2013-09-30  3:06 ` [PATCH 01/16] xfs: create a shared header file for format-related information Dave Chinner
                   ` (15 more replies)
  0 siblings, 16 replies; 33+ messages in thread
From: Dave Chinner @ 2013-09-30  3:06 UTC (permalink / raw)
  To: xfs

Hi folks,

This patch series sits on top of the series I sent earlier this
morning for 3.12-rc4. It is made up of two main parts - the first 6
patches continues the process of sanitising the code to make
user/kernel space code merges easier. That's all pretty straight
forward, simple code movement.

The series is the next 9 patches, and they vectorise the differences
in encoding and decoding the directory on disk formats. This gets
rid of repeated "xfs_sb_version_has..." checks from the paths, and
als o removes the other conditional behaviours triggered by magic
number matching. Instead, each different directory format we need to
support has an ops vector that holds the exact set of functions
needed to encode/decode the format appropriately. The patch seis
currently introduces v4, v4+dtype and v5 vectors.

The last patch in the series is increasing the inode cluster size
for v5 filesystems.

Comments, testing, and flames all welcome....

Cheers,

Dave.

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

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

end of thread, other threads:[~2013-10-15 19:06 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30  3:06 [PATCH 00/16] xfs: patches for 3.13 Dave Chinner
2013-09-30  3:06 ` [PATCH 01/16] xfs: create a shared header file for format-related information Dave Chinner
2013-10-03 14:50   ` Christoph Hellwig
2013-09-30  3:06 ` [PATCH 02/16] xfs: unify directory/attribute format definitions Dave Chinner
2013-10-03 14:52   ` Christoph Hellwig
2013-10-04  0:47     ` Dave Chinner
2013-09-30  3:07 ` [PATCH 03/16] xfs: split dquot buffer operations out Dave Chinner
2013-10-03 14:52   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 04/16] xfs: decouple log and transaction headers Dave Chinner
2013-10-03 14:56   ` Christoph Hellwig
2013-10-04  0:49     ` Dave Chinner
2013-09-30  3:07 ` [PATCH 05/16] xfs: decouple inode and bmap btree header files Dave Chinner
2013-10-03 14:58   ` Christoph Hellwig
2013-10-04  1:00     ` Dave Chinner
2013-10-15 19:06       ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 06/16] xfs: split xfs_rtalloc.c for userspace sanity Dave Chinner
2013-10-03 14:59   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 07/16] xfs: abstract the differences in dir2/dir3 via an ops vector Dave Chinner
2013-10-03 15:00   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 08/16] xfs: vectorise remaining shortform dir2 ops Dave Chinner
2013-10-03 15:00   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 09/16] xfs: vectorise directory data operations Dave Chinner
2013-10-03 15:01   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 10/16] xfs: vectorise directory data operations part 2 Dave Chinner
2013-10-03 15:01   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 11/16] xfs: vectorise directory leaf operations Dave Chinner
2013-10-03 15:01   ` Christoph Hellwig
2013-09-30  3:07 ` [PATCH 12/16] xfs: vectorise DA btree operations Dave Chinner
2013-09-30  3:07 ` [PATCH 13/16] xfs: vectorise encoding/decoding directory headers Dave Chinner
2013-10-02 14:07   ` Michael L. Semon
2013-09-30  3:07 ` [PATCH 14/16] xfs: vectorise directory leaf operations Dave Chinner
2013-09-30  3:07 ` [PATCH 15/16] xfs: convert directory vector functions to constants Dave Chinner
2013-09-30  3:07 ` [PATCH 16/16] xfs: increase inode cluster size for v5 filesystems Dave Chinner

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