linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-20 18:48:19 to 2012-04-25 14:33:38 UTC [more...]

[PATCH 0/6] Extended file stat system call
 2012-04-25 14:44 UTC  (5+ messages)
` [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available

[PATCH 0/6] Lockd: service start cleanup patch set
 2012-04-25 14:23 UTC  (7+ messages)
` [PATCH 1/6] LockD: pass service to per-net up and down functions
` [PATCH 2/6] LockD: use existent per-net data function on service creation
` [PATCH 3/6] LockD: service creation function introduced
` [PATCH 4/6] LockD: move global usage counter manipulation from error path
` [PATCH 5/6] LockD: service start function introduced
` [PATCH 6/6] LockD: add debug message to start and stop functions

[3.2.10] NFSv3 CLOSE_WAIT hang
 2012-04-25 14:16 UTC  (2+ messages)

[PATCH 0/3] SUNRPC: separate per-net data creation from service creation
 2012-04-25 14:00 UTC  (5+ messages)
` [PATCH 1/3] SUNRPC: new svc_bind() routine introduced
` [PATCH 2/3] SUNRPC: check rpcbind clients usage counter before decrement
` [PATCH 3/3] SUNRPC: move per-net operations from svc_destroy()
  ` [PATCH v2 "

[PATCH RFC] vfs: make fstatat retry on ESTALE errors from getattr call
 2012-04-25 12:04 UTC  (35+ messages)
` [PATCH RFC v3] vfs: make fstatat retry once "

nfs-utils-1.2.5 getpagesize error in utils/blkmpd/device-process.c
 2012-04-25  0:43 UTC  (2+ messages)

[PATCH 0/6] fix some problems with v4root handling in mountd
 2012-04-24 22:05 UTC  (9+ messages)
` [PATCH 6/6] v4_root_add_parents: remove a possible buffer overflow
` [PATCH 1/6] lookup_export: really prefer nonV4ROOT exports
` [PATCH 5/6] v4root: set the time-to-live for V4ROOT exports to the DEFAULT
` [PATCH 2/6] auth_authenticate_newcache: prefer non-V4ROOT export over V4ROOT exports
` [PATCH 3/6] nfsd_fh: if two exports are possible, choose the one without V4ROOT
` [PATCH 4/6] v4set_root: force "fsid=0" for all exports of '/'

[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
 2012-04-24 20:50 UTC 

[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
 2012-04-24 20:42 UTC  (2+ messages)

[GIT PULL] please pull NFS client bugfixes
 2012-04-24 20:18 UTC 

[PATCH 0/2] NFS: Make v2 configurable
 2012-04-24 18:58 UTC  (3+ messages)
` [PATCH 1/2] NFS: Create an NFS v3 stat_to_errno()
` [PATCH 2/2] NFS: Make v2 configurable

[PATCH 1/1] NFS: Prevent garbage cinfo->ds from leaking out
 2012-04-24 18:50 UTC 

[PATCH v3 0/8] Fix SECINFO procedure
 2012-04-24 17:56 UTC  (9+ messages)
` [PATCH v3 1/8] NFS: Fix SECINFO_NO_NAME
` [PATCH v3 2/8] NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
` [PATCH v3 3/8] NFS: Do secinfo as part of lookup
` [PATCH v3 4/8] NFS: Remove secinfo knowledge out of the generic client
` [PATCH v3 5/8] NFS: Create a submount rpc_op
` [PATCH v3 6/8] NFS: Fix following referral mount points with different security
` [PATCH v3 7/8] NFS: Honor the authflavor set in the clone mount data
` [PATCH v3 8/8] NFS: Remove extra rpc_clnt argument to proc_lookup

[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
 2012-04-24 16:20 UTC  (5+ messages)

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-04-24 16:10 UTC  (10+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type

[PATCH] rpcbind: Only listen on requested hostnames for NC_TPI_COTS connections
 2012-04-24 15:58 UTC  (11+ messages)

NFSv4 high availability setups
 2012-04-24 15:19 UTC  (9+ messages)

[PATCH] nfsd: add IPv6 addr escaping to fs_location hosts
 2012-04-24 15:07 UTC 

[PATCH] nfs4: fix referrals on mounts that use IPv6 addrs
 2012-04-24 15:07 UTC 

[PATCH] mountd: support IPv6 [] escaping with fsloc hosts
 2012-04-24 15:00 UTC 

[PATCH] nfsd: add IPv6 addr escaping to fs_location hosts
 2012-04-24 14:59 UTC 

ctl bug
 2012-04-24  9:26 UTC 

Pls View Attachment for Detail (24/04/2012)
 2012-04-24  8:33 UTC 

Pls View Attachment for Detail (24/04/2012)
 2012-04-24  8:33 UTC 

[PATCH 01/20] NFS: Fix comment misspelling in struct nfs_client definition
 2012-04-23 21:56 UTC  (28+ messages)
` [PATCH 02/20] NFS: Use proper naming conventions for NFSv4.1 server scope fields
` [PATCH 03/20] NFS: Use proper naming conventions for nfs_client.impl_id field
` [PATCH 04/20] NFS: Use proper naming conventions for the nfs_client.net field
` [PATCH 05/20] NFS: Clean up return code checking in nfs4_proc_exchange_id()
` [PATCH 06/20] NFS: Remove nfs_unique_id
` [PATCH 07/20] NFS: Don't swap bytes in nfs4_construct_boot_verifier()
` [PATCH 08/20] NFS: Fix NFSv4 BAD_SEQID recovery
` [PATCH 09/20] NFS: Force server to drop NFSv4 state
` [PATCH 10/20] NFS: Always use the same SETCLIENTID boot verifier
` [PATCH 11/20] NFS: Refactor nfs_get_client(): add nfs_found_client()
` [PATCH 12/20] NFS: Refactor nfs_get_client(): initialize nfs_client
` [PATCH 13/20] NFS: Fix recovery from NFS4ERR_CLID_INUSE
` [PATCH 14/20] NFS: Add nfs_client behavior flags
` [PATCH 15/20] NFS: Introduce "migration" mount option
` [PATCH 16/20] NFS: Use the same nfs_client_id4 for every server
` [PATCH 17/20] NFS: EXCHANGE_ID should save the server major and minor ID
` [PATCH 18/20] NFS: Detect NFSv4 server trunking when mounting
` [PATCH 19/20] NFS: Add nfs4_unique_id boot parameter
` [PATCH 20/20] NFS: Clean up debugging messages in fs/nfs/client.c

[PATCH 1/3] NFSv4: Ensure we do not reuse open owner names
 2012-04-23 21:51 UTC  (9+ messages)
` [PATCH 2/3] NFSv4: Ensure that we don't drop a state owner more than once
  ` [PATCH 3/3] NFSv4: Keep dropped state owners on the LRU list for a while

NFSv4 ACLs
 2012-04-23 14:49 UTC  (7+ messages)

[PATCH 0/3] Fix use_ipaddr race
 2012-04-23  1:04 UTC  (5+ messages)
` [PATCH 1/3] mountd: unconditionally resolve ip address
` [PATCH 2/3] mountd: helper function for export upcall's client matching
` [PATCH 3/3] mountd: ignore use_ipaddr and just try both client types

[PATCH 00/11] Swap-over-NFS without deadlocking V3
 2012-04-21 18:13 UTC  (2+ messages)

[PATCH v4 18/25] NFS: prepare coalesce testing for directio
 2012-04-20 23:55 UTC 

[PATCH] NFS4: fix referrals with IPv6 mounts
 2012-04-20 22:05 UTC  (20+ messages)

[PATCH v3 00/25] directio rewrite
 2012-04-20 21:20 UTC  (11+ messages)
` [PATCH v3 18/25] NFS: prepare coalesce testing for directio
` [PATCH v3 21/25] NFS: create struct nfs_commit_info
` [PATCH v3 22/25] NFS: create nfs_commit_completion_ops
` [PATCH v3 23/25] NFS: add dreq to nfs_commit_info
` [PATCH v3 24/25] NFS: avoid some stat gathering for direct io
` [PATCH v3 25/25] NFS: rewrite directio write to use async coalesce code

[PATCH v2 0/8] Fix SECINFO procedure
 2012-04-20 19:08 UTC  (9+ messages)
` [PATCH v2 1/8] NFS: Fix SECINFO_NO_NAME
` [PATCH v2 2/8] NFS: Handle exceptions coming out of nfs4_proc_fs_locations()
` [PATCH v2 3/8] NFS: Do secinfo as part of lookup
` [PATCH v2 4/8] NFS: Remove secinfo knowledge out of the generic client
` [PATCH v2 5/8] NFS: Create a submount rpc_op
` [PATCH v2 6/8] NFS: Fix following referral mount points with different security
` [PATCH v2 7/8] NFS: Honor the authflavor set in the clone mount data
` [PATCH v2 8/8] NFS: Remove extra rpc_clnt argument to proc_lookup


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