linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-09-14 10:53:29 to 2010-09-20 16:20:19 UTC [more...]

[PATCH 00/12] RFC: pnfs: LAYOUTGET/DEVINFO submission, v2
 2010-09-20 16:20 UTC  (27+ messages)
` [PATCH 01/12] NFSD: remove duplicate NFS4_STATEID_SIZE
` [PATCH 02/12] SUNRPC: define xdr_decode_opaque_fixed
` [PATCH 03/12] RFC: pnfsd, pnfs: protocol level pnfs constants
` [PATCH 04/12] RFC: nfs: change stateid to be a union
` [PATCH 05/12] RFC: nfs: ask for layouttypes during fsinfo call
` [PATCH 06/12] RFC: nfs: set layout driver
` [PATCH 07/12] RFC: pnfs: full mount/umount infrastructure
` [PATCH 08/12] RFC: pnfs: filelayout: introduce minimal file layout driver
` [PATCH 09/12] RFC: nfs: create and destroy inode's layout cache
` [PATCH 10/12] RFC: nfs: client needs to maintain list of inodes with active layouts
` [PATCH 11/12] RFC: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure
` [PATCH 12/12] RFC: pnfs: filelayout: add driver's "

Discussion topics for the coming Bake-A-Thon
 2010-09-20 16:19 UTC  (5+ messages)
  ` [nfsv4] "

[PATCH 0/2] Two minor nfs-utils bug fixes
 2010-09-20 16:16 UTC  (4+ messages)
` [PATCH 1/2] libnfs.a: Remove support/nfs/fstab.c
` [PATCH 2/2] nfs-utils: Fix source code character encoding

[PATCH 0/9] sunrpc: Start making sunrpc work in containers
 2010-09-20 16:13 UTC  (13+ 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

nfsv3 gssapi client?
 2010-09-20 16:07 UTC  (10+ messages)

Should we be aggressively invalidating cache when using -onolock?
 2010-09-20 15:34 UTC  (3+ messages)

[PATCH] rpcbind: don't ignore bind and init_transport errors
 2010-09-20 15:31 UTC  (7+ messages)

hang on server boot
 2010-09-20 15:05 UTC  (5+ messages)
  ` [PATCH 1/2] TESTS: fix error when rebootscript defined but not rebootargs
    ` [PATCH 2/2] TESTS: make reboot tests run non-interactively

Should we be aggressively invalidating cache when using -onolock?
 2010-09-20 14:41 UTC  (5+ messages)

Relocate NFS root FS for maintenance
 2010-09-20 13:55 UTC  (3+ messages)
` Locking question around "...PagePrivate()"

[PATCH] rpcbind: bind also to specific IP for TCP if requested
 2010-09-20 11:30 UTC 

[PATCH] nfs: introduce mount option '-olocal_lock' to make locks local (try++)
 2010-09-20 11:11 UTC 

[PATCH] nfs: introduce mount option '-olocal_lock' to make locks local
 2010-09-20  9:27 UTC  (3+ messages)

[PATCH 0/6] Replace NFSROOT mount option parsing
 2010-09-17 21:44 UTC  (2+ messages)

[PATCH 0/4] nfs: ensure that sillyrenames run to completion (try #3)
 2010-09-17 21:43 UTC  (6+ messages)
` [PATCH 1/4] nfs: standardize the rename args container
` [PATCH 2/4] nfs: standardize the rename response container
` [PATCH 3/4] nfs: move nfs_sillyrename to unlink.c
` [PATCH 4/4] nfs: make sillyrename an async operation

how to limit disk IO utilization by the nfs server?
 2010-09-17 17:28 UTC  (2+ messages)

[PATCH 0/6] Remove struct nameidata from lower level NFS code
 2010-09-17 17:23 UTC  (8+ messages)
` [PATCH 1/6] NFSv4: Clean up nfs4_atomic_open
  ` [PATCH 2/6] NFSv4: Further minor cleanups for nfs4_atomic_open()
    ` [PATCH 3/6] NFSv4: Clean up nfs4_open_revalidate
      ` [PATCH 4/6] NFSv4: Further cleanups for nfs4_open_revalidate()
        ` [PATCH 5/6] NFS: Clean up nfs4_proc_create()
          ` [PATCH 6/6] NFS: Add an 'open_context' element to struct nfs_rpc_ops

[PATCH 00/22] Full NFSv2/v3 XDR overhaul series
 2010-09-17 16:29 UTC  (23+ messages)
` [PATCH 01/22] NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.c
` [PATCH 02/22] SUNRPC: Correct an rpcbind debugging message
` [PATCH 03/22] SUNRPC: Refactor logic to NUL-terminate strings in pages
` [PATCH 04/22] NFS: Introduce new-style XDR encoding functions for NFSv2
` [PATCH 05/22] NFS: Remove old NFSv2 encoder functions
` [PATCH 06/22] NFS: Move and update xdr_encode_foo() functions that we're keeping
` [PATCH 07/22] NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument
` [PATCH 08/22] NFS: Introduce new-style XDR decoding functions for NFSv2
` [PATCH 09/22] NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones
` [PATCH 10/22] NFS: Move and update xdr_decode_foo() functions that we're keeping
` [PATCH 11/22] lockd: Introduce new-style XDR functions for NLMv3
` [PATCH 12/22] NFS: Introduce new-style XDR encoding functions for NFSv3
` [PATCH 13/22] NFS: Replace old NFSv3 encoder functions with xdr_stream-based ones
` [PATCH 14/22] NFS: Remove unused old NFSv3 encoder functions
` [PATCH 15/22] NFS: Move and update xdr_encode_foo() functions that we're keeping
` [PATCH 16/22] NFS: Introduce new-style XDR decoding functions for NFSv2
` [PATCH 17/22] NFS: Switch in new NFSv3 decoder functions
` [PATCH 18/22] NFS: Remove unused old "
` [PATCH 19/22] NFS: Move and update xdr_decode_foo() functions that we're keeping
` [PATCH 20/22] lockd: Introduce new-style XDR functions for NLMv4
` [PATCH 21/22] lockd: Move nlmdbg_cookie2a() to svclock.c
` [PATCH 22/22] NFS: Fix hdrlen calculation in NFSv4's decode_read()

Linux pNFS status meeting 09/02
 2010-09-17 15:41 UTC  (6+ messages)
` Linux pNFS status meeting 09/09
  ` Linux pNFS status meeting 09/16

sunrpc: remove the big kernel lock
 2010-09-17 12:38 UTC 

kernel panic
 2010-09-17  8:23 UTC  (4+ messages)

[PATCH] rpc.nfsd: mount up nfsdfs is it doesn't appear to be mounted yet (try #2)
 2010-09-16 21:32 UTC  (11+ messages)
` [PATCH] rpc.nfsd: mount up nfsdfs is it doesn't appear to be mounted yet (try #4)

[PATCH 00/12] Next series of mountd IPv6 support patches
 2010-09-16 21:29 UTC  (2+ messages)

[PATCH RFC] x86: hpet: Avoid the readback penalty
 2010-09-16 20:04 UTC 

[PATCH 0/2] Two more fixes for mount.nfs
 2010-09-16 12:00 UTC  (3+ messages)

[PATCH] rpc.idmapd: Type of idmap client should be defined by ic_id not ic_clid
 2010-09-16 11:15 UTC  (2+ messages)

NFS : filehandle to filename mappings
 2010-09-15 18:00 UTC  (4+ messages)

[PATCH 0/8] nfs: ensure that sillyrenames run to completion (try #2)
 2010-09-15 17:23 UTC  (19+ 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

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 

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)

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

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)

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


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