linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benny Halevy <bhalevy@panasas.com>
To: NFS list <linux-nfs@vger.kernel.org>
Subject: pnfs git tree status pnfs-all-2.6.36-2010-10-28
Date: Thu, 28 Oct 2010 15:36:42 +0200	[thread overview]
Message-ID: <4CC97C6A.80200@panasas.com> (raw)
In-Reply-To: <4CA31DC3.8070300@panasas.com>

This version is based on v2.6.36

Cumulative patches can be generated from
git://linux-nfs.org/~bhalevy/linux-pnfs.git
using
git diff v2.6.36-rc6 pnfs-all-2.6.36-2010-10-28

Or, they can be downloaded from the wiki at:
http://wiki.linux-nfs.org/wiki/index.php/PNFS_Development_Git_tree

Note that I'm in the process of rebasing the whole tree onto linux-2.6/master
(to be v2.6.37-rc1) and it's taking some time due to conflicts and significant
changes both on the client and on the server side.
I'll send an announcement when the 2.6.37 tree is ready to go.

In the meanwhile pnfs-all-latest == pnfs-all-2.6.36 but the rest of the branches
were not updated.

Latest patches that went in since pnfs-all-2.6.36-rc6-2010-09-29:

upstream:
  Jan Kara         db02183 bdi: Initialize inode->i_mapping.backing_dev_info to sb->s_bdi

nfsd-upstream:
  Benny Halevy     8dcd082 nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length

pnfsd-files:
  Benny Halevy     c5a841c SQUASHME: pnfsd-files: update layout stateid properly

pnfsd:
  Benny Halevy     12e7883 SQUASHME: pnfsd: FATTR4_WORD2_LAYOUT_BLKSIZE is supported only under CONFIG_PNFSD

spnfs:
  Benny Halevy     e129405 SQUASHME: pnfsd: factor out pnfsd check_export crap out of check_export

pnfs-submit-layoutget:
  Bian Naimeng     2e16f9a SQUASHME: pnfs-submit: specify the layout type before initialize mountpoint
  Fred Isaman      8781381 SQUASHME: pnfs-devinfo-submit: misc small fixes
  Fred Isaman      07c9c9a SQUASHME: pnfs-devinfo-submit: Use only asynch error handler for LAYOUTGET
  Fred Isaman      c17dfaa SQUASHME: pnfs-submit: Don't check exchange flags unless using v4.1 try 2

pnfs-submit:
  Fred Isaman      43db3d4 SQUASHME: pnfs-devinfo-submit: fix comments in pnfs_layout*_release
  Benny Halevy     57a08c9 SQUASHME: pnfs-submit: handle NULL lseg in filelayout_get_stripesize
  Fred Isaman      2a90270 SQUASHME: pnfs-submit: misc small rebase fixes
  Fred Isaman      e141824 SQUASHME: pnfs_submit: remove inlines from *.c files
  Fred Isaman      f60c230 nfs: change end of line commas to semicolons
  Fred Isaman      625834c SQUASHME: pnfs_submit: Only use asynch error handler for LAYOUTCOMMIT
  Fred Isaman      9bc5857 SQUASHME: pnfs_submit: only use asynch error handler for LAYOUTRETURN
  Benny Halevy     67f8ba9 SQUASHME: pnfs-submit: init pg_lseg to NULL when !CONFIG_NFS_V4_1
  Fred Isaman      a262d18 pnfs_submit: Remove nonsensical check
  Fred Isaman      0561b05 pnfs_submit: Only update stateid if it is more recent than current
  Fred Isaman      48f0c0f pnfs_submit: simplify nfs4_callback_layoutrecall
  Fred Isaman      dc08d69 pnfs_submit: Fix clp refcounting in layout recalls
  Fred Isaman      df7c832 pnfs_submit: Remove the get_stripesize function
  Andy Adamson     4e97d26 pnfs_submit: move layout segment valid test
  Andy Adamson     a40a6ae pnfs_submit: fix deadlock in pnfs_clear_lseg_list
  Andy Adamson     5155659 pnfs_submit: enforce requested DS only pNFS role
  Benny Halevy     1664201 SQUASHME: pnfs-submit: fail init_clientid if a DS is not really a DS
  Benny Halevy     424dea1 SQUASHME: pnfs-submit: do not get_lseg in pnfs_has_layout
  Benny Halevy     86dc18d SQUASHME: pnfs: get_lseg in nfs4_layoutget_prepare rather than in pnfs_has_layout
  Fred Isaman      ba39b5a pnfs_submit: Restore forgetful mode io draining
  Andy Adamson     6328fa0 pnfs_submit: fix layoutreturn layout stateid processing
  Andy Adamson     767d1da pnfs_submit: replace pnfs_layoutget_release with put_layout_hdr
  Benny Halevy     0c407c7 pnfs: do not change layout stateid when dropping layouts.

pnfs:
  Benny Halevy     c249cff SQUASHME: pnfs: loga_minlength must not be greater than loga_length
  Benny Halevy     2ec6978 pnfs: mark page with error in readpage_async_filler when crossing lsegs
  Fred Isaman      23b3e65 SQUASHME: pnfs: filelayout: call print_ds under ifdebug(FACILITY)

pnfs-obj:
  Benny Halevy     456ac6e SQUASHME: pnfs-obj: deprecate get_stripesize

pnfs-block:
  Steve Dickson    97127f0 SQUASHME: pnfsblock: compile error in blocklayout code
  Benny Halevy     81197a6 SQUASHME: pnfs-block: deprecate get_stripesize
  Jim Rees         3bf1cd1 move include lines out of include file


      parent reply	other threads:[~2010-10-28 13:36 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-30 16:34 pnfs git tree status pnfs-all-2.6.36-rc3-2010-08-30 Benny Halevy
2010-08-30 16:43 ` [PATCH 1/2] SQUASHME: pnfs-submit: do not use NIPQUAD in nfs4_callback_layoutrecall dprintk Benny Halevy
2010-08-30 16:43 ` [PATCH 2/2] SQUASHME: pnfs-submit: get machince creds for getdeviceinfo Benny Halevy
2010-08-30 16:44 ` [PATCH 3/3] SQUASHME: pnfs: get machince creds for getdevicelist Benny Halevy
2010-08-30 16:44 ` [PATCH 4/4] SQUASHME: pnfs-obj use REQ flags rather than BIO flags Benny Halevy
2010-09-29 11:06 ` pnfs git tree status pnfs-all-2.6.36-rc6-2010-09-29 Benny Halevy
2010-09-29 11:09   ` [PATCH 1/5] SQUASHME: pnfs-submit: add missing include file in nfs4filelayoutdev.c Benny Halevy
2010-09-29 11:09   ` [PATCH 2/5] SQUASHME: move nfs4_deviceid definitions to include/linux/nfs4.h Benny Halevy
2010-09-29 11:09   ` [PATCH 3/5] SQUASHME: pnfs-submit: handle non-pnfs case in set_pnfs_layoutdriver Benny Halevy
2010-09-29 11:10   ` [PATCH 4/5] pnfs-submit: file needs layout commit, server attributes may be stale Benny Halevy
2010-09-29 11:10   ` [PATCH 5/5] NFS: clear fsinfo before sendign rpc Benny Halevy
2010-10-13 18:03     ` Fred Isaman
2010-10-13 20:34       ` Benny Halevy
2010-10-13 20:54         ` Trond Myklebust
2010-10-13 21:13           ` Benny Halevy
2010-10-13 21:20             ` Trond Myklebust
     [not found]               ` <1287004813.3015.212.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2010-10-13 21:27                 ` Benny Halevy
2010-09-29 11:10   ` [PATCH 6/9] pnfs: alloc and free layout_hdr layoutdriver methods Benny Halevy
2010-09-29 11:10   ` [PATCH 7/9] pnfs: allow nfs4_proc_layoutget to sleep on invalid lsegs Benny Halevy
2010-09-29 11:10   ` [PATCH 8/9] SQUASHME: pnfs: refactor put_lseg{_locked} Benny Halevy
2010-09-29 11:11   ` [PATCH 9/9] SQUASHME: pnfs: get rid of lo_waitq Benny Halevy
2010-09-29 11:11   ` [PATCH 10/15] SQUASHME: pnfsblock: remove obsolete include file from blocklayout.h Benny Halevy
2010-09-29 11:11   ` [PATCH 11/15] SQUASHME: pnfsblock: use nfs4_deviceid Benny Halevy
2010-09-29 11:11   ` [PATCH 12/15] SQUASHME: pnfsblock: no callback ops Benny Halevy
2010-09-29 11:11   ` [PATCH 13/15] SQAUSHME: pnfsblock: no PNFS_NFS_SERVER Benny Halevy
2010-09-29 11:12   ` [PATCH 14/15] SQUASHME: pnfsblock: no dev_notify_types Benny Halevy
2010-09-29 11:12   ` [PATCH 15/15] SQUASHME: pnfsblock: use new struct pnfs_layout_hdr Benny Halevy
2010-09-29 11:12   ` [PATCH 16/17] SQUASHME: pnfs-obj: fix REQ flags usage Benny Halevy
2010-09-29 11:12   ` [PATCH 17/17] SQUASHME: pnfs-obj: convert to new pnfs-submit changes Benny Halevy
2010-09-29 11:12   ` [PATCH 18/18] SQUASHME: pnfsd-exofs: " Benny Halevy
2010-09-29 11:17   ` pnfs git tree status pnfs-all-2.6.36-rc6-2010-09-29 Benny Halevy
2010-09-29 11:18   ` [PATCH] pnfs: get layout in proper segments Benny Halevy
2010-09-29 14:07   ` pnfs git tree status pnfs-all-2.6.36-rc6-2010-09-29 Tigran Mkrtchyan
2010-09-29 14:09     ` Tigran Mkrtchyan
2010-09-29 14:22       ` Benny Halevy
2010-09-29 14:36         ` Tigran Mkrtchyan
2010-09-29 15:25           ` Benny Halevy
2010-09-29 16:57             ` Tigran Mkrtchyan
2010-09-29 18:35               ` Fred Isaman
2010-09-30  7:58             ` Tigran Mkrtchyan
2010-09-30  8:29               ` Benny Halevy
2010-09-30  8:30         ` Benny Halevy
2010-09-30  9:12           ` Tigran Mkrtchyan
2010-09-30  9:17             ` Benny Halevy
2010-09-30 21:37               ` pnfs-all-2.6.36-rc6-2010-09-30 Benny Halevy
2010-09-30 22:23               ` pnfs git tree status pnfs-all-2.6.36-rc6-2010-09-29 Marc Eshel
2010-10-01  4:17               ` pNFS DS session Marc Eshel
2010-10-01  6:12                 ` Tigran Mkrtchyan
2010-10-01  8:47                   ` Boaz Harrosh
2010-10-01 12:33                     ` Benny Halevy
2010-10-01 15:40                       ` Marc Eshel
2010-10-01 17:10                         ` J. Bruce Fields
2010-10-01 18:00                           ` Marc Eshel
2010-10-01 18:14                             ` J. Bruce Fields
2010-10-01 18:29                               ` Andy Adamson
2010-10-03 14:55                                 ` Boaz Harrosh
     [not found]   ` <4CA3C1E2.2050701@RedHat.com>
2010-09-30  8:26     ` pnfs git tree status pnfs-all-2.6.36-rc6-2010-09-29 Benny Halevy
2010-10-28 13:36   ` Benny Halevy [this message]

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=4CC97C6A.80200@panasas.com \
    --to=bhalevy@panasas.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 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).