linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-12-17 18:20:15 to 2010-12-24 01:32:47 UTC [more...]

[PATCH 0/4] Refactor data structures to support NFSv4 migration (2)
 2010-12-24  1:32 UTC  (3+ messages)
` [PATCH 1/4] NFS: Allow walking nfs_client.cl_superblocks list outside client.c
` [PATCH 2/4] NFS: Move cl_state_owners and related fields to the nfs_server struct

[PATCH 00/15] pnfs wave 2 submission, try 5
 2010-12-23 23:54 UTC  (16+ messages)
` [PATCH 01/15] pnfs: fix incorrect comment in destroy_lseg
` [PATCH 02/15] pnfs: remove unnecessary field lgp->status
` [PATCH 03/15] pnfs: add prefix to struct pnfs_layout_segment fields
` [PATCH 04/15] pnfs: add prefix to struct pnfs_layout_hdr fields
` [PATCH 05/15] pnfs: change layout state seqlock to a spinlock
` [PATCH 06/15] pnfs: change how lsegs are removed from layout list
` [PATCH 07/15] pnfs: layoutget rpc code cleanup
` [PATCH 08/15] pnfs: serialize LAYOUTGET(openstateid)
` [PATCH 09/15] pnfs: add layout to client list before sending rpc
` [PATCH 10/15] pnfs: check that partial LAYOUTGET return is ignored
` [PATCH 11/15] pnfs: change lo refcounting to atomic_t
` [PATCH 12/15] pnfs: CB_LAYOUTRECALL xdr code
` [PATCH 13/15] pnfs: add CB_LAYOUTRECALL handling
` [PATCH 14/15] pnfs: update nfs4_callback_recallany to handle layouts
` [PATCH 15/15] pnfs: layout roc code

[PATCH 0/4] Refactor data structures to support NFSv4 migration
 2010-12-23 23:27 UTC  (10+ messages)
` [PATCH 1/4] NFS: Allow walking nfs_client.cl_superblocks list outside client.c
` [PATCH 2/4] NFS: Move cl_state_owners and related fields to the nfs_server struct
` [PATCH 3/4] NFS: Introduce nfs_detach_delegations()
` [PATCH 4/4] NFS: Move cl_delegations to the nfs_server struct

[PATCH 00/15] pnfs wave 2 submission, try 4
 2010-12-23 21:09 UTC  (20+ messages)
` [PATCH 01/15] pnfs: fix incorrect comment in destroy_lseg
` [PATCH 02/15] pnfs: remove unnecessary field lgp->status
` [PATCH 03/15] pnfs: add prefix to struct pnfs_layout_segment fields
` [PATCH 04/15] pnfs: add prefix to struct pnfs_layout_hdr fields
` [PATCH 05/15] pnfs: change layout state seqlock to a spinlock
` [PATCH 06/15] pnfs: change how lsegs are removed from layout list
` [PATCH 07/15] pnfs: layoutget rpc code cleanup
` [PATCH 08/15] pnfs: serialize LAYOUTGET(openstateid)
` [PATCH 09/15] pnfs: add layout to client list before sending rpc
` [PATCH 10/15] pnfs: check that partial LAYOUTGET return is ignored
` [PATCH 11/15] pnfs: change lo refcounting to atomic_t
` [PATCH 12/15] pnfs: CB_LAYOUTRECALL xdr code
` [PATCH 13/15] pnfs: add CB_LAYOUTRECALL handling
` [PATCH 14/15] pnfs: update nfs4_callback_recallany to handle layouts
` [PATCH 15/15] pnfs: layout roc code

[PATCH 3/5] NFS: Add secinfo procedure
 2010-12-23 20:07 UTC  (2+ messages)

[PATCH 00/12] make rpc_pipefs be mountable multiple times
 2010-12-23 18:02 UTC  (22+ messages)
` [PATCH 01/12] sunrpc: mount rpc_pipefs on initialization
` [PATCH 02/12] sunrpc: introduce init_rpc_pipefs
` [PATCH 03/12] sunrpc: push init_rpc_pipefs up to rpc_create() callers
` [PATCH 04/12] sunrpc: tag svc_serv with rpc_pipefs mount point
` [PATCH 05/12] sunrpc: get rpc_pipefs mount point for svc_serv from callers
` [PATCH 06/12] lockd: get rpc_pipefs mount point "
` [PATCH 07/12] sunrpc: get rpc_pipefs mount point for rpcb_create_local "
` [PATCH 08/12] sunrpc: tag pipefs field of cache_detail with rpc_pipefs mount point
` [PATCH 09/12] nfs: per-rpc_pipefs dns cache
` [PATCH 10/12] sunrpc: introduce get_rpc_pipefs()
` [PATCH 11/12] nfs: introduce mount option 'rpcmount'
` [PATCH 12/12] sunrpc: make rpc_pipefs be mountable multiple times
      ` [PATCH] nfs: fix mispelling of idmap CONFIG symbol

[PATCH 00/15] pnfs wave 2 submission, try 3
 2010-12-23 12:47 UTC  (16+ messages)
` [PATCH 01/15] pnfs: fix incorrect comment in destroy_lseg
` [PATCH 02/15] pnfs: remove unnecessary field lgp->status
` [PATCH 03/15] pnfs: add prefix to struct pnfs_layout_segment fields
` [PATCH 04/15] pnfs: add prefix to struct pnfs_layout_hdr fields
` [PATCH 05/15] pnfs: change layout state seqlock to a spinlock
` [PATCH 06/15] pnfs: change how lsegs are removed from layout list
` [PATCH 07/15] pnfs: layoutget rpc code cleanup
` [PATCH 08/15] pnfs: serialize LAYOUTGET(openstateid)
` [PATCH 09/15] pnfs: add layout to client list before sending rpc
` [PATCH 10/15] pnfs: check that partial LAYOUTGET return is ignored
` [PATCH 11/15] pnfs: change lo refcounting to atomic_t
` [PATCH 12/15] pnfs: CB_LAYOUTRECALL xdr code
` [PATCH 13/15] pnfs: add CB_LAYOUTRECALL handling
` [PATCH 14/15] pnfs: update nfs4_callback_recallany to handle layouts
` [PATCH 15/15] pnfs: layout roc code

[PATCH] Support AD style kerberos automatically in rpc.gss
 2010-12-23 10:55 UTC  (2+ messages)

[PATCH 1/5] NFS: call_sync function
 2010-12-23  0:18 UTC  (4+ messages)

[PATCH 00/15] pnfs wave 2 submission, try 2
 2010-12-23  0:19 UTC  (24+ messages)
` [PATCH 01/15] pnfs: fix incorrect comment in destroy_lseg
` [PATCH 02/15] pnfs: remove unnecessary field lgp->status
` [PATCH 03/15] pnfs: add prefix to struct pnfs_layout_segment fields
` [PATCH 04/15] pnfs: add prefix to struct pnfs_layout_hdr fields
` [PATCH 05/15] pnfs: change layout state seqlock to a spinlock
` [PATCH 06/15] pnfs: change how lsegs are removed from layout list
` [PATCH 07/15] pnfs: layoutget rpc code cleanup
` [PATCH 08/15] pnfs: serialize LAYOUTGET(openstateid)
` [PATCH 09/15] pnfs: add layout to client list before sending rpc
` [PATCH 10/15] pnfs: check that partial LAYOUTGET return is ignored
` [PATCH 11/15] pnfs: change lo refcounting to atomic_t
` [PATCH 12/15] pnfs: CB_LAYOUTRECALL xdr code
` [PATCH 13/15] pnfs: add CB_LAYOUTRECALL handling
` [PATCH 14/15] pnfs: update nfs4_callback_recallany to handle layouts
` [PATCH 15/15] pnfs: layout roc code

[PATCH_V5 0/11] NFSv4 callback find client fix Version 5
 2010-12-22 22:27 UTC  (18+ messages)
` [PATCH_V5 01/11] SUNRPC move svc_drop to caller of svc_process_common
  ` [PATCH_V5 02/11] SUNRPC fix bc_send print
    ` [PATCH_V5 03/11] SUNRPC new transport for the NFSv4.1 shared back channel
      ` [PATCH_V5 04/11] NFS use svc_create_xprt for NFSv4.1 callback service
        ` [PATCH_V5 05/11] NFS do not clear minor version at nfs_client free
          ` [PATCH_V5 06/11] NFS implement v4.0 callback_ident
            ` [PATCH_V5 07/11] NFS associate sessionid with callback connection
              ` [PATCH_V5 08/11] NFS reference nfs_client across cb_compound processing
                ` [PATCH_V5 09/11] NFS RPC_AUTH_GSS unsupported on v4.1 back channel
                  ` [PATCH_V5 10/11] NFS add session back channel draining
                    ` [PATCH_V5 11/11] NFS rename client back channel transport field

[PATCH 4/5] NFS: use secinfo when crossing mountpoints
 2010-12-22 21:50 UTC 

[PATCH 5/5] NFS: Determine initial mount security
 2010-12-22 21:50 UTC 

[PATCH 2/5] NFS: lookup supports alternate client
 2010-12-22 21:50 UTC 

[PATCH] libnfsidmap: Added new --with-pluginpath configuration flag
 2010-12-22 19:07 UTC 

nfsv4 read delegation issue
 2010-12-22 11:44 UTC 

System CPU increasing on idle 2.6.36
 2010-12-21 20:31 UTC  (3+ messages)

lock warning in pnfs-all
 2010-12-21 18:35 UTC  (4+ messages)

[PATCH 00/14] pnfs wave 2 submission
 2010-12-21 15:47 UTC  (22+ messages)
` [PATCH 01/14] pnfs: wave 2: fix incorrect comment in destroy_lseg
` [PATCH 02/14] pnfs: wave 2: remove unnecessary field lgp->status
` [PATCH 03/14] pnfs: wave 2: rename lo->state to lo->plh_flags
` [PATCH 04/14] pnfs: wave 2: change layout state seqlock to a spinlock
` [PATCH 05/14] pnfs: wave 2: change how lsegs are removed from layout list
` [PATCH 06/14] pnfs: wave 2: layoutget rpc code cleanup
` [PATCH 07/14] pnfs: wave 2: serialize LAYOUTGET(openstateid)
` [PATCH 08/14] pnfs: wave 2: Add layout to client list before sending rpc
` [PATCH 09/14] pnfs: wave 2: check that partial LAYOUTGET return is ignored
` [PATCH 10/14] pnfs: wave 2: change lo refcounting to atomic_t
` [PATCH 11/14] pnfs: wave 2: CB_LAYOUTRECALL xdr code
` [PATCH 12/14] pnfs: wave 2: add CB_LAYOUTRECALL handling
` [PATCH 13/14] pnfs: wave 2: update nfs4_callback_recallany to handle layouts
` [PATCH 14/14] pnfs: wave 2: layout roc code

kernel panic when mount NFSv4
 2010-12-21  5:38 UTC  (4+ messages)

[PATCH 1/1] nfs: change end of line commas to semicolons
 2010-12-21  0:47 UTC  (2+ messages)

[PATCH_V4 0/9] NFSv4 callback find client fix Version 4
 2010-12-20 15:44 UTC  (21+ messages)
` [PATCH_V4 1/9] SUNRPC new transport for the NFSv4.1 shared back channel
  ` [PATCH_V4 2/9] NFS use svc_create_xprt for NFSv4.1 callback service
    ` [PATCH_V4 3/9] NFS do not clear minor version at nfs_client free
      ` [PATCH_V4 4/9] NFS implement v4.0 callback_ident
        ` [PATCH_V4 5/9] NFS associate sessionid with callback connection
          ` [PATCH_V4 6/9] NFS reference nfs_client across cb_compound processing
            ` [PATCH_V4 7/9] NFS RPC_AUTH_GSS unsupported on v4.1 back channel
              ` [PATCH_V4 8/9] NFS add session back channel draining
                ` [PATCH_V4 9/9] NFS rename client back channel transport field

lifetime of DCACHE_DISCONECTED dentries
 2010-12-19 14:53 UTC  (13+ messages)
          ` [PATCH] nfsd4: allow __d_obtain_alias() to return unhashed dentries
                ` [PATCH 2/2] fs/dcache: "

[PATCH 0/9] pnfs post wave2 changes
 2010-12-18  3:45 UTC  (12+ messages)
` [PATCH 1/9] Revert "pnfs-submit: wave2: remove forgotten layoutreturn struct definitions"

[PATCH 00/31] NFS XDR clean up for 2.6.38
 2010-12-17 22:44 UTC  (8+ messages)

persistent, quasi-random -ESTALE at mount time
 2010-12-17 20:45 UTC  (7+ messages)

backchannel transport
 2010-12-17 20:39 UTC  (4+ messages)

NooB Assitance with debugging NFSv4 client requested
 2010-12-17 19:16 UTC  (3+ messages)

4.1 secinfo patches
 2010-12-17 19:01 UTC  (4+ messages)
` [PATCH 1/3] nfsd4: 4.1 SECINFO should consume filehandle
` [PATCH 2/3] nfsd4: move guts of nfsd4_lookupp into helper
` [PATCH 3/3] nfsd4: implement secinfo_no_name


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