linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/18] pNFS wave 3 submission Version 2
@ 2011-02-15  8:38 andros
  2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 01/18] NFSv4: remove CONFIG_NFS_V4 from nfs_read_data andros
                   ` (17 more replies)
  0 siblings, 18 replies; 28+ messages in thread
From: andros @ 2011-02-15  8:38 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-nfs


These patches implement wave 3 of the pNFS submission, which encompasses file
layout data server connection, READ I/O, and recovery through the MDS.

Responded to all Version 1 comments.

-->Andy

Changes since Version 1:
Renamed patches from "pnfs: wave3:XXX" to NFSv4.1:XXX

0001-NFSv4-remove-CONFIG_NFS_V4-from-nfs_read_data.patch
Patch comment and title adjusted

0002-NFSv4.1-put_layout_hdr-can-remove-nfsi-layout.patch
Unchanged

0003-NFS-move-nfs_client-initialization-into-nfs_get_clie.patch
added init_client rpc_ops

0004-NFSv4.1-send-zero-stateid-seqid-on-v4.1-i-o.patch
0005-NFSv4.1-new-flag-for-state-renewal-check.patch
0006-NFSv4.1-new-flag-for-lease-time-check.patch
0007-NFSv4.1-add-MDS-mount-DS-only-check.patch
Unchanged

0008-NFSv4.1-lseg-refcounting.patch
Changed parameter name ino=>inode
Changed function name put_lseg_common
inlined put_lseg_locked

0009-NFSv4.1-coelesce-across-layout-stripes.patch
0010-NFSv4.1-shift-pnfs_update_layout-locations.patch
Switched the order of the above two patches
Moved pnfs_update_layout to pg_doio/pg_test
switched put_lseg/put_nfs_open_context

0011-NFSv4.1-generic-read.patch
Keep nfs_initiate_read static, don't EXPORT here
Removed bfields Signed-off-by;
Removed Reported-by: Alexandros

0012-NFSv4.1-data-server-connection.patch
Unchanged

0013-NFSv4.1-filelayout-i-o-helpers.patch
Added dense stripe helper function

0014-NFSv4.1-filelayout-read.patch
Declare nfs_initiate_read non-static and EXPORT_SYMBOL_GPL

0015-NFSv4.1-filelayout-async-error-handler.patch
Unchanged

0016-NFSv4.1-move-deviceid-cache-to-filelayout-driver.patch
New patch from Christoph

0017-NFSv4.1-turn-off-pNFS-on-ds-connection-failure.patch
Modified to use filelayout driver deviceid cache

0018-NFSv4.1-lseg-documentation.patch
New patch from Fred.


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

end of thread, other threads:[~2011-02-17  8:15 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15  8:38 [PATCH 0/18] pNFS wave 3 submission Version 2 andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 01/18] NFSv4: remove CONFIG_NFS_V4 from nfs_read_data andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 02/18] NFSv4.1: put_layout_hdr can remove nfsi->layout andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 03/18] NFS move nfs_client initialization into nfs_get_client andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 04/18] NFSv4.1: send zero stateid seqid on v4.1 i/o andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 05/18] NFSv4.1: new flag for state renewal check andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 06/18] NFSv4.1: new flag for lease time check andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 07/18] NFSv4.1: add MDS mount DS only check andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 08/18] NFSv4.1: lseg refcounting andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 09/18] NFSv4.1: coelesce across layout stripes andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 10/18] NFSv4.1: shift pnfs_update_layout locations andros
2011-02-16 19:42   ` Benny Halevy
2011-02-16 19:55     ` Fred Isaman
2011-02-16 20:08       ` Benny Halevy
2011-02-16 21:09         ` Fred Isaman
2011-02-16 22:56           ` Fred Isaman
2011-02-17  8:15             ` Christoph Hellwig
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 11/18] NFSv4.1: generic read andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 12/18] NFSv4.1: data server connection andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 13/18] NFSv4.1: filelayout i/o helpers andros
2011-02-15  8:38 ` [PATCH pNFS wave 3 Version 2 14/18] NFSv4.1: filelayout read andros
2011-02-15  8:39 ` [PATCH pNFS wave 3 Version 2 15/18] NFSv4.1: filelayout async error handler andros
2011-02-16 19:57   ` Benny Halevy
2011-02-15  8:39 ` [PATCH pNFS wave 3 Version 2 16/18] NFSv4.1 move deviceid cache to filelayout driver andros
2011-02-16 18:48   ` Andy Adamson
2011-02-15  8:39 ` [PATCH pNFS wave 3 Version 2 17/18] NFSv4.1: turn off pNFS on ds connection failure andros
2011-02-15  8:39 ` [PATCH pNFS wave 3 Version 2 18/18] NFSv4.1: lseg documentation andros
2011-02-16 18:49   ` Andy Adamson

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).