linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-05 14:10:36 to 2013-06-21 20:51:39 UTC [more...]

NFS4 + KERB + AD 2008 Troubles
 2013-06-21 20:51 UTC  (2+ messages)

[PATCH v4 00/14] locks: scalability improvements for file locking
 2013-06-21 12:58 UTC  (15+ messages)
` [PATCH v4 01/14] locks: drop the unused filp argument to posix_unblock_lock
` [PATCH v4 02/14] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v4 03/14] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v4 04/14] locks: comment cleanups and clarifications
` [PATCH v4 05/14] locks: make "added" in __posix_lock_file a bool
` [PATCH v4 06/14] locks: encapsulate the fl_link list handling
` [PATCH v4 07/14] locks: protect most of the file_lock handling with i_lock
` [PATCH v4 08/14] locks: avoid taking global lock if possible when waking up blocked waiters
` [PATCH v4 09/14] locks: convert fl_link to a hlist_node
` [PATCH v4 10/14] locks: turn the blocked_list into a hashtable
` [PATCH v4 11/14] locks: add a new "lm_owner_key" lock operation
` [PATCH v4 12/14] locks: give the blocked_hash its own spinlock
` [PATCH v4 13/14] seq_file: add seq_list_*_percpu helpers
` [PATCH v4 14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

Kerberized NFS-Server Problem still present in 3.10.0-rc2
 2013-06-21  8:32 UTC  (7+ messages)

[PATCH]: gssd: Fix preferred_realm option handling
 2013-06-20 19:56 UTC 

NFS over RDMA benchmark
 2013-06-20 14:56 UTC  (16+ messages)

Looping NFSv4 traffic
 2013-06-19 21:57 UTC  (2+ messages)

[PATCH 1/1] NFSv4.1 end back channel session draining
 2013-06-19 20:39 UTC 

[PATCH] NFS: Apply v4.1 capabilities to v4.2
 2013-06-19 17:41 UTC 

[PATCH] nfsiostat: restore output format
 2013-06-19 14:58 UTC 

Issues using new idmapper in large sites
 2013-06-19 14:07 UTC  (3+ messages)

NFSERR_STALE on umount with 3.10.0.RC5 kernel
 2013-06-18 19:59 UTC  (4+ messages)

big send queues on NFS server
 2013-06-18 19:32 UTC  (3+ messages)

[PATCH v3 00/13] locks: scalability improvements for file locking
 2013-06-18 17:43 UTC  (18+ messages)
` [PATCH v3 01/13] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v3 02/13] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v3 03/13] locks: comment cleanups and clarifications
` [PATCH v3 04/13] locks: make "added" in __posix_lock_file a bool
` [PATCH v3 05/13] locks: encapsulate the fl_link list handling
` [PATCH v3 06/13] locks: protect most of the file_lock handling with i_lock
` [PATCH v3 07/13] locks: avoid taking global lock if possible when waking up blocked waiters
` [PATCH v3 08/13] locks: convert fl_link to a hlist_node
` [PATCH v3 09/13] locks: turn the blocked_list into a hashtable
` [PATCH v3 10/13] locks: add a new "lm_owner_key" lock operation
` [PATCH v3 11/13] locks: give the blocked_hash its own spinlock
` [PATCH v3 12/13] seq_file: add seq_list_*_percpu helpers
` [PATCH v3 13/13] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

[PATCH]: gssd: Fix preferred_realm option handling
 2013-06-18 17:14 UTC  (4+ messages)

[PATCH] NFSv4: SETCLIENTID add the format string for the NETID
 2013-06-18 16:58 UTC 

[PATCH] rpc_pipefs: only set rpc_dentry_ops if d_op isn't already set
 2013-06-18 13:10 UTC 

why does nfsd write not use splice
 2013-06-18 12:17 UTC  (15+ messages)

BUG: path_init is called, when current->fs is already NULL
 2013-06-18 10:37 UTC 

[PATCH v2 0/4] SUNRPC: PipeFS races fixes
 2013-06-18  6:41 UTC  (7+ messages)
` [PATCH v2 1/4] SUNRPC: split client creation routine into setup and registration
` [PATCH v2 2/4] SUNRPC: fix races on PipeFS MOUNT notifications
` [PATCH v2 3/4] SUNRPC: fix races on PipeFS UMOUNT notifications
` [PATCH v2 4/4] SUNRPC: PipeFS MOUNT notification optimization for dying clients

Problems in idmapd.conf.5
 2013-06-18  5:13 UTC 

(no subject)
 2013-06-17 19:28 UTC 

Can't mount NFSv4 with kerberos on Debian Wheezy
 2013-06-17 15:30 UTC  (2+ messages)

Can't mount NFSv4 with kerberos on Debian Wheezy
 2013-06-17 14:42 UTC 

Can't mount NFSv4 with kerberos on Debian Wheezy
 2013-06-17 14:23 UTC  (8+ messages)

[PATCH v2 00/14] locks: scalability improvements for file locking
 2013-06-15 15:04 UTC  (30+ messages)
` [PATCH v2 01/14] cifs: use posix_unblock_lock instead of locks_delete_block
` [PATCH v2 02/14] locks: make generic_add_lease and generic_delete_lease static
` [PATCH v2 03/14] locks: comment cleanups and clarifications
` [PATCH v2 04/14] locks: make "added" in __posix_lock_file a bool
` [PATCH v2 05/14] locks: encapsulate the fl_link list handling
` [PATCH v2 06/14] locks: don't walk inode->i_flock list in locks_show
` [PATCH v2 07/14] locks: convert to i_lock to protect i_flock list
` [PATCH v2 08/14] locks: ensure that deadlock detection is atomic with respect to blocked_list modification
` [PATCH v2 09/14] locks: convert fl_link to a hlist_node
` [PATCH v2 10/14] locks: turn the blocked_list into a hashtable
` [PATCH v2 11/14] locks: add a new "lm_owner_key" lock operation
` [PATCH v2 12/14] locks: give the blocked_hash its own spinlock
` [PATCH v2 13/14] seq_file: add seq_list_*_percpu helpers
` [PATCH v2 14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock

[Trivial PATCH 00/33] Remove uses of typedef ctl_table
 2013-06-14  2:37 UTC  (3+ messages)
` [Trivial PATCH 19/33] lockd: Convert use of typedef ctl_table to struct ctl_table
` [Trivial PATCH 20/33] nfs: "

corruption due to loss of lock
 2013-06-13 18:47 UTC 

caching issue with nocto
 2013-06-13  7:47 UTC  (2+ messages)

[PATCH 0/5] Fix assorted races in the sunrpc cache
 2013-06-13  2:53 UTC  (6+ messages)
` [PATCH 5/5] sunrpc: Don't schedule an upcall on a replaced cache entry
` [PATCH 3/5] sunrpc/cache: ensure items removed from cache do not have pending upcalls
` [PATCH 2/5] sunrpc/cache: use cache_fresh_unlocked consistently and correctly
` [PATCH 4/5] net/sunrpc: xpt_auth_cache should be ignored when expired
` [PATCH 1/5] sunrpc/cache: remove races with queuing an upcall

sunrpc/cache.c: races while updating cache entries
 2013-06-13  2:04 UTC  (2+ messages)

NFS/lazy-umount/path-lookup-related panics at shutdown (at kill of processes on lazy-umounted filesystems) with 3.9.2 and 3.9.5
 2013-06-12 21:27 UTC  (3+ messages)

Linux NFS town hall meeting 06/12/13 (Cancelled)
 2013-06-12 17:22 UTC 

[PATCH 0/3] Various gssd fixes including machine-credential issue
 2013-06-12 16:01 UTC  (16+ messages)

Some pynfs updates
 2013-06-11 21:01 UTC  (6+ messages)

Announcing the release of fedfs-utils 0.9.1
 2013-06-11 16:27 UTC 

[PATCH v6 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-06-11 12:18 UTC  (6+ messages)
` [PATCH v6 1/7] VFS: Introduce new O_DENY* open flags
` [PATCH v6 2/7] VFS: Add O_DENYDELETE support for VFS

[PATCH 0/3] SUNRPC: PipeFS races fixes
 2013-06-10 14:41 UTC  (5+ messages)
` [PATCH 1/3] SUNRPC: fix races on PipeFS UMOUNT notifications
` [PATCH 2/3] "
` [PATCH 3/3] SUNRPC: PipeFS MOUNT notification optimization for dying clients

Kerberized NFS failure with 3.9.0-rc1 (and later)
 2013-06-10  9:16 UTC  (3+ messages)

[PATCH v2 0/2] Use root user credential for lease management
 2013-06-07 21:37 UTC  (3+ messages)
` [PATCH 2 1/2] NFS: Never use user credentials for lease renewal
` [PATCH 2 2/2] NFS: Use root's credential for lease management when keytab is missing

[PATCH 0/3] Use root user credential for lease management
 2013-06-07 20:04 UTC  (6+ messages)
` [PATCH 1/3] NFS: Never use user credentials for lease renewal
` [PATCH 2/3] NFS: Partially revert commit 845cbceb
` [PATCH 3/3] NFS: Use root's credential for lease management when keytab is missing

NFS4+KRB5 trouble in Kernel >3.8
 2013-06-07 15:41 UTC  (5+ messages)

[PATCH 0/3 v3] dcache: make it more scalable on large system
 2013-06-06  3:48 UTC  (8+ messages)

[patch/rfc] allow exported (and *not* exported) filesystems to be unmounted
 2013-06-06  0:05 UTC  (5+ messages)

[PATCH RFC 0/2] NFS: Improve readdir performance
 2013-06-05 22:26 UTC  (3+ messages)

[PATCH 0/2] NFS v4.2 callbacks
 2013-06-05 15:15 UTC  (3+ messages)
` [PATCH 1/2] NFS: Make callbacks minor version generic
` [PATCH 2/2] NFS: Add in v4.2 callback operation

[PATCH 0/3] Various gssd fixes including machine-credential issue
 2013-06-05 15:24 UTC  (7+ 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).