linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benny Halevy <bhalevy@panasas.com>
To: Boaz Harrosh <bharrosh@panasas.com>
Cc: NFS list <linux-nfs@vger.kernel.org>
Subject: Re: pnfs git tree status pnfs-all-2.6.35-rc3-2010-07-01
Date: Tue, 06 Jul 2010 15:44:54 +0300	[thread overview]
Message-ID: <4C332546.4080704@panasas.com> (raw)
In-Reply-To: <4C31FDDF.4040308@panasas.com>

On Jul. 05, 2010, 18:44 +0300, Boaz Harrosh <bharrosh@panasas.com> wrote:
> On 07/01/2010 09:40 PM, Benny Halevy wrote:
>> Here's the list of patches that went into the latest linux-pnfs tree as of 2010-07-01
>> since last update (pnfs-all-2.6.35-rc2-2010-06-17)
>>
>> As usual, cumulative patches against the mainline kernel can be
>> generated via http://wiki.linux-nfs.org/wiki/index.php/PNFS_Development_Git_tree
>>
>> nfsd-upstream:
>>   Boaz Harrosh     b9598af SQUASHME: nfsd41: Fix a crash when a callback is retried
>>
>> nfs-upstream:
>>   Benny Halevy     a1c6087 nfs: fix possible leak in nfs_proc_symlink
>>   Trond Myklebust  1308c3f NFSv4: Ensure that /proc/self/mountinfo displays the minor version number
>>
>> nfs41-all:
>>   Benny Halevy     20265c2 i915_dma Bug #16247
>>
>> pnfs-submit:
>>   Benny Halevy     f88044b SQUASHME: pnfs-submit: __wait no longer used by _pnfs_update_layout
>>   Benny Halevy     397af9d SQUASHME: pnfs-submit: fix possible leak in nfs4_pnfs_ds_create
>>   Benny Halevy     970b309 SAUASHME: pnfs-submit: prevent buffer overrun in decode_and_add_ds
>>   Andy Adamson     4ae3ac5 SQUASHME pnfs-submit: remove struct nfs_server from stack
>>   Andy Adamson     fcc6499 SQUASHME: pnfs-submit: don't re-initialize i_lock
>>   Andy Adamson     f83fa38 SQUASHME pnfs-submit: add error handlers to layout get
>>   Andy Adamson     14e9066 SQUASHME pnfs-submit: handle assassinated layoutcommit
>>   Andy Adamson     2a1ef93 SQUASHME pnfs-submit: add error handling to layout return
>>   Andy Adamson     cbae7a5 SQUASHME pnfs-submit: remove encode_layoutreturn
>>   Andy Adamson     761f452 SQUASHME pnfs-submit: pnfs_try_to_read, write, commit using freed memory
>>   Andy Adamson     56a98e8 SQUASHME: pnfs-submit remove unused filelayout_mount_type
>>   Fred Isaman      fcbaa5e pnfs-submit: remove list_empty check from put_layout
>>
> 
> Benny you have missed a patch from Andy's patchset I can count 9 patches by Andy
> but the original set had 10.
> The missing patch is titled:
> 	[PATCH 03/10] SQUASHME pnfs-submit: clear page lseg on partial i/o
> 

Correct.  Andy requested me to pull it out as it needs more work.

> 
> Your Friday bhalevy tree had it I think. And I have on queue a patchset that conflicts
> with it. (Which is why I waited for your release before posting). So what is the
> disposition of this patch, is it in or out? Andy?

Let's deal with them in FIFO order.
I hope the conflicts are not too hard to resolve so if you're ready
with your patches first, let's go for them.

Benny

> 
> I'll post a set based on [PATCH 03/10] applied.
> 
> Boaz
> 
>> pnfs:
>>   Benny Halevy     5157ed0 SQUASHME: pnfs: check for read_buf error in decode_pnfs_layoutrecall_args
>>   Andy Adamson     5637fa1 pnfs-post-submit: restore encode_layoutreturn
>>
>> pnfs-block:
>>   Benny Halevy     5d459a3 SQUASHME: pnfs-block: nfs4_blk_add_block_disk ret must be signed
>>
>> pnfsd-files:
>>   Benny Halevy     e840874 SQUASHME: pnfsd-files: nfsd4_pnfs_dlm_shutdown should use list_for_each_entry_safe
>>   Benny Halevy     a9fb462 SQUASHME: pnfsd-files: verify_stateid's return status is __be32
>>   Benny Halevy     3895976 SQUASHME: pnfsd-files: prevent NULL deref in nfsd4_pnfs_dlm_getdevinfo
>>   Eric Anderle     805dec2 pnfsd: Fix num_ds bug in nfsd4_set_pnfs_dlm_device()
>>
>> pnfsd:
>>   Boaz Harrosh     259e31d SQUASHME: pnfsd: into [SQUASHME: pnfsd: Support for cb_layout returning NFS4ERR_DELAY]
>>   Benny Halevy     bf5656c SQUASHME: pnfsd: fix pointer dereference in dprintk of write verifiers
>>   Benny Halevy     263355c pnfsd: reset status on NFS4ERR_NOMATCHING_LAYOUT
>>   Benny Halevy     50debee SQUASHME: pnfsd: move kfree of the cb_device rpc_args to release time
>>   Benny Halevy     bc3b006 SQUASHME: pnfsd: move kfree of the cb_layout rpc_args to release time
>>
>> spnfs-block:
>>   Benny Halevy     8b047ca SQUASHME: spnfs-block: kfree(res) in bl_pipe_downcall error path
>>
>> pnfs-obj-all:
>>   Benny Halevy     8ef6e62 SQUASHME: pnfs-obj: use NFSDBG_PNFS_LD also in pnfs_osd_xdr_cli.c
>>
>> pnfs-exofs-all:
>>   Boaz Harrosh     7cc0c0e SQUASHME: pnfsd-exofs: Fix exofs_inode_recall_layout() sending 2 recalls
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 

  reply	other threads:[~2010-07-06 12:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-10 17:06 pnfs git tree status pnfs-all-2.6.35-rc2-2010-06-10 Benny Halevy
2010-06-11  7:26 ` Boaz Harrosh
2010-06-11  7:50   ` Fred Isaman
2010-06-17 16:36 ` pnfs git tree status pnfs-all-2.6.35-rc3-2010-06-17 Benny Halevy
2010-07-01 18:40   ` pnfs git tree status pnfs-all-2.6.35-rc3-2010-07-01 Benny Halevy
2010-07-05 15:44     ` Boaz Harrosh
2010-07-06 12:44       ` Benny Halevy [this message]
2010-07-20  8:20   ` pnfs git tree status pnfs-all-2.6.35-rc5-2010-07-20 Benny Halevy
2010-08-05 15:56     ` Benny Halevy
2010-08-05 16:40       ` pnfs git tree status pnfs-all-2.6.35-2010-08-05 Benny Halevy
2010-08-30 16:02         ` pnfs git tree status pnfs-all-2.6.35-2010-08-24 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=4C332546.4080704@panasas.com \
    --to=bhalevy@panasas.com \
    --cc=bharrosh@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).