linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-08 20:04:15 to 2013-07-18 19:49:20 UTC [more...]

SP4_MACH_CRED: v4 proc -> opcodes mapping
 2013-07-18 19:49 UTC  (8+ messages)

[PATCH Version 4 0/5] Avoid expired credential keys for buffered writes
 2013-07-18 19:35 UTC  (6+ messages)
` [PATCH Version 4 1/5] SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult
` [PATCH Version 4 2/5] NFS: Warn when attempting a buffered write or commit with an expired credential
` [PATCH Version 4 3/5] SUNRPC new rpc_credops to test credential expiry
` [PATCH Version 4 4/5] NFS avoid expired credential keys for buffered writes
` [PATCH Version 4 5/5] SUNRPC refactor rpcauth_checkverf error returns

Error writing to nfs4 with 3.11-rc1
 2013-07-18 14:57 UTC  (6+ messages)

[PATCH 1/2] NFSv4: Fix a regression against the FreeBSD server
 2013-07-18 14:56 UTC  (5+ messages)
` [PATCH 2/2] NFSv4: encode_attrs should not backfill the bitmap and attribute length

[RFC][PATCH 00/10] Associative array & Massive expansion of keyring capacity
 2013-07-18 13:18 UTC  (14+ messages)
` [PATCH 01/10] KEYS: Skip key state checks when checking for possession
` [PATCH 02/10] Add a generic associative array implementation
  ` [PATCH] Assoc_array: Drop leaf-type concept
` [PATCH 03/10] KEYS: Use bool in make_key_ref() and is_key_possessed()
` [PATCH 04/10] KEYS: key_is_dead() should take a const key pointer argument
` [PATCH 05/10] KEYS: Consolidate the concept of an 'index key' for key access
` [PATCH 06/10] KEYS: Introduce a search context structure
` [PATCH 07/10] KEYS: Search for auth-key by name rather than targt key ID
` [PATCH 08/10] KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
` [PATCH 09/10] KEYS: Drop the permissions argument from __keyring_search_one()
` [PATCH 10/10] KEYS: Expand the capacity of a keyring

Is tcp autotuning really what NFS wants?
 2013-07-18  0:03 UTC  (19+ messages)

[PATCH 00/16] Implement NFSv4 delegations, take 9
 2013-07-17 21:09 UTC  (20+ messages)
` [PATCH] nfsd4: fix minorversion support interface
` [PATCH 01/16] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 02/16] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 03/16] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
` [PATCH 04/16] vfs: take i_mutex on renamed file
` [PATCH 05/16] locks: introduce new FL_DELEG lock flag
` [PATCH 06/16] locks: implement delegations
` [PATCH 07/16] namei: minor vfs_unlink cleanup
` [PATCH 08/16] locks: break delegations on unlink
` [PATCH 09/16] locks: helper functions for delegation breaking
` [PATCH 10/16] locks: break delegations on rename
` [PATCH 11/16] locks: break delegations on link
` [PATCH 12/16] locks: break delegations on any attribute modification
` [PATCH 13/16] nfsd4: minor nfs4_setlease cleanup
` [PATCH 14/16] nfsd4: delay setting current_fh in open
` [PATCH 15/16] nfsd4: close open-deleg/unlink/rename race
` [PATCH 16/16] nfsd4: break only delegations when appropriate

nfsd bugfixes for 3.11
 2013-07-17 20:34 UTC 

Strange NFS/async write issue
 2013-07-17  6:47 UTC  (2+ messages)

[PATCH] libfs: export simple_dentry_operations and eliminate extra copies of it
 2013-07-16 13:20 UTC 

[PATCH] rpc_pipe: convert back to simple_dir_inode_operations
 2013-07-16 13:16 UTC 

Linux Plumbers IO & File System Micro-conference
 2013-07-15 21:22 UTC  (3+ messages)

sunrpc/clnt.c: BUG kmalloc-256 (Not tainted): Poison overwritten
 2013-07-15 16:54 UTC  (3+ messages)

multiple threads to service a single nfs client connection?
 2013-07-15 15:30 UTC 

NFS inode cache zap on lock - please advice
 2013-07-15 11:11 UTC  (2+ messages)

[PATCH 0/2] rpc_pipe: clean up how dentry operations get set in rpc_pipefs
 2013-07-15 10:43 UTC  (4+ messages)
` [PATCH v2] rpc_pipe: set dentry operations at d_alloc time

[patch -stable] svcrdma: underflow issue in decode_write_list()
 2013-07-14 19:40 UTC  (4+ messages)

REPLY TO MY PRIVATE EMAIL
 2013-07-13 12:39 UTC 

Re:Important news finance?
 2013-07-13 11:15 UTC 

[PATCH 00/12] Implement NFSv4 delegations, take 8
 2013-07-12 22:07 UTC  (52+ messages)
` [PATCH 01/12] vfs: pull ext4's double-i_mutex-locking into common code
` [PATCH 02/12] vfs: don't use PARENT/CHILD lock classes for non-directories
` [PATCH 03/12] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
` [PATCH 04/12] vfs: take i_mutex on renamed file
` [PATCH 05/12] locks: introduce new FL_DELEG lock flag
` [PATCH 06/12] locks: implement delegations
` [PATCH 07/12] namei: minor vfs_unlink cleanup
` [PATCH 08/12] locks: break delegations on unlink
` [PATCH 09/12] locks: helper functions for delegation breaking
` [PATCH 10/12] locks: break delegations on rename
` [PATCH 11/12] locks: break delegations on link
` [PATCH 12/12] locks: break delegations on any attribute modification

[PATCH] nfsd4: fix minorversion support interface
 2013-07-12 21:40 UTC 

[PATCH v1 00/19] NFSv4 migration
 2013-07-12 16:34 UTC  (20+ messages)
` [PATCH v1 01/19] NFS: Never use user credentials for lease renewal
` [PATCH v1 02/19] NFS: Fix return type of nfs4_end_drain_session() stub
` [PATCH v1 03/19] NFS: Introduce a vector of migration recovery ops
` [PATCH v1 04/19] NFS: Refactor nfs4_call_data_sequence()
` [PATCH v1 05/19] NFS: Rename nfs41_call_sync_data as a common data structure
` [PATCH v1 06/19] NFS: Clean up nfs4_setup_sequence()
` [PATCH v1 07/19] NFS: Fix compiler warning in nfs_setup_sequence()
` [PATCH v1 08/19] NFS: Use RPC callouts to start NFSv4.0 synchronous requests
` [PATCH v1 09/19] NFS: Add a "struct nfs_server *" argument to nfs4_sequence_done()
` [PATCH v1 10/19] NFS: Implement a transport blocking scheme for migration
` [PATCH v1 11/19] SUNRPC: Add a helper to switch the transport of an rpc_clnt
` [PATCH v1 12/19] NFS: Add a super_block backpointer to the nfs_server struct
` [PATCH v1 13/19] NFS: Add functions to swap transports during migration recovery
` [PATCH v1 14/19] NFS: Add method to retrieve fs_locations "
` [PATCH v1 15/19] NFS: Add basic migration support to state manager thread
` [PATCH v1 16/19] NFS: Add migration recovery callouts in nfs4proc.c
` [PATCH v1 17/19] NFS: Add method to detect whether an FSID is still on the server
` [PATCH v1 18/19] NFS: Implement support for NFS4ERR_LEASE_MOVED
` [PATCH v1 19/19] NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR

[PATCH] lockd: protect nlm_blocked access in nlmsvc_retry_blocked
 2013-07-11 21:01 UTC  (2+ messages)

[GIT PULL] Please pull NFS client updates
 2013-07-11 18:18 UTC 

Sept 2013 Bakeathon in Westford, Ma
 2013-07-11 16:58 UTC  (2+ messages)

corruption due to loss of lock
 2013-07-11 16:28 UTC  (9+ messages)

[PATCH] NFSv4: fix open(O_RDONLY|O_TRUNC) returning EBADF
 2013-07-11 14:49 UTC  (2+ messages)

Linux NFS town hall meeting 07/11/13
 2013-07-10 21:42 UTC 

[PATCH] SUNRPC: Fix a deadlock in rpc_client_register()
 2013-07-10 20:00 UTC 

Kerberized NFS-Server Problem still present in 3.10.0-rc2
 2013-07-10  7:55 UTC  (14+ messages)

nfsd changes for 3.11
 2013-07-10  3:08 UTC 

[PATCH] nfsd4: support minorversion 1 by default
 2013-07-09 17:05 UTC  (5+ messages)

[PATCH - RFC] new "nosharetransport" option for NFS mounts
 2013-07-09 15:04 UTC  (7+ messages)

Fwd: Problem with sharing mounted iso
 2013-07-09 13:13 UTC  (6+ messages)
  `  "

[PATCH] NFS: fix NFSv3 with sec=krb5 and CONFIG_NFS_V3_ACL=y
 2013-07-09  6:59 UTC  (3+ messages)

[PATCH] nfsd4: allow destroy_session over destroyed session
 2013-07-09  3:18 UTC 

[PATCH v6 10/14] nfs: replace direct access of d_count with the d_count() helper
 2013-07-09  1:10 UTC 

[patch/rfc] allow exported (and *not* exported) filesystems to be unmounted
 2013-07-08 20:04 UTC  (10+ 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).