public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-09-09 18:10:43 to 2010-09-15 16:51:18 UTC [more...]

[PATCH 0/8] nfs: ensure that sillyrenames run to completion (try #2)
 2010-09-15 16:50 UTC  (18+ messages)
` [PATCH 1/8] nfs: eliminate nfs3_renameargs
` [PATCH 2/8] nfs: convert nfs_renameargs to use qstr structs
` [PATCH 3/8] nfs: eliminate nfs4_rename_arg
` [PATCH 4/8] nfs: standardize the rename response container
` [PATCH 5/8] nfs: move nfs_sillyrename to unlink.c
` [PATCH 6/8] nfs: add a rename_setup nfs_rpc_op for async renames
` [PATCH 7/8] nfs: add rename_done nfs_rpc_op
` [PATCH 8/8] nfs: make sillyrename an async operation

[PATCH 0/9] sunrpc: Start making sunrpc work in containers
 2010-09-15 16:05 UTC  (12+ messages)
` [PATCH 1/9] sunrpc: Pass the ip_map_parse's cd to lower calls
` [PATCH 2/9] sunrpc: Make xprt auth cache release work with the xprt
` [PATCH 3/9] sunrpc: Pass xprt to cached get/put routines
` [PATCH 4/9] sunrpc: Add net to pure API calls
` [PATCH 5/9] sunrpc: Add routines that allow registering per-net caches
` [PATCH 6/9] sunrpc: Tag svc_xprt with net
` [PATCH 7/9] sunrpc: The per-net skeleton
` [PATCH 8/9] sunrpc: Make the /proc/net/rpc appear in net namespaces
` [PATCH 9/9] sunrpc: Make the ip_map_cache be per-net

Deploying a pNFS / LAYOUT4_BLOCK_VOLUME configuration
 2010-09-15 14:42 UTC  (6+ messages)

AW: NFS strange sync issues - different versions of same file using multiple clients
 2010-09-15 13:23 UTC 

kernel panic
 2010-09-15 13:21 UTC 

NFSv4 with Winbind: successfull mount but no user access
 2010-09-15 12:44 UTC 

pNFS: trouble test with fscache
 2010-09-15  9:39 UTC  (3+ messages)

NFS : filehandle to filename mappings
 2010-09-15  6:35 UTC  (3+ messages)

nfsd4_stateowners problem
 2010-09-14 20:24 UTC  (5+ messages)

[PATCH 0/2] Two more fixes for mount.nfs
 2010-09-14 19:49 UTC  (5+ messages)
` [PATCH 1/2] mount.nfs: Refactor mount version and protocol autonegotiation
` [PATCH 2/2] mount.nfs: Don't do anything fancy if this is a remount

NFS strange sync issues - different versions of same file using multiple clients
 2010-09-14 17:27 UTC  (2+ messages)

[PATCH 1/1] SQUASHME: pnfs: clean up layoutcommit_mempool
 2010-09-14 13:25 UTC  (3+ messages)

[PATCH] rpc.nfsd: mount up nfsdfs is it doesn't appear to be mounted yet (try #2)
 2010-09-14 13:23 UTC  (2+ messages)

[RFC 0/4] move layout get/return synchronization to rpc prepare
 2010-09-14 13:13 UTC  (9+ messages)
` [PATCH 1/4] SQUASHME: pnfs-post-submit: remove take_ref and only_valid params from pnfs_has_layout
` [PATCH 2/4] pnfs: allow nfs4_proc_layoutget to sleep on invalid lsegs
` [PATCH 3/4] pnfs: allow nfs4_proc_layoutreturn to sleep on barrier
` [PATCH 4/4] SQUASHME: pnfs: get rid of lo_waitq

[RFC][PATCH] rpc_pipe_msg should be protected by inode->i_lock when purge it
 2010-09-14 12:58 UTC  (2+ messages)

[PATCH] xprtrdma: fix code style problem
 2010-09-14  5:36 UTC 

[PATCH] nfs: introduce mount option '-olocal_lock' to make locks local
 2010-09-14  5:06 UTC  (8+ messages)

[PATCH] rpc.idmapd: Type of idmap client should be defined by ic_id not ic_clid
 2010-09-14  2:59 UTC 

[GIT PULL] Please pull bugfixes for the NFS client
 2010-09-14  2:11 UTC 

[pynfs PATCH] TESTS: fix DELEG9
 2010-09-14  1:08 UTC  (2+ messages)

[PATCH] SQUASHME: pnfs-post-submit: mark commit data as PNFS_NO_RPC in pnfs_try_to_commit
 2010-09-13 20:09 UTC 

[PATCH] SQUASHME: pnfs-obj: fix REQ flags usage
 2010-09-13 20:08 UTC 

[PATCH 00/11] Overhaul NFSv2-related XDR functions
 2010-09-13 20:00 UTC  (14+ messages)
` [PATCH 01/11] NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.c
` [PATCH 02/11] SUNRPC: Correct an rpcbind debugging message
` [PATCH 03/11] SUNRPC: Refactor logic to NUL-terminate strings in pages
` [PATCH 04/11] NFS: Introduce new-style XDR encoding functions for NFSv2
` [PATCH 05/11] NFS: Remove old NFSv2 encoder functions
` [PATCH 06/11] NFS: Move and update xdr_encode_foo() functions that we're keeping
` [PATCH 07/11] NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument
` [PATCH 08/11] NFS: Introduce new-style XDR decoding functions for NFSv2
` [PATCH 09/11] NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones
` [PATCH 10/11] NFS: Move and update xdr_decode_foo() functions that we're keeping
` [PATCH 11/11] lockd: Introduce new-style XDR functions for NLMv3

[PATCH 23/25] net/sunrpc: Use static const char arrays
 2010-09-13 19:48 UTC 

krb5 problems in 2.6.36
 2010-09-13 17:49 UTC  (7+ messages)
  ` [PATCH] Fix null dereference in call_allocate
    ` [PATCH] Fix race corrupting rpc upcall list

[PATCH 00/12] Next series of mountd IPv6 support patches
 2010-09-13 17:23 UTC  (13+ messages)
` [PATCH 01/12] libnfs.a: Fix API for getfh() & friends
` [PATCH 02/12] mountd: add IPv6 support in auth_authenticate()
` [PATCH 03/12] mountd: Support IPv6 in mountd's svc routines
` [PATCH 04/12] mountd: support IPv6 in mountlist_del_all()
` [PATCH 05/12] mountd: Add mountlist_freeall()
` [PATCH 06/12] mountd: Handle memory exhaustion in mountlist_list()
` [PATCH 07/12] mountd: Support IPv6 "
` [PATCH 08/12] exportfs: Enable IPv6 support in matchhostname()
` [PATCH 09/12] mountd: clean up cache API
` [PATCH 10/12] mountd: Handle IPv6 addresses in kernel auth_unix_ip upcalls
` [PATCH 11/12] mountd: Ensure cache downcall can handle IPv6 addresses
` [PATCH 12/12] libexport.a: Enable IPv6 support in hostname.c

[PATCH 00/13] RFC: pnfs: LAYOUTGET/DEVINFO submission
 2010-09-13 16:55 UTC  (49+ messages)
` [PATCH 07/13] RFC: pnfs: full mount/umount infrastructure
` [PATCH 08/13] RFC: pnfs: filelayout: introduce minimal file layout driver
` [PATCH 09/13] RFC: nfs: create and destroy inode's layout cache
` [PATCH 10/13] RFC: nfs: client needs to maintain list of inodes with active layouts
` [PATCH 11/13] RFC: nfs: retry on certain pnfs errors
` [PATCH 12/13] RFC: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure
` [PATCH 13/13] RFC: pnfs: filelayout: add driver's "

[RFC 0/3] Ugliness in struct pnfs_layout_segment and possible uselessness of the device cache
 2010-09-13 12:45 UTC  (9+ messages)
` [RFC 1/3] SQUASHME: Generalize the device cache so it can be used by all layouts
` [RFC 2/3] SQUASHME: fileslayout: Adjust to device_cache API changes
` [RFC 3/3] SQUASHME: pnfs-obj: Use the generic device cache

PLEASE HELP MY FAMILY (A Cry for Help
 2010-09-11  6:19 UTC 

[PATCH 1/3] mount.nfs: Refactor mount version and protocol autonegotiation
 2010-09-11  4:06 UTC  (5+ messages)

[PATCH 0/6] Replace NFSROOT mount option parsing
 2010-09-10 20:04 UTC  (7+ messages)
` [PATCH 1/6] NFS: Remove \t from mount debugging message
` [PATCH 2/6] NFS: Clean up NFSROOT command line parsing
` [PATCH 3/6] NFS: Use super.c for NFSROOT mount option parsing
` [PATCH 4/6] NFS: Clean up nfsroot.c
` [PATCH 5/6] NFS: Allow NFSROOT debugging messages to be enabled dynamically
` [PATCH 6/6] SUNRPC: Remove rpcb_getport_sync()

[PATCH 0/9] nfs: make sure sillyrenames run to completion (try #1)
 2010-09-10 19:27 UTC  (10+ messages)
` [PATCH 1/9] nfs: eliminate nfs3_renameargs
` [PATCH 2/9] nfs: convert nfs_renameargs to use qstr structs
` [PATCH 3/9] nfs: eliminate nfs4_rename_arg
` [PATCH 4/9] nfs: standardize the rename response container
` [PATCH 5/9] nfs: move nfs_sillyrename to unlink.c
` [PATCH 6/9] nfs: eliminate qsilly var from nfs_sillyrename
` [PATCH 7/9] nfs: add a rename_setup nfs_rpc_op for async renames
` [PATCH 8/9] nfs: add rename_done nfs_rpc_op
` [PATCH 9/9] nfs: make sillyrename an async operation

NFS4 on Ubuntu nobody/nogroup user mapping
 2010-09-10 18:28 UTC  (2+ messages)

Updated pNFS Developmental kernel/nfs-utils repository
 2010-09-10 13:23 UTC 

How to get the file path from file handle - NFS
 2010-09-10  7:17 UTC  (3+ messages)

How to get the file path from file handle - NFS
 2010-09-10  5:32 UTC 

NFS over RDMA bug reports
 2010-09-09 21:45 UTC 

locking and setgid files
 2010-09-09 21:43 UTC  (2+ messages)


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