linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-24 05:01:04 to 2012-03-02 22:00:07 UTC [more...]

[PATCH 00/12] For 3.4 (3rd take)
 2012-03-02 22:00 UTC  (13+ messages)
` [PATCH 01/12] NFS: Make nfs_cache_array.size a signed integer
` [PATCH 02/12] NFS: Clean up debugging in decode_pathname()
` [PATCH 03/12] NFS: Add debugging messages to NFSv4's CLOSE procedure
` [PATCH 04/12] NFS: Reduce debugging noise from encode_compound_hdr
` [PATCH 05/12] SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
` [PATCH 06/12] SUNRPC: Move clnt->cl_server into struct rpc_xprt
` [PATCH 07/12] SUNRPC: Add API to acquire source address
` [PATCH 08/12] commit 6f38b4ba433ac6494f83cb73dd07dcbde797e1e0
` [PATCH 09/12] NFS: Add a client-side function to display NFS file handles
` [PATCH 10/12] NFS: Simplify arguments of encode_renew()
` [PATCH 11/12] NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS
` [PATCH 12/12] NFS: Request fh_expire_type attribute in "server caps" operation

[PATCH 00/15] For 3.4 (2nd take)
 2012-03-02 21:58 UTC  (32+ messages)
` [PATCH 01/15] NFS: Make nfs_cache_array.size a signed integer
` [PATCH 02/15] NFS: Clean up debugging in decode_pathname()
` [PATCH 03/15] NFS: Add debugging messages to NFSv4's CLOSE procedure
` [PATCH 04/15] NFS: Reduce debugging noise from encode_compound_hdr
` [PATCH 05/15] SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
` [PATCH 06/15] SUNRPC: Move clnt->cl_server into struct rpc_xprt
` [PATCH 07/15] SUNRPC: Add API to acquire source address
` [PATCH 08/15] commit 6f38b4ba433ac6494f83cb73dd07dcbde797e1e0
` [PATCH 09/15] NFS: Add a client-side function to display NFS file handles
` [PATCH 10/15] NFS: Save root file handle in nfs_server
` [PATCH 11/15] NFS: Simplify arguments of encode_renew()
` [PATCH 12/15] NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS
` [PATCH 13/15] NFS: Request fh_expire_type attribute in "server caps" operation
` [PATCH 14/15] NFS: Fix some minor problems with nfs4_verifiers
` [PATCH 15/15] NFS: Fix some minor problems with nfs4_deviceids

[PATCH 1/1] mount.nfs: strip of extra slashes in device name
 2012-03-02 21:50 UTC  (5+ messages)

[PATCH 1/3] NFS: Extend the -overs= mount option to allow 4.x minorversions
 2012-03-02 20:57 UTC  (4+ messages)
` [PATCH 2/3] NFS: Ensure we display the minor version correctly in /proc/mounts etc

[PATCH] Check for beginning '/' in the mount path
 2012-03-02 20:57 UTC  (9+ messages)
        ` [PATCH] Get normalized paths for comparing NFS export paths

[PATCH v8 0/6] nfsd: overhaul the client name tracking code
 2012-03-02 20:42 UTC  (7+ messages)
` [PATCH v8 1/6] nfsd: add nfsd4_client_tracking_ops struct and a way to set it
` [PATCH v8 2/6] sunrpc: create nfsd dir in rpc_pipefs
` [PATCH v8 3/6] nfsd: convert nfs4_client->cl_cb_flags to a generic flags field
` [PATCH v8 4/6] nfsd: add a header describing upcall to nfsdcld
` [PATCH v8 5/6] nfsd: add the infrastructure to handle the cld upcall
` [PATCH v8 6/6] nfsd: add notifier to handle mount/unmount of rpc_pipefs sb

[PATCH 1/3] NFS: Extend the -overs= mount option to allow 4.x minorversions
 2012-03-02 20:40 UTC  (5+ messages)
` [PATCH 2/3] NFS: Ensure we display the minor version correctly in /proc/mounts etc
  ` [PATCH 3/3] NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount options

[PATCH] RFC: export options for junctions
 2012-03-02 19:54 UTC 

[3.1-rc4] NFSv3 client hang
 2012-03-02 18:49 UTC  (6+ messages)
        ` [3.2.5] NFSv3 CLOSE_WAIT hang

POSIX acls over nfs4
 2012-03-02 18:03 UTC  (22+ messages)

invalid sequence id
 2012-03-02 13:41 UTC  (3+ messages)

[PATCH] NFSv4: Save the owner/group name string when doing open
 2012-03-02  5:08 UTC  (3+ messages)
` [PATCH v2] "

[3.2.5] Stale NFS file handle issue on subdirectory of NFSv3 mount
 2012-03-01 22:45 UTC  (5+ messages)

nfs4 mount hanging suddenly
 2012-03-01 19:28 UTC  (6+ messages)

[PATCH 1/2] NFSv4.1: Get rid of redundant NFS4CLNT_LAYOUTRECALL tests
 2012-03-01 16:18 UTC  (4+ messages)
` [PATCH 2/2] NFSv4.1: Get rid of NFS4CLNT_LAYOUTRECALL

[PATCH 2.6.32-131.6.1.el6.x86_64] idmapd.c: deactivate the ASCII characters check
 2012-03-01 15:22 UTC  (6+ messages)

NFS client (3.0.0-3.2.8) high system CPU
 2012-03-01 14:00 UTC  (2+ messages)

NFS4 des and weak crypto
 2012-03-01 12:06 UTC  (3+ messages)

[PATCH v7 0/5] nfsd: overhaul the client name tracking code
 2012-03-01  7:31 UTC  (11+ messages)
` [PATCH v7 1/5] nfsd: add nfsd4_client_tracking_ops struct and a way to set it
` [PATCH v7 2/5] sunrpc: create nfsd dir in rpc_pipefs
` [PATCH v7 3/5] nfsd: convert nfs4_client->cl_cb_flags to a generic flags field
` [PATCH v7 4/5] nfsd: add a header describing upcall to nfsdcld
` [PATCH v7 5/5] nfsd: add the infrastructure to handle the cld upcall

Linux pNFS status meeting 03/01/12
 2012-02-29 23:19 UTC 

[PATCH] fs/dcache: allow __d_obtain_alias() to return unhashed dentries
 2012-02-29 23:10 UTC  (11+ messages)

NFSv4 client restriction
 2012-02-29 22:32 UTC  (6+ messages)

[PATCH] nfs-utils: exports man page: no_acl is not supported
 2012-02-29 20:43 UTC  (2+ messages)

[PATCH] sunrpc: initialize delayed work on each rpc_inode allocation
 2012-02-29 16:56 UTC  (2+ messages)

[PATCH] SUNRPC: set desired file system root before connecting local transports
 2012-02-29 14:59 UTC 

Your Email ID has been awarded 1,000,000,00 GBP in British Tobacco Promo Send Details
 2012-02-28 23:27 UTC 

Your Email ID has been awarded 1,000,000,00 GBP in British Tobacco Promo Send Details
 2012-02-28 23:27 UTC 

linux-image: on nfs4 server: RPC: AUTH_GSS upcall timed out Please check user daemon is running
 2012-02-28 19:49 UTC  (6+ messages)

v4recovery client id lockup
 2012-02-28 19:45 UTC  (5+ messages)

"Using NFS over UDP on high-speed links such as Gigabit can cause silent data corruption."
 2012-02-28 15:50 UTC  (9+ messages)

spnfs write performance issue
 2012-02-28  9:27 UTC  (10+ messages)

[RFC PATCH 22/22] nfs: add support for read_iter, write_iter
 2012-02-27 23:17 UTC  (3+ messages)

null pointer dereference in linux kernel 3.2.4 in nfs4_xdr_enc_getacl
 2012-02-27 18:41 UTC  (2+ messages)

[PATCH v3 0/4] SUNRPC: several fixes around PipeFS objects
 2012-02-27 18:07 UTC  (6+ messages)
` [PATCH v3 1/4] SUNRPC: release per-net clients lock before calling PipeFS dentries creation
` [PATCH v3 2/4] NFS: "
` [PATCH v3 3/4] SUNRPC: check RPC inode's pipe reference before dereferencing
` [PATCH v3 4/4] SUNRPC: move waitq from RPC pipe to RPC inode

[PATCH v2 0/4] SUNRPC: several fixes around PipeFS objects
 2012-02-27 17:37 UTC  (11+ messages)
` [PATCH v2 1/4] SUNRPC: release per-net clients lock before calling PipeFS dentries creation
` [PATCH v2 2/4] NFS: "
` [PATCH v2 3/4] SUNRPC: check RPC inode's pipe reference before dereferencing
` [PATCH v2 4/4] SUNRPC: move waitq from RPC pipe to RPC inode

[PATCH 0/4] SUNRPC: several fixes around PipeFS objects
 2012-02-27 15:42 UTC  (7+ messages)
` [PATCH 1/4] SUNRPC: replace per-net client lock by rw mutex
` [PATCH 2/4] NFS: replace per-net client lock by mutex
` [PATCH 3/4] SUNRPC: check RPC inode's pipe reference before dereferencing
` [PATCH 4/4] SUNRPC: move waitq from RPC pipe to RPC inode

[PATCH] SUNRPC: fix use-after-free of rpc pipes
 2012-02-27 13:55 UTC  (11+ messages)

[PATCH 1/2 v3] Created a function for setting timeouts on keys
 2012-02-24 19:14 UTC  (2+ messages)
` [PATCH 2/2 v3] NFS: Store the legacy idmapper result in the keyring

pynfs fixes from cthon
 2012-02-24  5:01 UTC  (6+ messages)
` [PATCH 1/5] 4.1 server tests: rename tests incorrectly using root dir
` [PATCH 2/5] 4.1 server tests: maketree should not leave files open
` [PATCH 3/5] 4.1 server tests: add citation for COMP4b
` [PATCH 4/5] 4.1 server tests: allow SYMLINK error on rename
` [PATCH 5/5] 4.1 server tests: don't insist on 0-seqid trick in setup


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