linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-19 00:52:49 to 2012-08-28 11:27:07 UTC [more...]

[PATCH v3 00/17] generic hashtable implementation
 2012-08-28 11:27 UTC  (40+ messages)
` [PATCH v3 01/17] hashtable: introduce a small and naive hashtable
` [PATCH v3 02/17] userns: use new hashtable implementation
` [PATCH v3 03/17] mm,ksm: "
` [PATCH v3 04/17] workqueue: "
` [PATCH v3 05/17] mm/huge_memory: "
` [PATCH v3 06/17] tracepoint: "
` [PATCH v3 07/17] net,9p: "
` [PATCH v3 08/17] block,elevator: "
` [PATCH v3 09/17] SUNRPC/cache: "
` [PATCH v3 10/17] dlm: "
` [PATCH v3 11/17] net,l2tp: "
` [PATCH v3 12/17] dm: "
` [PATCH v3 13/17] lockd: "
` [PATCH v3 14/17] net,rds: "
` [PATCH v3 15/17] openvswitch: "
` [PATCH v3 16/17] tracing output: "
` [PATCH v3 17/17] SUNRPC: use new hashtable implementation in auth

NFS4 and quota is rpc.rquotad still needed?
 2012-08-28  9:00 UTC 

[PATCH 1/6] fs/nfsd/nfs4idmap.c: adjust inconsistent IS_ERR and PTR_ERR
 2012-08-28  1:44 UTC  (2+ messages)

[3.6-rc3] rdirplus broken? (EBUSY)
 2012-08-27 21:55 UTC 

[PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate
 2012-08-27 21:34 UTC  (5+ messages)

nfsv4 state id errors
 2012-08-27 10:20 UTC 

[PATCH] Avoid array overflow in __nfs4_get_acl_uncached
 2012-08-26 18:57 UTC  (8+ messages)

NFSv4 client failed to create krb5 context?
 2012-08-26 16:57 UTC 

NFS server misbehaving (nfsd eats CPU and returns no data)
 2012-08-26  0:58 UTC  (6+ messages)

NFSv4, Name (string) mapping vs. raw UID, idmapd and Kernels >= 3.3
 2012-08-24 22:02 UTC  (5+ messages)

Unprivileged port and ERR_PERM
 2012-08-24 20:51 UTC 

Kernel NFSd CPU hog?
 2012-08-24 20:29 UTC  (4+ messages)

[PATCH] svcrpc: sends on closed socket should stop immediately
 2012-08-24 15:38 UTC  (3+ messages)

Proposal
 2012-08-23 22:55 UTC 

Proposal
 2012-08-23 22:55 UTC 

NFSv3 client hang on many simultanious reads
 2012-08-23 20:04 UTC  (3+ messages)

nfsd bugfixes for 3.6
 2012-08-23 19:00 UTC 

[PATCH-Resend 1/2] blkmapd: allow blocklayoutdriver module to load/unload
 2012-08-23 17:10 UTC  (4+ messages)
` [PATCH-Resend 2/2] blkmapd: proper signal handling

[PATCH 2/2] Use /run/user/${UID} instead of /run/user/${USER}
 2012-08-23 16:35 UTC  (2+ messages)

[PATCH 1/2] scan for DIR: ccaches, too
 2012-08-23 16:34 UTC  (2+ messages)

[PATCH-resend 0/6] NFS41 and pnfsblock bugfixes
 2012-08-23 16:27 UTC  (7+ messages)
` [PATCH-resend 1/6] NFSv41: fix DIO write_io calculation
` [PATCH-resend 2/6] NFS41: fix error of setting blocklayoutdriver
` [PATCH-resend 3/6] Revert "pnfsblock: bail out partial page IO"
` [PATCH-resend 4/6] pnfsblock: fix partial page buffer wirte
` [PATCH-resend 5/6] pnfsblock: fix non-aligned DIO read
` [PATCH-resend 6/6] pnfsblock: fix non-aligned DIO write

Linux pNFS status meeting 08/23/12
 2012-08-22 15:52 UTC 

[GIT PULL] Please pull NFS client fixes
 2012-08-22 15:41 UTC 

NFS4: ssh + unlink(~/.Xauthority) delays
 2012-08-22  8:33 UTC  (13+ messages)
` NFS4ERR_DELAY (was: NFS4: ssh + unlink(~/.Xauthority) delays)
    ` NFS4ERR_DELAY

[PATCH 3/3] writeback: add dirty_ratio_time per bdi variable (NFS write performance)
 2012-08-22  1:10 UTC  (10+ messages)

[PATCH] nfsd: remove unused listener-removal interfaces
 2012-08-21 23:58 UTC  (4+ messages)

nfsd & svcrpc patches (mainly cleanup) for 3.7
 2012-08-21 21:42 UTC  (22+ messages)
` [PATCH 01/14] svcrpc: standardize svc_setup_socket return convention
` [PATCH 02/14] svcrpc: clean up control flow
` [PATCH 03/14] svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY
` [PATCH 04/14] svcrpc: share some setup of listening sockets
` [PATCH 05/14] nfsd: remove redundant "port" argument
` [PATCH 06/14] nfsd: allow configuring nfsd to listen on 5-digit ports
` [PATCH 07/14] svcrpc: minor udp code cleanup
` [PATCH 08/14] svcrpc: ignore unknown address type in udp receive
` [PATCH 09/14] svcrpc: make xpo_recvfrom return only >=0
` [PATCH 10/14] svcrpc: remove handling of unknown errors from svc_recv
` [PATCH 11/14] svcrpc: make svc_xprt_received static
` [PATCH 12/14] svcrpc: break up svc_recv
` [PATCH 13/14] svcrpc: split up svc_handle_xprt
` [PATCH 14/14] nfsd: document kernel interfaces for nfsd configuration

DCACHE_DISCONNECTED patches
 2012-08-21 21:37 UTC  (3+ messages)
` [PATCH 1/2] dcache: use IS_ROOT to decide where dentry is hashed
` [PATCH 2/2] dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries

[PATCH] knfsd: don't allocate file_locks on the stack
 2012-08-21 19:07 UTC  (3+ messages)

[PATCH v3] SUNRPC: protect service sockets lists during per-net shutdown
 2012-08-21 19:06 UTC  (10+ messages)

NFS: Treat NFS4ERR_CLID_INUSE as a fatal error
 2012-08-21 18:57 UTC  (12+ messages)

[PATCH] svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
 2012-08-21 18:34 UTC  (4+ messages)

[PATCH] knfsd: remove bogus BUG_ON() call from nfsd4_locku
 2012-08-21 18:04 UTC  (2+ messages)

[PATCH 0/4] Add support for new RPCSEC_GSS upcall mechanism for nfsd
 2012-08-21 14:29 UTC  (14+ messages)

[PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate
 2012-08-21 10:23 UTC  (2+ messages)

minor nfsd cleanups
 2012-08-20 22:56 UTC  (5+ messages)
` [PATCH 1/3] nfsd4: nfsaclsvc_encode_voidres static
` [PATCH 2/3] nfsd4: declare nfs4_recoverydir properly
` [PATCH 3/3] nfsd: do_nfsd_create verf argument is a u32

[PATCH] svcrpc: fix BUG() in svc_tcp_clear_pages
 2012-08-20 21:49 UTC 

PROBLEM: in function nfs3_proc_get_root(), fsinfo reply error,but not return
 2012-08-20 16:48 UTC 

[PATCH] NFS: free client is case of idr allocation failure
 2012-08-20 16:17 UTC 

[PATCH] NFS: put net in case of idr allocation failure
 2012-08-20 16:14 UTC  (3+ messages)

Linux pNFS status meeting 08/02/12
 2012-08-20 14:17 UTC  (3+ messages)

[PATCH v4 00/10] NFS: callback threads containerization
 2012-08-20 14:00 UTC  (11+ messages)
` [PATCH v4 01/10] NFS: pass net to nfs_callback_down()
` [PATCH v4 02/10] NFS: callback service creation function introduced
` [PATCH v4 03/10] NFS: move per-net callback thread initialization to nfs_callback_up_net()
` [PATCH v4 04/10] NFS: callback up - transport backchannel cleanup
` [PATCH v4 05/10] NFS: callback service start function introduced
` [PATCH v4 06/10] NFS: callback up - users counting cleanup
` [PATCH v4 07/10] NFS: make nfs_callback_tcpport per network context
` [PATCH v4 08/10] NFS: make nfs_callback_tcpport6 "
` [PATCH v4 09/10] NFS: callback per-net usage counting introduced
` [PATCH v4 10/10] NFS: add debug messages to callback down function

[PATCH v3 00/11] Series short description
 2012-08-20 12:57 UTC  (3+ messages)

[PATCH v2 00/16] generic hashtable implementation
 2012-08-19 16:17 UTC  (7+ messages)
` [PATCH v2 01/16] hashtable: introduce a small and naive hashtable
` [PATCH v2 16/16] tracing output: use new hashtable implementation


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