messages from 2012-10-23 14:53:27 to 2012-10-29 11:37:31 UTC [more...]
[PATCH v7 01/16] hashtable: introduce a small and naive hashtable
2012-10-29 11:35 UTC (20+ messages)
` [PATCH v7 02/16] userns: use new hashtable implementation
` [PATCH v7 03/16] mm,ksm: "
` [PATCH v7 04/16] workqueue: "
` [PATCH v7 05/16] mm/huge_memory: "
` [PATCH v7 06/16] tracepoint: "
` [PATCH v7 07/16] net,9p: "
` [PATCH v7 08/16] block,elevator: "
` [PATCH v7 09/16] SUNRPC/cache: "
` [PATCH v7 10/16] dlm: "
` [PATCH v7 11/16] net,l2tp: "
` [PATCH v7 12/16] dm: "
` [PATCH v7 13/16] lockd: "
` [PATCH v7 14/16] net,rds: "
` [PATCH v7 15/16] openvswitch: "
` [PATCH v7 16/16] tracing output: "
Legacy NFS client DNS resolver fails since 2.6.37
2012-10-29 1:59 UTC (2+ messages)
3.7-rc1 NFSv3/sec=krb5 mkdir failure
2012-10-28 16:15 UTC (9+ messages)
[PATCH] SUNRPC: Fix a UDP transport regression
2012-10-27 23:33 UTC (2+ messages)
[PATCH] SUNRPC: Set alloc_slot for backchannel tcp ops
2012-10-27 23:25 UTC (3+ messages)
[PATCH] NFS: Reduce stack use in encode_exchange_id()
2012-10-27 14:03 UTC (2+ messages)
[PATCH v8 00/32] vfs: add the ability to retry lookup and operation to most path-based syscalls
2012-10-27 12:33 UTC (33+ messages)
` [PATCH v8 01/32] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v8 02/32] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v8 03/32] vfs: fix readlinkat to retry on ESTALE
` [PATCH v8 04/32] vfs: add new "reval" argument to kern_path_create and user_path_create
` [PATCH v8 05/32] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v8 06/32] vfs: fix mkdir "
` [PATCH v8 07/32] vfs: fix symlinkat "
` [PATCH v8 08/32] vfs: fix linkat "
` [PATCH v8 09/32] vfs: add a reval argument to user_path_parent
` [PATCH v8 10/32] vfs: make rmdir retry on ESTALE errors
` [PATCH v8 11/32] vfs: make do_unlinkat "
` [PATCH v8 12/32] vfs: fix renameat to "
` [PATCH v8 13/32] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v8 14/32] vfs: have faccessat "
` [PATCH v8 15/32] vfs: have chdir retry lookup and call once on "
` [PATCH v8 16/32] vfs: make chroot retry "
` [PATCH v8 17/32] vfs: make fchmodat retry once on ESTALE errors
` [PATCH v8 18/32] vfs: make fchownat "
` [PATCH v8 19/32] vfs: fix user_statfs to "
` [PATCH v8 20/32] vfs: allow utimensat() calls to retry once on an ESTALE error
` [PATCH v8 21/32] vfs: allow setxattr to retry once on ESTALE errors
` [PATCH v8 22/32] vfs: allow lsetxattr() "
` [PATCH v8 23/32] vfs: make getxattr retry once on an ESTALE error
` [PATCH v8 24/32] vfs: make lgetxattr retry once on ESTALE
` [PATCH v8 25/32] vfs: make listxattr retry once on ESTALE error
` [PATCH v8 26/32] vfs: make llistxattr "
` [PATCH v8 27/32] vfs: make removexattr retry once on ESTALE
` [PATCH v8 28/32] vfs: make lremovexattr retry once on ESTALE error
` [PATCH v8 29/32] vfs: convert do_filp_open to use retry_estale helper
` [PATCH v8 30/32] vfs: convert do_file_open_root "
` [PATCH v8 31/32] vfs: convert filename_lookup "
` [PATCH v8 32/32] vfs: make number of ESTALE retries tunable
WARNING: at linux/fs/inode.c:280 drop_nlink
2012-10-27 12:19 UTC
Heads-up: 3.6.2 / 3.6.3 NFS server panic: 3.6.2+ regression?
2012-10-27 3:11 UTC (27+ messages)
` Heads-up: 3.6.2 / 3.6.3 NFS server oops: 3.6.2+ regression? (also an unrelated ext4 data loss bug)
` [PATCH] lockd: fix races in per-net NSM client handling
` Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)
rpc.gssd segfault - real time event 32 in pol()
2012-10-27 0:14 UTC (3+ messages)
[PATCH 0/2] fix nfsd stable write implementation
2012-10-26 21:06 UTC (3+ messages)
` [PATCH 1/2] nfsd: assume writeable exportabled filesystems have f_sync
` [PATCH 2/2] nfsd: use vfs_fsync_range(), not O_SYNC, for stable writes
[PATCH 1/2] NFS: add nfs_sb_deactive_async to avoid deadlock
2012-10-26 19:06 UTC (2+ messages)
` [PATCH 2/2] SUNRPC: add WARN_ON_ONCE for potential deadlock
[PATCH v3] SUNRPC: set desired file system root before connecting local transports
2012-10-26 17:52 UTC (9+ messages)
Kernel update 3.5.7 -> 3.6.3 breaks NFS4
2012-10-26 17:15 UTC (3+ messages)
nfs-utils, --enable-gss librpcsecgss.so glitch
2012-10-26 17:01 UTC (3+ messages)
[GIT PULL] Please pull more NFS related bugfixes
2012-10-26 1:12 UTC
[PATCH] NFS: avoid deadlock in nfs_kill_super
2012-10-25 19:22 UTC (4+ messages)
[PATCH] NFS: fix comment describing nfs_kill_super
2012-10-25 18:07 UTC
[PATCH v3 0/9] nfsdcltrack: create a new usermodehelper upcall program for tracking clients
2012-10-25 17:21 UTC (10+ messages)
` [PATCH v3 1/9] nfsdcltrack: fix segfault in sqlite debug logging
` [PATCH v3 2/9] nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrack
` [PATCH v3 3/9] nfsdcltrack: remove pointless sqlite_topdir variable
` [PATCH v3 4/9] nfsdcltrack: break out a function to open the database handle
` [PATCH v3 5/9] nfsdcltrack: add a new "one-shot" program for manipulating the client tracking db
` [PATCH v3 6/9] nfsdcltrack: add a legacy transition mechanism
` [PATCH v3 7/9] nfsdcltrack: add a manpage for nfsdcltrack
` [PATCH v3 8/9] nfsdcltrack: remove the nfsdcld daemon
` [PATCH v3 9/9] nfsdcltrack: update the README about server startup order
[PATCH v3 0/4] nfsd: add a usermodehelper upcall for client id tracking
2012-10-25 16:59 UTC (13+ messages)
` [PATCH v3 1/4] nfsd: add a usermodehelper upcall for NFSv4 client ID tracking
` [PATCH v3 2/4] nfsd: change heuristic for selecting the client_tracking_ops
` [PATCH v3 3/4] nfsd: pass info about the legacy recoverydir in environment variables
` [PATCH v3 4/4] nfsd: warn about impending removal of nfsdcld upcall
[PATCH v2 00/10] nfsdcltrack: create a new usermodehelper upcall program for tracking clients
2012-10-25 14:34 UTC (18+ messages)
` [PATCH v2 01/10] nfsdcltrack: fix segfault in sqlite debug logging
` [PATCH v2 02/10] nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrack
` [PATCH v2 03/10] nfsdcltrack: remove pointless sqlite_topdir variable
` [PATCH v2 04/10] nfsdcltrack: break out a function to open the database handle
` [PATCH v2 05/10] nfsdcltrack: add a new "one-shot" program for manipulating the client tracking db
` [PATCH v2 06/10] nfsdcltrack: add a legacy transition mechanism
` [PATCH v2 07/10] nfsdcltrack: add a manpage for nfsdcltrack
` [PATCH v2 08/10] nfsdcltrack: remove the nfsdcld daemon
` [PATCH v2 09/10] nfsdcltrack: update the README about server startup order
` [PATCH v2 10/10] nfsdcltrack: flip the default in autoconf to "yes" for it
RPC Race Condition
2012-10-24 20:19 UTC (14+ messages)
[PATCH] nfs: fix wrong object type in lockowner_slab
2012-10-24 19:42 UTC (2+ messages)
[PATCH 0/5] libgssglue clean up
2012-10-24 18:08 UTC (6+ messages)
` [PATCH 1/5] Fixed warnings in src/g_canon_name.c
` [PATCH 2/5] Fixed warnings in src/g_initialize.c
` [PATCH 3/5] Fixed warnings in src/g_inq_cred.c
` [PATCH 4/5] Fixed warnings in src/g_mit_krb5_mech.c
` [PATCH 5/5] Fixed warnings in src/g_unseal.c and src/g_verify.c
[PATCH 0/2] libgssglue cleanup
2012-10-24 15:49 UTC (2+ messages)
` [PATCH 2/2] Git ignored things that are generated during the build
readdir from Linux NFS4 client when cookieverf is no longer valid
2012-10-24 15:29 UTC (3+ messages)
nfs4 state id errors
2012-10-24 13:04 UTC
[RH Bug 858978] All root cause found (2 root causes, 1 from up stream, 1 from Red Hat)
2012-10-24 1:32 UTC
[PATCH 00/25] SUNRPC: remove many BUG_ONs
2012-10-23 14:43 UTC (22+ messages)
` [PATCH 01/25] SUNRPC: remove BUG_ON in __rpc_clnt_handle_event
` [PATCH 02/25] SUNRPC: remove BUG_ON from rpc_bind_new_program
` [PATCH 03/25] SUNRPC: remove BUG_ON from rpc_run_bc_task
` [PATCH 04/25] SUNRPC: remove BUG_ON from call_transmit
` [PATCH 05/25] SUNRPC: remove BUG_ON from rpc_call_sync
` [PATCH 06/25] SUNRPC: remove BUG_ON from call_bc_transmit
` [PATCH 07/25] "
` [PATCH 10/25] SUNRPC: remove BUG_ON from xprt_destroy_backchannel
` [PATCH 11/25] SUNRPC: remove BUG_ON from bc_send
` [PATCH 14/25] SUNRPC: remove BUG_ON from svc_pool_map_set_cpumask
` [PATCH 15/25] SUNRPC: remove BUG_ONs from *_reclassify_socket*
` [PATCH 16/25] SUNRPC: remove BUG_ON in svc_xprt_received
` [PATCH 17/25] SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES
` [PATCH 18/25] SUNRPC: remove BUG_ON in xdr_shrink_bufhead
` [PATCH 19/25] SUNRPC: remove BUG_ON from bc_malloc
` [PATCH 20/25] SUNRPC: remove BUG_ON from encode_rpcb_string
` [PATCH 21/25] SUNRPC: remove BUG_ON in svc_register
` [PATCH 22/25] SUNRPC: remove BUG_ON from __rpc_sleep_on_priority
` [PATCH 23/25] SUNRPC: remove BUG_ONs checking RPC_IS_QUEUED
` [PATCH 24/25] SUNRPC: remove BUG_ON in svc_delete_xprt
` [PATCH 25/25] SUNRPC: remove BUG_ON in rpc_release_task
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).