Linux NFS development
 help / color / mirror / Atom feed
 messages from 2012-03-21 15:57:47 to 2012-03-29 02:20:46 UTC [more...]

[GIT PULL] Please pull NFS client bugfixes for Linux 3.4
 2012-03-29  2:20 UTC  (4+ messages)

[PATCH 1/3] NFSv4: Fix two infinite loops in the mount code
 2012-03-29  2:10 UTC  (13+ messages)
` [PATCH 2/3] NFSv4.1: Fix layoutcommit error handling
  ` [PATCH 3/3] NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_error

linux-next: triage for March 28, 2012
 2012-03-29  1:08 UTC 

linux-next: breakage on undefined reference to `nfsd4_cld_block'
 2012-03-29  0:31 UTC 

[PATCH v10 0/8] nfsd: overhaul the client name tracking code
 2012-03-28 23:46 UTC  (25+ messages)
` [PATCH v10 1/8] nfsd: convert nfs4_client->cl_cb_flags to a generic flags field
` [PATCH v10 2/8] nfsd: add nfsd4_client_tracking_ops struct and a way to set it
  ` [PATCH v11 "
` [PATCH v10 3/8] sunrpc: create nfsd dir in rpc_pipefs
                  ` [PATCH] nfsd4: use auth_unix unconditionally on backchannel

[PATCH 00/19 v4] Fix filesystem freezing deadlocks
 2012-03-28 23:43 UTC  (2+ messages)
` [PATCH 05/19] nfsd: Push mnt_want_write() outside of i_mutex

[PATCHSET 0/4] kmod: Optional timeout on the wait in call_usermodehelper_exec
 2012-03-28 21:42 UTC  (39+ messages)
` [PATCH 2/4] kmod: Convert two call sites to call_usermodehelper_fns()
` [RFC 4/4] {RFC} kmod.c: Add new call_usermodehelper_timeout() API
    ` [RFC 4/4] {RFC} kmod.c: Add new call_usermodehelper_timeout()API
` [PATCHSET 0/6 version 2] kmod: Optional timeout on the wait in call_usermodehelper_exec
  ` [PATCH 1/6] kmod: Unexport call_usermodehelper_freeinfo()
  ` [PATCH 2/6] kmod: Convert two call sites to call_usermodehelper_fns()
  ` [PATCH 3/6] kmod: Move call_usermodehelper_fns() to .c file and unexport all it's helpers
  ` [PATCH 4/6 OPTION-A] completion: Add new wait_for_completion_timeout_state
    ` [PATCH 4/6 OPTION-A version 3] "
  ` [PATCH 4/6 option-B] kmod: add new wait_for_completion_timeout_state() helper
  ` [PATCH 5/6] kmod: Add new call_usermodehelper_timeout() API
  ` [PATCH 6/6] kmod: optional: Convert the use of xchg to a kref

[PATCH 0/8] NFSd: precursor and cleanup patch set
 2012-03-28 15:09 UTC  (9+ messages)
` [PATCH 1/8] nfsd: use passed cache_detail pointer expkey_parse()
` [PATCH 2/8] nfsd: add link to owner cache detail to svc_export structure
` [PATCH 3/8] nfsd: use cache detail pointer from svc_export structure on cache put
` [PATCH 4/8] nfsd: use exp_put() for svc_export_cache put
` [PATCH 5/8] nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops
` [PATCH 6/8] nfsd: use hash table from cache detail in nfsd export seq ops
` [PATCH 7/8] nfsd: pass pointer to export cache down to stack wherever possible
` [PATCH 8/8] nfsd: pass pointer to expkey "

[PATCH] nfsd: fix NULL pointer dereference in cld_pipe_downcall
 2012-03-28 14:19 UTC  (2+ messages)

[patch] nfsd4: memory corruption in numeric_name_to_id()
 2012-03-28 14:19 UTC  (2+ messages)

client keeps session after unmount
 2012-03-28 11:25 UTC 

Please view attached (Business proposal)
 2012-03-28 11:02 UTC 

nfsd: add the infrastructure to handle the cld upcall
 2012-03-28 10:45 UTC 

Hello
 2012-03-27 13:30 UTC 

Hello
 2012-03-27 13:30 UTC 

Partnership
 2012-03-27 20:58 UTC 

[PATCH] SUNRPC: Use the already looked-up xprt in rpcb_getport_async()
 2012-03-27 17:46 UTC 

Client says "Stale NFS file handle" but server does not return NFS3ERR_STALE
 2012-03-27 16:45 UTC  (3+ messages)

[PATCH] remove pretty_sig()
 2012-03-27 14:25 UTC 

unlink within an open directory stream
 2012-03-26 19:29 UTC 

unlink within an open directory stream
 2012-03-26 19:07 UTC  (11+ messages)

[nfsv4] june bakeathon
 2012-03-26 18:52 UTC 

[PATCH] sunrpc: skip portmap calls on sessions backchannel
 2012-03-26 15:40 UTC 

[PATCH] NFSv4: Change the default setting of the nfs4_disable_idmapping parameter
 2012-03-26 15:36 UTC  (10+ messages)

[PATCH Version 2 00/12] NFSv4.1 file layout data server quick failover
 2012-03-25 14:59 UTC  (19+ messages)
` [PATCH Version 2 01/12] NFSv4.1 move nfs4_reset_read and nfs_reset_write
` [PATCH Version 2 02/12] NFSv4.1: cleanup filelayout invalid deviceid handling
` [PATCH Version 2 03/12] NFSv4.1 cleanup filelayout invalid layout handling
` [PATCH Version 2 04/12] NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
` [PATCH Version 2 05/12] NFSv4.1: mark deviceid invalid on filelayout DS connection errors
` [PATCH Version 2 06/12] NFSv4.1: send filelayout DS commits to the MDS on invalid deviceid
` [PATCH Version 2 07/12] NFSv4.1 Check invalid deviceid upon slot table waitq wakeup
` [PATCH Version 2 08/12] NFSv4.1 wake up all tasks on un-connected DS slot table waitq
` [PATCH Version 2 09/12] NFSv4.1 ref count nfs_client across filelayout data server io
` [PATCH Version 2 10/12] NFSv4.1 de reference a disconnected data server client record
` [PATCH Version 2 11/12] NFSv4.1 check for NULL pnfs_layout_hdr in pnfs scan commit lists
` [PATCH Version 2 12/12] NFSv4.1 have filelayout_initiate_commit return void

NFS: low read/stat performance on small files
 2012-03-24  7:02 UTC  (4+ messages)

About pNFS installation process
 2012-03-23 18:02 UTC  (4+ messages)

[PATCHSET 0/4] Auto-login support for the pnfs-objects protocol
 2012-03-23  2:57 UTC  (4+ messages)
` [PATCH 4/4] osd_login: Add autologin script for objlayoutdriver
  ` SQUASHME: "
  ` [PATCH version2] "

[PATCH] RFC: export options for junctions
 2012-03-22 19:34 UTC  (8+ messages)

[PATCH] rpc.gssd: Links directly with libgssapi_krb5 which not needed
 2012-03-22 19:21 UTC  (2+ messages)

[PATCH Version 3 00/11] NFSv4.1 file layout data server quick failover
 2012-03-22 19:19 UTC  (12+ messages)
` [PATCH Version 3 01/11] NFSv4.1 move nfs4_reset_read and nfs_reset_write
` [PATCH Version 3 02/11] NFSv4.1: cleanup filelayout invalid deviceid handling
` [PATCH Version 3 03/11] NFSv4.1 cleanup filelayout invalid layout handling
` [PATCH Version 3 04/11] NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
` [PATCH Version 3 05/11] NFSv4.1: mark deviceid invalid on filelayout DS connection errors
` [PATCH Version 3 06/11] NFSv4.1: send filelayout DS commits to the MDS on invalid deviceid
` [PATCH Version 3 07/11] NFSv4.1 Check invalid deviceid upon slot table waitq wakeup
` [PATCH Version 3 08/11] NFSv4.1 wake up all tasks on un-connected DS slot table waitq
` [PATCH Version 3 09/11] NFSv4.1 ref count nfs_client across filelayout data server io
` [PATCH Version 3 10/11] NFSv4.1 de reference a disconnected data server client record
` [PATCH Version 3 11/11] NFSv4.1 check for NULL pnfs_layout_hdr in pnfs scan commit lists

READDIRPLUS3 and NFS3ERR_BAD_COOKIE
 2012-03-22 17:16 UTC  (4+ messages)

[PATCH] Fix length of buffer copied in __nfs4_get_acl_uncached
 2012-03-22 16:46 UTC 

[PATCH 1/1] gssd: Look for user creds in user defined directory
 2012-03-22 15:09 UTC  (2+ messages)

[GIT PULL] Please pull NFS client updates
 2012-03-22 14:59 UTC 

[PATCH 1/2] Define ENOAUTHSERVICE to indicate "Authentication service unavailable"
 2012-03-22 13:35 UTC  (2+ messages)
` [PATCH 2/2] Define ENONAMESERVICE and ENAMEUNKNOWN to indicate name service errors

[PATCH 1/2] NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commit
 2012-03-22  5:39 UTC  (2+ messages)
` [PATCH 2/2] NFS4.1: Add lseg to struct nfs4_fl_commit_bucket

Linux pNFS status meeting 03/01/12
 2012-03-22  0:14 UTC  (3+ messages)
` Linux pNFS status meeting 03/15/12
  ` Linux pNFS status meeting 03/22/12 - NO MEETING THIS WEEK

krb5 failures in recent nfs-for-next
 2012-03-21 21:11 UTC  (8+ messages)

[PATCH 1/2] NFS: Create an NFS v3 stat_to_errno()
 2012-03-21 20:34 UTC 

[PATCH] NFS: Create a single nfs_clone_super() function
 2012-03-21 20:10 UTC 

[PATCH 0/2] NFS: Make v2 configurable
 2012-03-21 19:34 UTC  (3+ messages)
` [PATCH 1/2] NFS: Relocate the stat_to_errno() function
` [PATCH 2/2] NFS: Make v2 configurable

[PATCH v4 00/23] NFS: Create NFS Modules
 2012-03-21 16:38 UTC  (6+ messages)
` [PATCH v4 03/23] NFS: Add version registering framework


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