linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET v8 0/32] pnfs for 2.6.40
@ 2011-05-25 21:24 Benny Halevy
  2011-05-25 21:26 ` [PATCH v8 01/32] NFSv4.1: fix typo in filelayout_check_layout Benny Halevy
                   ` (33 more replies)
  0 siblings, 34 replies; 58+ messages in thread
From: Benny Halevy @ 2011-05-25 21:24 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Boaz Harrosh, NFS list

Trond,

This patchset includes the latest fixes from Boaz and it is ready
in my opinion for linux-next.

Last 5 patches include the changes we discussed for pg_test and
their use by pnfs-obj, please review carefully.

Note that I skipped v7.  It was pushed up to the git tree but no patches were sent.

I released the series to git://linux-nfs.org/~bhalevy/linux-pnfs.git pnfs-submit
under this tag: pnfs-for-2.6.40-v8-2011-05-25

Rebased on top of it are the pnfs-obj, pnfs, pnfsd-all, pnfsd-lexp-all,
and pnfs-exofs-all branches, marked with tag pnfs-exofs-all-2.6.39-2011-05-25

Changes in v8: (Benny)
* removed EXPORT_SYMBOL_GPL from nfs4_deviceid_purge_client
* split "NFSv4.1: use layout driver in global device cache"
* squashed "Bug in new global-device-cache code"
* squashed "BUG in _deviceid_purge_client"
* squashed "layout_driver MUST set free_deviceid_node if using dev-cache"
* committed "layout_driver MUST set free_deviceid_node if using dev-cache"
* squashed "pnfs_osd_xdr.h Remove server definitions"
  - updated commit message
* squashed "xdr_cli: Wrong type in comments"
* squashed "objio alloc/free lseg Bugs fixes"
* squashed "use layout driver in global device cache"
* squashed "Bugs in new global-device-cache code"
* squashed "objlayout wants to cache devices until unmount"
* squashed "Fall out from: non-rpc layout drivers"
* squashed "objio read/write patch: Bugs fixes"
* fixed NULL deref in _pnfs_return_layout
* removed "reclaim" member of nfs4_layoutreturn_args
* removed "extern" from function definitions

* committed "NFSv4.1: unify pnfs_pageio_init functions"
* committed "NFSv4.1: change pg_test return type to bool"
* committed "NFSv4.1: use pnfs_generic_pg_test directly by layout driver"
* committed "NFSv4.1: define nfs_generic_pg_test"
* committed "pnfs-obj: pg_test check for max_io_size"

Changes in v6: (Benny)
* squashed all SQUASHMEs
* reverted "SQUASHME: initialize data->task on the non-rpc io done
success paths"
* reverted "per mount layout driver private data"
* reverted "pnfs: set/unset layoutdriver"
* applied (in reverse) "SQUASHME: pnfs-obj: Important fallout from the
last rebase"

Changes in v5: (Benny)
* use struct nfs_client to qualify deviceid
* make device cache global
* use be32 res in nfs4_callback_devicenotify
* use gfp_flags
* xdr_init_decode_pages
* fix layout stateid used for layoutreturn args
* commit message for layoutret_on_setattr
* use global deviceid cache for pnfs-obj
  - revert per-mount hook and related {.un}set_layoutdriver methods
* use layout driver in global device cache

changes in v4: (Boaz)
* See the long SQUASHME patchset I sent yesterday for all the changes.
  titled: [PATCHSET 00/13] SQUASHME pnfs-obj: Lots of changes addressing
comments by Trond and Benny
* I have united all 3 raid-engine read/write patches to a single patch
* I've united the two error-reporting and error-encoding into one patch
* Some checkpatch love
* small cleanups here and there.
(I'll send a diff as reply to this mail)

changes in v3: (Benny)
* 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

List of patches:

generic:
[PATCH v8 01/32] NFSv4.1: fix typo in filelayout_check_layout
[PATCH v8 02/32] NFSv4.1: use struct nfs_client to qualify deviceid
[PATCH v8 03/32] pnfs: resolve header dependency in pnfs.h
[PATCH v8 04/32] NFSv4.1: make deviceid cache global
[PATCH v8 05/32] NFSv4.1: purge deviceid cache on nfs_free_client
[PATCH v8 06/32] pnfs: CB_NOTIFY_DEVICEID
[PATCH v8 07/32] NFSv4.1: use layout driver in global device cache
[PATCH v8 08/32] SUNRPC: introduce xdr_init_decode_pages
[PATCH v8 09/32] pnfs: Use byte-range for layoutget
[PATCH v8 10/32] pnfs: align layoutget requests on page boundaries
[PATCH v8 11/32] pnfs: Use byte-range for cb_layoutrecall
[PATCH v8 12/32] pnfs: client stats

Basic ld driver and some std definitions:
[PATCH v8 13/32] pnfs-obj: objlayoutdriver module skeleton
[PATCH v8 14/32] pnfs-obj: pnfs_osd XDR definitions
[PATCH v8 15/32] pnfs-obj: pnfs_osd XDR client implementation

layoutget:
[PATCH v8 16/32] pnfs-obj: decode layout, alloc/free lseg

getdeviceinfo:
[PATCH v8 17/32] pnfs-obj: objio_osd device information retrieval and caching

read/write:
[PATCH v8 18/32] pnfs: alloc and free layout_hdr layoutdriver methods
[PATCH v8 19/32] pnfs-obj: define per-inode private structure
[PATCH v8 20/32] pnfs: support for non-rpc layout drivers
[PATCH v8 21/32] pnfs-obj: osd raid engine read/write implementation

layoutreturn:
[PATCH v8 22/32] pnfs: layoutreturn
[PATCH v8 23/32] pnfs: layoutret_on_setattr
[PATCH v8 24/32] pnfs: encode_layoutreturn
[PATCH v8 25/32] pnfs-obj: report errors and .encode_layoutreturn Implementation.

layoutcommit:
[PATCH v8 26/32] pnfs: encode_layoutcommit
[PATCH v8 27/32] pnfs-obj: objlayout_encode_layoutcommit implementation

pg-test:
[PATCH v8 28/32] NFSv4.1: unify pnfs_pageio_init functions
[PATCH v8 29/32] NFSv4.1: change pg_test return type to bool
[PATCH v8 30/32] NFSv4.1: use pnfs_generic_pg_test directly by layout driver
[PATCH v8 31/32] NFSv4.1: define nfs_generic_pg_test
[PATCH v8 32/32] pnfs-obj: pg_test check for max_io_size


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

end of thread, other threads:[~2011-05-29 18:14 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 21:24 [PATCHSET v8 0/32] pnfs for 2.6.40 Benny Halevy
2011-05-25 21:26 ` [PATCH v8 01/32] NFSv4.1: fix typo in filelayout_check_layout Benny Halevy
2011-05-25 21:26 ` [PATCH v8 02/32] NFSv4.1: use struct nfs_client to qualify deviceid Benny Halevy
2011-05-25 21:26 ` [PATCH v8 03/32] pnfs: resolve header dependency in pnfs.h Benny Halevy
2011-05-25 21:26 ` [PATCH v8 04/32] NFSv4.1: make deviceid cache global Benny Halevy
2011-05-25 21:27 ` [PATCH v8 05/32] NFSv4.1: purge deviceid cache on nfs_free_client Benny Halevy
2011-05-29  8:06   ` [PATCH] SQUASHME: into NFSv4.1: purge deviceid cache - let ver < 4.1 compile Boaz Harrosh
2011-05-25 21:27 ` [PATCH v8 06/32] pnfs: CB_NOTIFY_DEVICEID Benny Halevy
2011-05-25 21:27 ` [PATCH v8 07/32] NFSv4.1: use layout driver in global device cache Benny Halevy
2011-05-25 21:27 ` [PATCH v8 08/32] SUNRPC: introduce xdr_init_decode_pages Benny Halevy
2011-05-25 21:27 ` [PATCH v8 09/32] pnfs: Use byte-range for layoutget Benny Halevy
2011-05-25 21:27 ` [PATCH v8 10/32] pnfs: align layoutget requests on page boundaries Benny Halevy
2011-05-25 21:27 ` [PATCH v8 11/32] pnfs: Use byte-range for cb_layoutrecall Benny Halevy
2011-05-25 21:27 ` [PATCH v8 12/32] pnfs: client stats Benny Halevy
2011-05-25 21:28 ` [PATCH v8 13/32] pnfs-obj: objlayoutdriver module skeleton Benny Halevy
2011-05-25 21:28 ` [PATCH v8 14/32] pnfs-obj: pnfs_osd XDR definitions Benny Halevy
2011-05-25 21:28 ` [PATCH v8 15/32] pnfs-obj: pnfs_osd XDR client implementation Benny Halevy
2011-05-25 21:28 ` [PATCH v8 16/32] pnfs-obj: decode layout, alloc/free lseg Benny Halevy
2011-05-26 19:05   ` [PATCH] SQUASHME V2: objio alloc/free lseg Bugs fixes Boaz Harrosh
2011-05-25 21:28 ` [PATCH v8 17/32] pnfs-obj: objio_osd device information retrieval and caching Benny Halevy
2011-05-26 14:04   ` Boaz Harrosh
2011-05-26 16:09     ` Benny Halevy
2011-05-26 19:07   ` [PATCH v9 16/18] " Boaz Harrosh
2011-05-26 19:09     ` Boaz Harrosh
2011-05-29 18:14     ` Benny Halevy
2011-05-25 21:28 ` [PATCH v8 18/32] pnfs: alloc and free layout_hdr layoutdriver methods Benny Halevy
2011-05-25 21:28 ` [PATCH v8 19/32] pnfs-obj: define per-inode private structure Benny Halevy
2011-05-25 21:28 ` [PATCH v8 20/32] pnfs: support for non-rpc layout drivers Benny Halevy
2011-05-25 21:29 ` [PATCH v8 21/32] pnfs-obj: osd raid engine read/write implementation Benny Halevy
2011-05-26 19:12   ` [PATCH resend3] SQUASHME: objio read/write patch: Bugs fixes Boaz Harrosh
2011-05-25 21:29 ` [PATCH v8 22/32] pnfs: layoutreturn Benny Halevy
2011-05-27 14:25   ` Boaz Harrosh
2011-05-25 21:29 ` [PATCH v8 23/32] pnfs: layoutret_on_setattr Benny Halevy
2011-05-25 21:29 ` [PATCH v8 24/32] pnfs: encode_layoutreturn Benny Halevy
2011-05-25 21:29 ` [PATCH v8 25/32] pnfs-obj: report errors and .encode_layoutreturn Implementation Benny Halevy
2011-05-26 19:14   ` Boaz Harrosh
2011-05-26 19:15   ` [PATCH v9 " Boaz Harrosh
2011-05-25 21:29 ` [PATCH v8 26/32] pnfs: encode_layoutcommit Benny Halevy
2011-05-25 21:29 ` [PATCH v8 27/32] pnfs-obj: objlayout_encode_layoutcommit implementation Benny Halevy
2011-05-25 21:29 ` [PATCH v8 28/32] NFSv4.1: unify pnfs_pageio_init functions Benny Halevy
2011-05-27 15:28   ` Boaz Harrosh
2011-05-27 15:37   ` [PATCH] SQUASHME: Fix BUG in: " Boaz Harrosh
2011-05-29  8:09     ` Boaz Harrosh
2011-05-29  8:10   ` [PATCH v2] " Boaz Harrosh
2011-05-25 21:30 ` [PATCH v8 29/32] NFSv4.1: change pg_test return type to bool Benny Halevy
2011-05-25 21:30 ` [PATCH v8 30/32] NFSv4.1: use pnfs_generic_pg_test directly by layout driver Benny Halevy
2011-05-25 21:30 ` [PATCH v8 31/32] NFSv4.1: define nfs_generic_pg_test Benny Halevy
2011-05-26 14:18   ` Boaz Harrosh
2011-05-26 18:20     ` Benny Halevy
2011-05-26 19:03       ` Boaz Harrosh
2011-05-26 19:17   ` Subject: [PATCH] SQUASHME: Move a check from nfs_pageio_do_add_request to nfs_generic_pg_test Boaz Harrosh
2011-05-26 19:58     ` Boaz Harrosh
2011-05-26 20:11       ` Trond Myklebust
2011-05-27  7:22         ` Boaz Harrosh
2011-05-25 21:30 ` [PATCH v8 32/32] pnfs-obj: pg_test check for max_io_size Benny Halevy
2011-05-26 14:57 ` [PATCHSET v8 0/32] pnfs for 2.6.40 Boaz Harrosh
2011-05-26 16:14   ` Benny Halevy
2011-05-29  8:56 ` Boaz Harrosh

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