linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] export operations rewrite
@ 2007-09-14 11:47 hch
  2007-09-14 16:43 ` J. Bruce Fields
  2007-09-28  2:09 ` Neil Brown
  0 siblings, 2 replies; 5+ messages in thread
From: hch @ 2007-09-14 11:47 UTC (permalink / raw)
  To: linux-fsdevel, nfs

This patchset is a medium scale rewrite of the export operations
interface.  The goal is to make the interface less complex, and
easier to understand from the filesystem side, aswell as preparing
generic support for exporting of 64bit inode numbers.

This touches all nfs exporting filesystems, and I've done testing
on all of the filesystems I have here locally (xfs, ext2, ext3, reiserfs,
jfs)

Compared to the last version I've fixed the white space issues that
checkpatch.pl complained about.

Note that this patch series is against mainline.  There will be some
xfs changes landing in -mm soon that revamp lots of the code touched
here.  They should hopefully include the first path in the series so
it can be simply dropped, but the xfs conversion will need some smaller
updates.  I will send this update as soon as the xfs tree updates get
pulled into -mm.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: [PATCH 00/19] export operations rewrite
  2007-09-14 11:47 [PATCH 00/19] export operations rewrite hch
@ 2007-09-14 16:43 ` J. Bruce Fields
  2007-09-14 17:00   ` Christoph Hellwig
  2007-09-28  2:09 ` Neil Brown
  1 sibling, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2007-09-14 16:43 UTC (permalink / raw)
  To: hch; +Cc: linux-fsdevel, Neil Brown, nfs

On Fri, Sep 14, 2007 at 01:47:46PM +0200, hch@lst.de wrote:
> This patchset is a medium scale rewrite of the export operations
> interface.  The goal is to make the interface less complex, and
> easier to understand from the filesystem side, aswell as preparing
> generic support for exporting of 64bit inode numbers.
> 
> This touches all nfs exporting filesystems, and I've done testing
> on all of the filesystems I have here locally (xfs, ext2, ext3, reiserfs,
> jfs)
> 
> Compared to the last version I've fixed the white space issues that
> checkpatch.pl complained about.

OK, thanks again.  Everything I have now is in

	git://linux-nfs.org/~bfields/linux.git	for-mm

I'm hoping Neil can take a quick look as well (and make a response to
the comment on patch #1 along the way).

> Note that this patch series is against mainline.  There will be some
> xfs changes landing in -mm soon that revamp lots of the code touched
> here.  They should hopefully include the first path in the series so
> it can be simply dropped, but the xfs conversion will need some smaller
> updates.  I will send this update as soon as the xfs tree updates get
> pulled into -mm.

OK.  Let me know if you need me to do anything when that happens.

--b.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: [PATCH 00/19] export operations rewrite
  2007-09-14 16:43 ` J. Bruce Fields
@ 2007-09-14 17:00   ` Christoph Hellwig
  2007-09-14 17:06     ` [NFS] " J. Bruce Fields
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2007-09-14 17:00 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-fsdevel, Neil Brown, nfs, hch

On Fri, Sep 14, 2007 at 12:43:55PM -0400, J. Bruce Fields wrote:
> I'm hoping Neil can take a quick look as well (and make a response to
> the comment on patch #1 along the way).

The exportfs_d_alloc one?  I have a patch for the done, I just need
to run it through my testing setup before sending it out.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: [NFS] [PATCH 00/19] export operations rewrite
  2007-09-14 17:00   ` Christoph Hellwig
@ 2007-09-14 17:06     ` J. Bruce Fields
  0 siblings, 0 replies; 5+ messages in thread
From: J. Bruce Fields @ 2007-09-14 17:06 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-fsdevel, nfs, Neil Brown

On Fri, Sep 14, 2007 at 07:00:25PM +0200, Christoph Hellwig wrote:
> On Fri, Sep 14, 2007 at 12:43:55PM -0400, J. Bruce Fields wrote:
> > I'm hoping Neil can take a quick look as well (and make a response to
> > the comment on patch #1 along the way).
> 
> The exportfs_d_alloc one?  I have a patch for the done, I just need
> to run it through my testing setup before sending it out.

Oops, I meant #19, not #1--there's still a note addressed to Neil
sitting in there.

Typing faster than I was thinking, sorry--b.

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

* Re: [PATCH 00/19] export operations rewrite
  2007-09-14 11:47 [PATCH 00/19] export operations rewrite hch
  2007-09-14 16:43 ` J. Bruce Fields
@ 2007-09-28  2:09 ` Neil Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Neil Brown @ 2007-09-28  2:09 UTC (permalink / raw)
  To: hch, akpm; +Cc: linux-fsdevel, nfs

On Friday September 14, hch@lst.de wrote:
> This patchset is a medium scale rewrite of the export operations
> interface.  The goal is to make the interface less complex, and
> easier to understand from the filesystem side, aswell as preparing
> generic support for exporting of 64bit inode numbers.

These 19 patches
Acked-by: NeilBrown <neilb@suse.de>

I didn't do a very thorough review this time, but I did the previous
time, and the one problem I found (module dependencies) has been
addressed - Thanks.

NeilBrown

> 
> This touches all nfs exporting filesystems, and I've done testing
> on all of the filesystems I have here locally (xfs, ext2, ext3, reiserfs,
> jfs)
> 
> Compared to the last version I've fixed the white space issues that
> checkpatch.pl complained about.
> 
> Note that this patch series is against mainline.  There will be some
> xfs changes landing in -mm soon that revamp lots of the code touched
> here.  They should hopefully include the first path in the series so
> it can be simply dropped, but the xfs conversion will need some smaller
> updates.  I will send this update as soon as the xfs tree updates get
> pulled into -mm.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2007-09-28  2:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-14 11:47 [PATCH 00/19] export operations rewrite hch
2007-09-14 16:43 ` J. Bruce Fields
2007-09-14 17:00   ` Christoph Hellwig
2007-09-14 17:06     ` [NFS] " J. Bruce Fields
2007-09-28  2:09 ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).