All of lore.kernel.org
 help / color / mirror / Atom feed
* pnfs git tree status 2010-04-29
@ 2010-04-29 17:16 Benny Halevy
  2010-05-06 21:13 ` pnfs git tree status pnfs-all-2.6.34-rc6-2010-05-06 pnfs-all-2.6.33-2010-05-06 Benny Halevy
  0 siblings, 1 reply; 5+ messages in thread
From: Benny Halevy @ 2010-04-29 17:16 UTC (permalink / raw)
  To: NFS list; +Cc: pNFS Mailing List, Steve Dickson

I released the following today:

pnfs-all-2.6.33-2010-04-29
pnfs-all-2.6.34-rc5-2010-04-29

As usual, cumulative patches can be generated from
git://linux-nfs.org/~bhalevy/linux-pnfs.git
using
git diff v2.6.33 pnfs-all-2.6.33-2010-04-29
git diff v2.6.34-rc5 pnfs-all-2.6.34-rc5-2010-04-29

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

Latest patches (since 2010-04-21):

pnfs-all-2.6.33:
Benny Halevy (1):
      pnfs-block: revert workaround for NFS4_GETDEVINFO_MAXSIZE

J. Bruce Fields (1):
      pnfs-block: fix compile breakage

Mike Sager (1):
      pnfsblock: use the session max response size for getdeviceinfo's maxcount

Zhang Jingwang (1):
      SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents

Zhengju Sha (1):
      pnfsd: using sbid instead of fsid while returning device list to client

nfs-upstream:
Trond Myklebust (1):
      NFS: Fix an unstable write data integrity race

pnfs-submit:
Tao Guo (1):
      pnfs: Reduce layout lookup times with sorted lseg list.

pnfs-block:
J. Bruce Fields (1):
      SQUASHME: pnfs-block: fix compile breakage

Mike Sager (1):
      pnfsblock: use the session max response size for getdeviceinfo's maxcount

Zhang Jingwang (1):
      SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents

pnfsd-files:
Benny Halevy (1):
      pnfsd: define layout_lock

Zhengju Sha (1):
      SQUASHME: pnfsd: using sbid instead of fsid while returning device list to client


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

* Re: pnfs git tree status pnfs-all-2.6.34-rc6-2010-05-06 pnfs-all-2.6.33-2010-05-06
  2010-04-29 17:16 pnfs git tree status 2010-04-29 Benny Halevy
@ 2010-05-06 21:13 ` Benny Halevy
  2010-05-06 21:15   ` Benny Halevy
  0 siblings, 1 reply; 5+ messages in thread
From: Benny Halevy @ 2010-05-06 21:13 UTC (permalink / raw)
  To: NFS list; +Cc: Steve Dickson

I released the following today:

pnfs-all-2.6.33-2010-05-06
pnfs-all-2.6.34-rc6-2010-05-06

As usual, cumulative patches can be generated from
git://linux-nfs.org/~bhalevy/linux-pnfs.git
using
git diff v2.6.33 pnfs-all-2.6.33-2010-05-06
git diff v2.6.34-rc6 pnfs-all-2.6.34-rc6-2010-05-06

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

Latest patches (since 2010-04-29):

pnfs-submit:
Andy Adamson (1):
      SQUASHME pnfs: restore state recovery in async handler

Benny Halevy (2):
      SQUASHME: pnfs-submit: have initialize_mountpoint return status
      SQUASHME: pnfs-submit: pass struct nfs_server * to getdeviceinfo

Fred Isaman (4):
      SQUASHME: pnfs_submit: Revert the pnfs_write_end part of "pnfs: commit and pnfs_write_end"
      SQUASHME: pnfs_submit: Revert "pnfs: pnfs_modify_new_request"
      SQUASHME: pnfs_submit: Revert "pnfs: propagate fsdata into nfs_create_request"
      SQUASHME: pnfs_submit: Revert "pnfs: pnfs_do_flush"

Zhang Jingwang (1):
      SQUASHME: pnfs-submit: Free layoutcommit_data when error occurs in setup

pnfs:
Andy Adamson (4):
      pnfs_post_submit: restore CB_NOTIFY_DEVICEID
      pnfs_post_submit: restore GETDEVICELIST
      pnfs_post_submit: restore ds_wsize and ds_rsize
      pnfs_post_submit: restore get_blocksize policy operation

Benny Halevy (3):
      pnfs-post-submit: pass struct nfs_server * to getdevicelist
      pnfs-post-submit: pass mntfh down the init_pnfs path
      FIXME: pnfs-post-submit: per mount layout driver private data

Fred Isaman (4):
      pnfs_post_submit: Restore "pnfs: pnfs_do_flush"
      pnfs_post_submit: Restore "pnfs: propagate fsdata into nfs_create_request"
      pnfs_post_submit: Restore "pnfs: pnfs_modify_new_request"
      pnfs_post_submit: Revert the pnfs_write_end part of "pnfs: commit and pnfs_write_end"

pnfs-block:
Benny Halevy (1):
      SQUASHME: pnfs-block: convert APIs pnfs-post-submit

Zhang Jingwang (1):
      SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents

pnfs-obj-all:
Benny Halevy (1):
      SQUASHME: pnfs-obj: convert APIs pnfs-post-submit


> 
> pnfs-all-2.6.33:
> Benny Halevy (1):
>       pnfs-block: revert workaround for NFS4_GETDEVINFO_MAXSIZE
> 
> J. Bruce Fields (1):
>       pnfs-block: fix compile breakage
> 
> Mike Sager (1):
>       pnfsblock: use the session max response size for getdeviceinfo's maxcount
> 
> Zhang Jingwang (1):
>       SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents
> 
> Zhengju Sha (1):
>       pnfsd: using sbid instead of fsid while returning device list to client
> 
> nfs-upstream:
> Trond Myklebust (1):
>       NFS: Fix an unstable write data integrity race
> 
> pnfs-submit:
> Tao Guo (1):
>       pnfs: Reduce layout lookup times with sorted lseg list.
> 
> pnfs-block:
> J. Bruce Fields (1):
>       SQUASHME: pnfs-block: fix compile breakage
> 
> Mike Sager (1):
>       pnfsblock: use the session max response size for getdeviceinfo's maxcount
> 
> Zhang Jingwang (1):
>       SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents
> 
> pnfsd-files:
> Benny Halevy (1):
>       pnfsd: define layout_lock
> 
> Zhengju Sha (1):
>       SQUASHME: pnfsd: using sbid instead of fsid while returning device list to client
> 
> --
> 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


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

* Re: pnfs git tree status pnfs-all-2.6.34-rc6-2010-05-06 pnfs-all-2.6.33-2010-05-06
  2010-05-06 21:13 ` pnfs git tree status pnfs-all-2.6.34-rc6-2010-05-06 pnfs-all-2.6.33-2010-05-06 Benny Halevy
@ 2010-05-06 21:15   ` Benny Halevy
  2010-05-17 20:45     ` pnfs git tree status pnfs-all-2.6.34-2010-05-17 Benny Halevy
  0 siblings, 1 reply; 5+ messages in thread
From: Benny Halevy @ 2010-05-06 21:15 UTC (permalink / raw)
  To: NFS list; +Cc: Steve Dickson

On May. 07, 2010, 0:13 +0300, Benny Halevy <bhalevy@panasas.com> wrote:
> I released the following today:
> 
> pnfs-all-2.6.33-2010-05-06
> pnfs-all-2.6.34-rc6-2010-05-06
> 
> As usual, cumulative patches can be generated from
> git://linux-nfs.org/~bhalevy/linux-pnfs.git
> using
> git diff v2.6.33 pnfs-all-2.6.33-2010-05-06
> git diff v2.6.34-rc6 pnfs-all-2.6.34-rc6-2010-05-06
> 
> Or, they can be downloaded from the wiki at:
> http://wiki.linux-nfs.org/wiki/index.php/PNFS_Development_Git_tree
> 
> Latest patches (since 2010-04-29):
> 
> pnfs-submit:
> Andy Adamson (1):
>       SQUASHME pnfs: restore state recovery in async handler
> 
> Benny Halevy (2):
>       SQUASHME: pnfs-submit: have initialize_mountpoint return status
>       SQUASHME: pnfs-submit: pass struct nfs_server * to getdeviceinfo
> 
> Fred Isaman (4):
>       SQUASHME: pnfs_submit: Revert the pnfs_write_end part of "pnfs: commit and pnfs_write_end"
>       SQUASHME: pnfs_submit: Revert "pnfs: pnfs_modify_new_request"
>       SQUASHME: pnfs_submit: Revert "pnfs: propagate fsdata into nfs_create_request"
>       SQUASHME: pnfs_submit: Revert "pnfs: pnfs_do_flush"
> 
> Zhang Jingwang (1):
>       SQUASHME: pnfs-submit: Free layoutcommit_data when error occurs in setup
> 
> pnfs:
> Andy Adamson (4):
>       pnfs_post_submit: restore CB_NOTIFY_DEVICEID
>       pnfs_post_submit: restore GETDEVICELIST
>       pnfs_post_submit: restore ds_wsize and ds_rsize
>       pnfs_post_submit: restore get_blocksize policy operation
> 
> Benny Halevy (3):
>       pnfs-post-submit: pass struct nfs_server * to getdevicelist
>       pnfs-post-submit: pass mntfh down the init_pnfs path
>       FIXME: pnfs-post-submit: per mount layout driver private data
> 
> Fred Isaman (4):
>       pnfs_post_submit: Restore "pnfs: pnfs_do_flush"
>       pnfs_post_submit: Restore "pnfs: propagate fsdata into nfs_create_request"
>       pnfs_post_submit: Restore "pnfs: pnfs_modify_new_request"
>       pnfs_post_submit: Revert the pnfs_write_end part of "pnfs: commit and pnfs_write_end"
> 
> pnfs-block:
> Benny Halevy (1):
>       SQUASHME: pnfs-block: convert APIs pnfs-post-submit
> 
> Zhang Jingwang (1):
>       SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents
> 
> pnfs-obj-all:
> Benny Halevy (1):
>       SQUASHME: pnfs-obj: convert APIs pnfs-post-submit
> 
> 

And latest patches in pnfs-2.6.33:

pnfs-all-2.6.33:
Zhang Jingwang (2):
      SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents
      pnfs: Free layoutcommit_data when error occurs in setup


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

* pnfs git tree status pnfs-all-2.6.34-2010-05-17
  2010-05-06 21:15   ` Benny Halevy
@ 2010-05-17 20:45     ` Benny Halevy
  2010-07-01 18:57       ` pnfs git tree status pnfs-all-2.6.34-2010-07-01 Benny Halevy
  0 siblings, 1 reply; 5+ messages in thread
From: Benny Halevy @ 2010-05-17 20:45 UTC (permalink / raw)
  To: NFS list; +Cc: Steve Dickson, Andy Adamson

Hi,

The pnfs tree is now rebased onto the fresh Linux 2.6.34.
Many thanks to Andy's for squashing many cleanup patches in pnfs-submit
and to the contributors listed below of course!

I released the following today:

pnfs-all-2.6.34-2010-05-17

As usual, cumulative patches can be generated from
git://linux-nfs.org/~bhalevy/linux-pnfs.git
using
git diff v2.6.34 pnfs-all-2.6.34-2010-05-17

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

Latest patches (since 2010-05-06):

pnfs-submit:
Andy Adamson (14):
      SQUASHME pnfs_submit: move unmount_pnfs_layoutdriver call
      SQUASHME pnfs_submit: remove filelayout get threshold
      SQUASHME pnfs_submit: don't use pnfs_use_read
      SQUASHME pnfs_submit: don't use pnfs_use_write
      SQUASHME pnfs_submit: don't use pnfs_use_write for commit
      SQUASHME pnfs_submit: don't use pg_threshold
      SQUASHME pnfs_submit: remove pg_threshold
      SQUASHME pnfs_submit: don't use below_threshold in read
      SQUASHME pnfs_submit: don't use below_threshold in direct io
      SQUASHME pnfs_submit: remove unused threshold calculations
      SQUASHME pnfs_submit: cleanup filelayout pg_test
      SQUASHME pnfs_submit: use MDS session for dual MDS/DS
      SQUASHME pnfs_submit: update DS nfs4_set_client
      SQUASHME pnfs_submit: cleanup DS exchange flag processing

Benny Halevy (2):
      pnfs: async layout return
      SQUASHME: pnfs-submit: check for NULL nfs_client in nfs4_init_pnfs

Zhang Jingwang (3):
      SQUASHME: pnfs-submit: set pnfs_curr_ld before calling initialize_mountpoint
      SQUASHME: pnfs-submit: send layoutcommit until IO completed when return layout
      pnfs: devide put_lseg and return_layout_barrier into different workqueue

pnfs-block:
Benny Halevy (1):
      SQUASHME: pnfs-block: get rid of threshold policy ops

Tao Guo (2):
      pnfsblock: expose block_class interface
      pnfsblock: iterating all local block disks instead of only scsi disks when initializing mount point.

Zhang Jingwang (3):
      SQAUSHME: blocklayoutdriver: NULL pointer reference when committing too many extents
      pnfsblock: Lookup list entry of layouts and tags in reverse order
      SQUASHME: pnfs-block: set pnfs_blksize before calling set_pnfs_layoutdriver

pnfs-obj-all:
Benny Halevy (1):
      SQUASHME: pnfs-obj: get rid of threshold policy ops


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

* pnfs git tree status pnfs-all-2.6.34-2010-07-01
  2010-05-17 20:45     ` pnfs git tree status pnfs-all-2.6.34-2010-05-17 Benny Halevy
@ 2010-07-01 18:57       ` Benny Halevy
  0 siblings, 0 replies; 5+ messages in thread
From: Benny Halevy @ 2010-07-01 18:57 UTC (permalink / raw)
  To: NFS list

Here's the list of patches that went into the pnfs-all-2.6.34 branch as of 2010-07-01
since last update (pnfs-all-2.6.34-2010-05-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

pnfs-all-2.6.34:
  Benny Halevy     66e57bb pnfs: get open context from nfs_page in pnfs_commit
  Benny Halevy     e04e8ec SQUASHME: pnfs-block: nfs4_blk_add_block_disk ret must be signed
  Benny Halevy     a604747 SQUASHME: pnfs: check for read_buf error in decode_pnfs_layoutrecall_args
  Benny Halevy     e79eea9 SQUASHME: pnfs-submit: fix possible leak in nfs4_pnfs_ds_create
  Benny Halevy     c9bc804 pnfs-submit: prevent buffer overrun in decode_and_add_ds
  Andy Adamson     8a9844c pnfs-submit: remove struct nfs_server from stack
  Boaz Harrosh     4b85c27 pnfsd-exofs: Fix exofs_inode_recall_layout() sending 2 recalls
  Benny Halevy     a2ad195 pnfs-obj: use NFSDBG_PNFS_LD also in pnfs_osd_xdr_cli.c
  Boaz Harrosh     89b2bc5 move objlayout to the PNFS_LD dprint channel
  Benny Halevy     6abc85e spnfs-block: kfree(res) in bl_pipe_downcall error path
  Benny Halevy     1020447 pnfsd: fix pointer dereference in dprintk of write verifiers
  Benny Halevy     3d81dc8 pnfsd: reset status on NFS4ERR_NOMATCHING_LAYOUT
  Benny Halevy     12b5063 pnfsd: move kfree of the cb_device rpc_args to release time
  Benny Halevy     d20319d pnfsd: move kfree of the cb_layout rpc_args to release time
  Benny Halevy     12f11b7 FIXME: pnfsd: do not expire client on cb_layout error.
  Boaz Harrosh     76fcb35 pnfsd: Support for cb_layout returning NFS4ERR_DELAY
  Benny Halevy     9a3b60d pnfsd: fix error handling for s_pnfs_op->get_device_info
  Benny Halevy     81d3a84 pnfsd-files: nfsd4_pnfs_dlm_shutdown should use list_for_each_entry_safe
  Benny Halevy     7582d4e pnfsd-files: verify_stateid's return status is __be32
  Benny Halevy     17659ad pnfsd-files: prevent NULL deref in nfsd4_pnfs_dlm_getdevinfo
  Eric Anderle     a3b5760 pnfsd: Fix num_ds bug in nfsd4_set_pnfs_dlm_device()
  Eric Anderle     6d2b022 pnfsd: Add IP address validation to nfsd4_set_pnfs_dlm_device()
  Andy Adamson     9f133db pnfsd: fix dlm device naming
  Boaz Harrosh     cfa67a7 nfsd41: Fix a crash when a callback is retried
  Benny Halevy     97d791f nfsd41: setup backchannel in create_session also in session reestablishment
  Benny Halevy     87237ef DEBUG: pnfs: turn BUG_ONs in pnfs_destroy_inode to WARN_ONs
  Andy Adamson     58f4a6e pnfs: move layoutcommit to nfs_write_inode
  Andy Adamson     de0aee1 pnfs: remove ifdef around layoutcommit_needed
  Andy Adamson     f000c40 pnfs: handle async layoutcommit errors
  Andy Adamson     6513daa pnfs: cleanup layoutcommit call
  Boaz Harrosh     b529d19 panfs_shim: Prints on Errors
  Benny Halevy     36b51a9 SQUASHME: spnfs: fixup LAYOUT_NFSV4_1_FILES
  Boaz Harrosh     b6c10f9 SQUASHME: pnfs-obj: panlayout: Fix very old BUG_ONs on ol_state.status
  Tao Guo          6f62de5 SQUASHME: pnfs: unlock lo_lock before calling layoutdriver's setup_layoutcommit
  Ricardo Labiaga  887a9a5 pnfs-submit: Dynamically load the nfslayoutdriver
  Ricardo Labiaga  56fab5a SQUASHME: pnfs-submit: Use LAYOUT_NFSV4_1_FILES instead of LAYOUT_NFSV4_FILES
  Tao Guo          29d2037 SQUASHME: pnfs-submit: call layoutcommit after flushing inode's data to disk.
  Andy Adamson     fe990bd SQUASHME: pnfs-submit: replace layoutcommit_ctx with rpc_cred
  Benny Halevy     4c7381c SQUASHME: pnfsd-lexp: fixup LAYOUT_NFSV4_1_FILES
  J. Bruce Fields  4fb8130 SQUASHME: nfsd4: fix cb_recall encoding
  Eric Anderle     99882b9 SQUASHME: pnfsd: fix test in nfsd4_find_pnfs_dlm_device
  Eric Anderle     abab4a7 pnfsd: make /proc/fs/nfsd/pnfs_dlm_device report dlm device list.
  Benny Halevy     0cc2897 SQUASHME: pnfsd: dlm: fixup LAYOUT_NFSV4_1_FILES
  Ricardo Labiaga  465a7ff SQUASHME: pnfs-submit: Use LAYOUT_NFSV4_1_FILES instead of LAYOUT_NFSV4_FILES

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

end of thread, other threads:[~2010-07-01 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-29 17:16 pnfs git tree status 2010-04-29 Benny Halevy
2010-05-06 21:13 ` pnfs git tree status pnfs-all-2.6.34-rc6-2010-05-06 pnfs-all-2.6.33-2010-05-06 Benny Halevy
2010-05-06 21:15   ` Benny Halevy
2010-05-17 20:45     ` pnfs git tree status pnfs-all-2.6.34-2010-05-17 Benny Halevy
2010-07-01 18:57       ` pnfs git tree status pnfs-all-2.6.34-2010-07-01 Benny Halevy

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.