Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-11-05 19:02:37 to 2008-11-10 20:32:04 UTC [more...]

[RFC 0/85] nfs41 client patches for review
 2008-11-10 20:31 UTC  (77+ messages)
` [RFC 03/85] nfs: remove incorrect usage of nfs4 compound response hdr.status
` [RFC 04/85] FIXME: NFS: Increment operation number in each encode_* routine
` [RFC 05/85] nfs41: Add Kconfig symbols for NFSv4.1
` [RFC 06/85] nfs41: common protocol definitions
` [RFC 07/85] nfs41: define NFS4_MAX_MINOR_VERSION based on CONFIG_NFS_V4_1
` [RFC 08/85] nfs41: client xdr definitions
` [RFC 09/85] nfs41: add mount command option minorvers
` [RFC 10/85] nfs41: struct nfs_server minorversion
` [RFC 11/85] nfs41: nfs_client.cl_minorversion
` [RFC 12/85] nfs41: set nfs_client rpc_ops based on minorversion
` [RFC 13/85] nfs41: use ptr to rpc procedures via struct nfs_client
` [RFC 14/85] nfs41: sunrpc: support minorversion for rpc_clnt version table
` [RFC 15/85] nfs41: Proper initialization of nfs_client_initdata.rpc_ops
` [RFC 16/85] nfs41: pass recovery status from reclaimer kthread up to nfs4_wait_clnt_recover
` [RFC 17/85] nfs41: fallback to lower minorversion if nfs4_create_server fails
` [RFC 18/85] nfs41: sessions client infrastructure
` [RFC 19/85] nfs41: share client sessions across mounts
` [RFC 20/85] nfs41: slot table init and destroy
` [RFC 21/85] nfs41: find slot
` [RFC 22/85] nfs41: free slot
` [RFC 23/85] nfs41: minorversion support for xdr
` [RFC 24/85] nfs41: stubs for nfs41 procedures
` [RFC 25/85] nfs41: make nfs4_wait_bit_killable public
` [RFC 26/85] nfs41: introduce nfs4_call_sync
` [RFC 27/85] nfs41: nfs4_setup_sequence
` [RFC 28/85] nfs41: setup_sequence method
` [RFC 02/85] nfs: return compound hdr.status when there are no op replies
` [RFC 29/85] nfs41: nfs41_sequence_done
` [RFC 30/85] nfs41: nfs41_call_sync_done
` [RFC 31/85] nfs41: separate free slot from sequence done
` [RFC 32/85] nfs41: sequence setup/done support
` [RFC 33/85] nfs41: Support sessions with O_DIRECT
` [RFC 34/85] nfs41: exchange_id operation
` [RFC 35/85] nfs41: get_lease_time
` [RFC 36/85] nfs41: create_session operation
` [RFC 37/85] nfs41: destroy_session operation
` [RFC 38/85] nfs41: sequence operation
` [RFC 39/85] nfs41: session recovery infrastructure
` [RFC 40/85] nfs41: schedule async session reset
` [RFC 41/85] nfs41: lease renewal
` [RFC 42/85] nfs41: sunrpc: Export the call prepare state for session reset
` [RFC 43/85] nfs41: use rpc prepare call "
` [RFC 44/85] nfs41: kick start nfs41 session recovery when handling errors
` [RFC 45/85] nfs41: start session recovery from nfs4_setup_sequence
` [RFC 46/85] nfs41: introduce get_state_renewal_cred
` [RFC 47/85] nfs41: get cred in exchange_id when cred arg is NULL
` [RFC 48/85] nfs41: establish sessions-based clientid
` [RFC 49/85] nfs41: recover lease in _nfs4_lookup_root
` [RFC 50/85] nfs41: schedule state recovery on BAD or DEAD session
` [RFC 51/85] nfs41: state reclaimer renew lease error handling
` [RFC 52/85] nfs41: increment_{open,lock}_seqid
` [RFC 53/85] nfs41: Add ability to read RPC call direction on TCP stream
` [RFC 54/85] nfs41: Skip past the RPC call direction
` [RFC 55/85] nfs41: Refactor NFSv4 callback service
` [RFC 56/85] nfs41: client callback structures
` [RFC 57/85] nfs41: Initialize new rpc_xprt callback related fields
` [RFC 58/85] nfs41: New backchannel helper routines
` [RFC 59/85] nfs41: New include/linux/sunrpc/bc_xprt.h
` [RFC 60/85] nfs41: New xs_tcp_read_data()
` [RFC 61/85] nfs41: Add backchannel processing support to RPC state machine
` [RFC 62/85] nfs41: Backchannel callback service helper routines
` [RFC 63/85] FIXME: nfs41: sunrpc: handle clnt==NULL in call_status
` [RFC 64/85] nfs41: Refactor svc_process()
` [RFC 65/85] nfs41: Backchannel bc_svc_process()
` [RFC 66/85] nfs41: Implement NFSv4.1 callback service process
` [RFC 67/85] nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use
` [RFC 68/85] nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv "
` [RFC 69/85] nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks
` [RFC 70/85] nfs41: save svc_serv in nfs_callback_info
` [RFC 71/85] nfs41: Add a reference to svc_serv during callback service bring up
` [RFC 72/85] nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
` [RFC 73/85] nfs41: Setup the backchannel
` [RFC 74/85] nfs41: Client indicates presence of NFSv4.1 callback channel
` [RFC 75/85] nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt
` [RFC 76/85] nfs41: Release backchannel resources associated with session
` [RFC 77/85] nfs41: store minorversion in cb_compound_hdr_arg

[RFC] new client gssd upcall
 2008-11-10 20:26 UTC  (32+ messages)
` [PATCH 1/5] rpc: remove unnecessary assignment
  ` [PATCH 2/5] rpc: Use separate spinlock for cred locking in auth_gss.c
    ` [PATCH 3/5] rpc: move in_downcall list to gss code
      ` [PATCH 4/5] rpc: add an rpc_pipe_open method
        ` [PATCH 5/5] rpc: add new gssd upcall pipe
                ` text-based gss upcall
                  ` [PATCH 1/9] rpc: remove unnecessary assignment
                    ` [PATCH 2/9] rpc: factor out warning code from gss_pipe_destroy_msg
                      ` [PATCH 3/9] rpc: minor gss_alloc_msg cleanup
                        ` [PATCH 4/9] rpc: add an rpc_pipe_open method
                          ` [PATCH 5/9] rpc: call release_pipe only on last close
                            ` [PATCH 6/9] rpc: track number of users of the gss upcall pipe
                              ` [PATCH 7/9] rpc: use count of pipe openers to wait for first open
                                ` [PATCH 8/9] rpc: store pointer to pipe inode in gss upcall message
                                  ` [PATCH 9/9] rpc: implement new upcall

[NFS] Redhat WS4 mount default changed to tcp ?
 2008-11-10 20:20 UTC  (17+ messages)
      ` [NFS] export dir thru 2 diff path names

[RFC 01/85] sunrpc: get rid of rpc_rqst.rq_bufsize
 2008-11-10 19:59 UTC 

[RFC 0/51] nfs41 server patches for review
 2008-11-10 20:12 UTC 

[RFC][PATCH] sunrpc: introduce the simple_rpc_pipefs API
 2008-11-10 17:16 UTC  (2+ messages)

Make sm-notify faster if there are no servers to notify
 2008-11-10 13:41 UTC  (11+ messages)

NFSD IPv6 support for 2.6.29
 2008-11-10  5:15 UTC  (2+ messages)

nfsd change for 2.6.28
 2008-11-09 20:23 UTC 

NFS mount over IPv6 success
 2008-11-09 16:41 UTC 

[PATCH] NLM: allow lockd requests from an unprivileged port
 2008-11-07 14:15 UTC 

nfs41: sunrpc: handle clnt==NULL in call_status
 2008-11-07 11:23 UTC  (6+ messages)
    ` [pnfs] "

[PATCH 00/13] kernel server-side IPv6 support
 2008-11-06 22:25 UTC  (29+ messages)
  ` [PATCH 01/12] lockd: fix inconsistent use of nsm_use_hostnames
    ` [PATCH 02/12] lockd: kill redundant host->h_server check
      ` [PATCH 03/12] lockd: fix nsm_unmonitor return value
        ` [PATCH 04/12] lockd: unmonitor only when last host goes away
          ` [PATCH 05/12] lockd: encapsulate nlm_hosts table variables in one structure
            ` [PATCH 06/12] lockd: define host_for_each{_safe} macros
              ` [PATCH 07/12] lockd: reorganize nlm_host_rebooted
                ` [PATCH 08/12] lockd: move debugging warning into a separate function
                  ` [PATCH 09/12] lockd: move garbage collection loop into "
                    ` [PATCH 10/12] lockd: move immediate host expiry "
                      ` [PATCH 11/12] lockd: split client and server host lists
                        ` [PATCH 12/12] lockd: remove redundant rpc_shutdown_client()

gssapi and nfs4
 2008-11-06 21:50 UTC  (10+ messages)

FLushing cached writes in nfs_getattr() and stat() delay
 2008-11-06 19:55 UTC  (8+ messages)

[PATCH] nfs client: kill compile warning on NOMMU machine
 2008-11-06  9:15 UTC 

[NFS] Typesetting & DTP Services
 2008-11-06  0:24 UTC 

[PATCH 00/18] kernel NSM support for IPv6 (take 2)
 2008-11-05 22:41 UTC  (6+ messages)

[PATCH 0/8] Support for "resvport" NFS mount option
 2008-11-05 22:05 UTC  (13+ messages)
  ` [PATCH 1/8] NFS: rename nfs_path variable
  ` [PATCH 2/8] NFS: Move declaration of nfs_mount() to fs/nfs/internal.h
  ` [PATCH 3/8] NFS: introduce nfs_mount_info struct for calling nfs_mount()
  ` [PATCH 4/8] NFS: expand flags passed to nfs_create_rpc_client()
  ` [PATCH 5/8] NFS: move nfs_server flag initialization
  ` [PATCH 6/8] NFS: add "[no]resvport" mount option
  ` [PATCH 7/8] NFS: "[no]resvport" mount option changes mountd client too
  ` [PATCH 8/8] NLM: allow lockd requests from an unprivileged port

[PATCH 0/6] SLAB-ify nlm_host cache
 2008-11-05 21:56 UTC  (8+ messages)
  ` [PATCH 1/6] NLM: Always set host->h_rpcclnt to NULL after shutting down RPC client
  ` [PATCH 2/6] NLM: Add rebind timeout helper
  ` [PATCH 3/6] NLM: Add expiry "
  ` [PATCH 4/6] NLM: Move nlm_host initialization into a helper
  ` [PATCH 5/6] NLM: Create a SLAB/SLUB cache for nlm_host entries
  ` [PATCH 6/6] NLM: Documenting comments for public host cache functions

[PATCH] lockd: convert reclaimer thread to kthread interface
 2008-11-05 20:17 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox