From: Benny Halevy <bhalevy@panasas.com>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: NFS list <linux-nfs@vger.kernel.org>,
Fred Isaman <iisaman@netapp.com>,
Boaz Harrosh <bharrosh@panasas.com>
Subject: [PATCH v3 0/29] pnfs for 2.6.40
Date: Mon, 16 May 2011 09:15:10 -0700 [thread overview]
Message-ID: <4DD14D8E.1070701@panasas.com> (raw)
Here's an updated version of the pnfs-obj patches addressing Fred's
review comments from May 12.
changes in v3:
* removed direct i/o patch
* align layoutget requests on page boundaries
* fix lseg ordering
* cleanup pnfs_insert_lseg
* pnfs: clean up pnfs_find_lseg lseg arg
* remove unnecessary FIXME
changes in v2:
* fix CB_NOTIFY_DEVICEID
* call pnfs_return_layout right before pnfs_destroy_layout
* remove assert_spin_locked from pnfs_clear_lseg_list
* remove wait parameter from the layoutreturn path.
* remove return_type field from nfs4_layoutreturn_args
* remove range from nfs4_layoutreturn_args
* no need to send layoutcommit from _pnfs_return_layout
* don't wait on sync layoutreturn
* get rid of PNFS_USE_RPC_CODE
* get rid of __nfs4_write_done_cb
* get rid of ds_[rw]size
* rename pnfs_{read,write}_done -> pnfs_ld_{read,write}_done
* reorganize and reorder the pnfs-obj patchset to expose dependencies
and separate api changes
* some cleaning up of the pnfs-obj patches
* add xdr space reservation for pnfs-obj opaque layoutreturn
and layoutcommit payloads
generic patches:
[PATCH v3 01/29] pnfs: CB_NOTIFY_DEVICEID
[PATCH v3 02/29] pnfs: Use byte-range for layoutget
[PATCH v3 03/29] pnfs: align layoutget requests on page boundaries
[PATCH v3 04/29] pnfs: Use byte-range for cb_layoutrecall
[PATCH v3 05/29] pnfs: client stats
[PATCH v3 06/29] pnfs: resolve header dependency in pnfs.h
some preps:
[PATCH v3 07/29] pnfs-obj: objlayoutdriver module skeleton
[PATCH v3 08/29] NFSD: introduce exp_xdr.h
[PATCH v3 09/29] pnfs-obj: pnfs_osd XDR definitions
[PATCH v3 10/29] exofs: pnfs-tree: Remove pnfs-osd private definitions
[PATCH v3 11/29] pnfs-obj: pnfs_osd XDR client implementation
layoutget:
[PATCH v3 12/29] pnfs-obj: decode layout, alloc/free lseg
getdeviceinfo:
[PATCH v2 13/29] pnfs: per mount layout driver private data
[PATCH v3 13/29] pnfs: per mount layout driver private data
[PATCH v3 14/29] pnfs-obj: objio_osd device information retrieval and
caching
[PATCH v3 15/29] pnfs: set/unset layoutdriver
[PATCH v3 16/29] pnfs-obj: objlayout set/unset layout driver methods
i/o:
[PATCH v3 17/29] pnfs: alloc and free layout_hdr layoutdriver methods
[PATCH v3 18/29] pnfs: support for non-rpc layout drivers
[PATCH v3 19/29] pnfs-obj: read/write implementation
layoutreturn:
[PATCH v3 20/29] pnfs: layoutreturn
[PATCH v3 21/29] pnfs: layoutret_on_setattr
[PATCH v3 22/29] pnfs: encode_layoutreturn
[PATCH v3 23/29] sunrpc: xdr_rewind_stream()
[PATCH v3 24/29] pnfs-obj: objlayout_encode_layoutreturn Implementation.
[PATCH v3 25/29] pnfs-obj: objio_osd report osd_errors for layoutreturn
layoutcommit:
[PATCH v3 26/29] pnfs: encode_layoutcommit
[PATCH v3 27/29] pnfs-obj: objlayout_encode_layoutcommit implementation
support for more interesting osd layouts:
[PATCH v3 28/29] pnfs-obj: objio_osd: RAID0 support
[PATCH v3 29/29] pnfs-obj: objio_osd: groups support
next reply other threads:[~2011-05-16 16:15 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-16 16:15 Benny Halevy [this message]
2011-05-16 16:20 ` [PATCH v3 01/29] pnfs: CB_NOTIFY_DEVICEID Benny Halevy
2011-05-16 16:20 ` [PATCH v3 02/29] pnfs: Use byte-range for layoutget Benny Halevy
2011-05-16 16:20 ` [PATCH v3 03/29] pnfs: align layoutget requests on page boundaries Benny Halevy
2011-05-16 16:21 ` [PATCH v3 04/29] pnfs: Use byte-range for cb_layoutrecall Benny Halevy
2011-05-16 16:21 ` [PATCH v3 05/29] pnfs: client stats Benny Halevy
2011-05-16 16:21 ` [PATCH v3 06/29] pnfs: resolve header dependency in pnfs.h Benny Halevy
2011-05-16 16:21 ` [PATCH v3 07/29] pnfs-obj: objlayoutdriver module skeleton Benny Halevy
2011-05-16 16:21 ` [PATCH v3 08/29] NFSD: introduce exp_xdr.h Benny Halevy
2011-05-16 16:21 ` [PATCH v3 09/29] pnfs-obj: pnfs_osd XDR definitions Benny Halevy
2011-05-16 16:21 ` [PATCH v3 10/29] exofs: pnfs-tree: Remove pnfs-osd private definitions Benny Halevy
2011-05-16 16:22 ` [PATCH v3 11/29] pnfs-obj: pnfs_osd XDR client implementation Benny Halevy
2011-05-16 16:22 ` [PATCH v3 12/29] pnfs-obj: decode layout, alloc/free lseg Benny Halevy
[not found] ` <4DD43666.5040304@panasas.com>
2011-05-19 12:46 ` Boaz Harrosh
2011-05-16 16:22 ` [PATCH v3 13/29] pnfs: per mount layout driver private data Benny Halevy
2011-05-16 16:22 ` [PATCH v3 14/29] pnfs-obj: objio_osd device information retrieval and caching Benny Halevy
2011-05-16 16:22 ` [PATCH v3 15/29] pnfs: set/unset layoutdriver Benny Halevy
2011-05-16 16:22 ` [PATCH v3 16/29] pnfs-obj: objlayout set/unset layout driver methods Benny Halevy
2011-05-16 16:22 ` [PATCH v3 17/29] pnfs: alloc and free layout_hdr layoutdriver methods Benny Halevy
2011-05-16 16:23 ` [PATCH v3 18/29] pnfs: support for non-rpc layout drivers Benny Halevy
2011-05-16 16:23 ` [PATCH v3 19/29] pnfs-obj: read/write implementation Benny Halevy
2011-05-16 16:23 ` [PATCH v3 20/29] pnfs: layoutreturn Benny Halevy
2011-05-16 16:23 ` [PATCH v3 21/29] pnfs: layoutret_on_setattr Benny Halevy
2011-05-16 16:23 ` [PATCH v3 22/29] pnfs: encode_layoutreturn Benny Halevy
2011-05-16 16:23 ` [PATCH v3 23/29] sunrpc: xdr_rewind_stream() Benny Halevy
2011-05-16 16:23 ` [PATCH v3 24/29] pnfs-obj: objlayout_encode_layoutreturn Implementation Benny Halevy
2011-05-16 16:24 ` [PATCH v3 25/29] pnfs-obj: objio_osd report osd_errors for layoutreturn Benny Halevy
2011-05-16 16:24 ` [PATCH v3 26/29] pnfs: encode_layoutcommit Benny Halevy
2011-05-16 16:24 ` [PATCH v3 27/29] pnfs-obj: objlayout_encode_layoutcommit implementation Benny Halevy
2011-05-16 16:24 ` [PATCH v3 28/29] pnfs-obj: objio_osd: RAID0 support Benny Halevy
2011-05-16 16:24 ` [PATCH v3 29/29] pnfs-obj: objio_osd: groups support Benny Halevy
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=4DD14D8E.1070701@panasas.com \
--to=bhalevy@panasas.com \
--cc=Trond.Myklebust@netapp.com \
--cc=bharrosh@panasas.com \
--cc=iisaman@netapp.com \
--cc=linux-nfs@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.