messages from 2008-06-09 17:14:56 to 2008-06-13 20:15:57 UTC [more...]
Problems with large number of clients and reads
2008-06-13 20:15 UTC (15+ messages)
` CONFIG_DEBUG_SLAB_LEAK omits size-4096 and larger?
size of nfsv4 writes
2008-06-13 19:03 UTC (7+ messages)
[PATCH 0/1] SUNRPC: Add sysctl variables for server TCP snd/rcv buffer values
2008-06-13 18:51 UTC (5+ messages)
[PATCH 0/5] Convert knfsd to kthread API and fix startup/shutdown races (try #4)
2008-06-13 18:04 UTC (15+ messages)
` [PATCH 1/5] knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking
` [PATCH 2/5] knfsd: clean up nfsd filesystem interfaces
` [PATCH 3/5] knfsd: remove special handling for SIGHUP
` [PATCH 4/5] knfsd: convert knfsd to kthread API
` [PATCH 5/5] sunrpc: remove sv_kill_signal field from svc_serv struct
[PATCH 0/3] fix potential races in lockd and nfs4-callback startup/shutdown
2008-06-13 17:53 UTC (5+ messages)
` [PATCH 1/3] nfs4: remove BKL from nfs_callback_up and nfs_callback_down
` [PATCH 2/3] nfs4: fix potential race with rapid nfs_callback_up/down cycle
` [PATCH 3/3] lockd: close potential race with rapid lockd_up/lockd_down cycle
[PATCH] knfsd: nfsd: Handle ERESTARTSYS from syscalls
2008-06-13 11:42 UTC (2+ messages)
[NFS] Server-side locking issue
2008-06-12 23:50 UTC (6+ messages)
[NFS] Problem with stateid renewal
2008-06-12 23:50 UTC
[PATCH 00/15] Patches to be added to the 'remove-bkl' branch
2008-06-12 19:28 UTC (16+ messages)
` [PATCH 10/15] NFS: Remove the BKL from the rename, rmdir and unlink operations
` [PATCH 05/15] NFS: Remove BKL usage from the write path
` [PATCH 08/15] NFS: Remove the BKL from nfs_link()
` [PATCH 03/15] NFS: Remove attribute update related BKL references
` [PATCH 04/15] NFS: Remove the BKL from the permission checking code
` [PATCH 06/15] NFS: Remove BKL usage from open()
` [PATCH 07/15] NFS: Remove the BKL from the inode creation operations
` [PATCH 09/15] NFS: Remove BKL from NFS lookup code
` [PATCH 13/15] NFS: Remove BKL from the readdir code
` [PATCH 02/15] NFS: Remove BKL requirement from attribute updates
` [PATCH 11/15] NFS: Remove BKL from the sillydelete operations
` [PATCH 01/15] NFS: Protect inode->i_nlink updates using inode->i_lock
` [PATCH 12/15] NFS: Remove BKL from the symlink code
` [PATCH 15/15] NFSv4: Remove BKL from the nfsv4 state recovery
` [PATCH 14/15] SUNRPC: Remove the BKL from the callback functions
[PATCH 00/37] Patches to be added to the 'devel' branch
2008-06-12 19:22 UTC (38+ messages)
` [PATCH 03/37] NFS: Add correct bounds checking to NFSv2 locks
` [PATCH 08/37] SUNRPC: Use GFP_NOFS when allocating credentials
` [PATCH 02/37] NFS: nfs_updatepage(): don't mark page as dirty if an error occurred
` [PATCH 04/37] SUNRPC: Ensure we exit early in case of an encode error
` [PATCH 07/37] NFS: Revert commit 44dd151d
` [PATCH 12/37] SUNRPC: Rename "call_" functions that are no longer FSM states
` [PATCH 09/37] NFS: do_setlk(): don't flush caches when we have a delegation
` [PATCH 16/37] NFS: Make nfs_fsync methods consistent
` [PATCH 10/37] NFS: Update help text for CONFIG_NFS_FS
` [PATCH 17/37] NFS: Make nfs_llseek methods consistent
` [PATCH 14/37] SUNRPC: Refactor rpc_show_tasks
` [PATCH 15/37] SUNRPC: Display some debugging information as text rather than numbers
` [PATCH 05/37] SUNRPC: An ENOMEM error from call_encode is always fatal
` [PATCH 11/37] SUNRPC: Add a function to display the name of an RPC procedure
` [PATCH 13/37] SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
` [PATCH 06/37] NFS: Optimise append writes with holes
` [PATCH 01/37] NFS: Fix a preemption count leak in nfs_update_request
` [PATCH 31/37] NFS: Remove the redundant file_open entry from struct nfs_rpc_ops
` [PATCH 36/37] NFS: Treat "intr" and "nointr" options as deprecated
` [PATCH 24/37] NFS: implement option checking when remounting NFS filesystems (resend)
` [PATCH 18/37] NFS: Make nfs_open methods consistent
` [PATCH 35/37] NFS: Allow any value for the "retry" option
` [PATCH 33/37] NFS: Fix a warning in nfs4_async_handle_error
` [PATCH 19/37] NFS: Add debugging facility for NFS aops
` [PATCH 34/37] NFS: Ensure we zap only the access and acl caches when setting new acls
` [PATCH 32/37] NFS: Move fs/nfs/iostat.h to include/linux
` [PATCH 28/37] rpc: minor cleanup of scheduler callback code
` [PATCH 30/37] SUNRPC: Ensure all transports set rq_xtime consistently
` [PATCH 23/37] fs/nfs/nfsroot.c: remove CVS keyword
` [PATCH 37/37] NFS: missing newline in NFS mount debugging message
` [PATCH 22/37] SUNRPC: Remove obsolete messages during transport connect
` [PATCH 26/37] rpc: eliminate unused variable in auth_gss upcall code
` [PATCH 27/37] rpc: remove some unused macros
` [PATCH 21/37] NFS: Fix trace debugging nits in write.c
` [PATCH 25/37] rpc: bring back cl_chatty
` [PATCH 29/37] NFS: Fix the ftruncate() credential problem
` [PATCH 20/37] NFS: Use NFSDBG_FILE for all fops
[PATCH 0/5] For 2.6.27: NFS mount option parsing fix-ups
2008-06-12 19:34 UTC (8+ messages)
` [PATCH 1/5] NFS: Allow any value for the "retry" option
` [PATCH 2/5] NFS: Treat "intr" and "nointr" options as deprecated
` [PATCH 3/5] NFS: missing newline in NFS mount debugging message
` [PATCH 4/5] NFS: set transport defaults after mount option parsing is finished
` [PATCH 5/5] NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}
[PATCH] NFS: Move fs/nfs/iostat.h to include/linux
2008-06-12 16:32 UTC
[PATCH 01/04] NFS/RDMA client stall patches
2008-06-12 8:45 UTC (5+ messages)
.Xauthority going stale (but not really)
2008-06-12 0:02 UTC (2+ messages)
[PATCH 0/7] dprintk clean-ups [resend]
2008-06-11 21:56 UTC (8+ messages)
` [PATCH 1/7] NFS: Make nfs_fsync methods consistent
` [PATCH 2/7] NFS: Make nfs_llseek "
` [PATCH 3/7] NFS: Make nfs_open "
` [PATCH 4/7] NFS: Add debugging facility for NFS aops
` [PATCH 5/7] NFS: Use NFSDBG_FILE for all fops
` [PATCH 6/7] NFS: Fix trace debugging nits in write.c
` [PATCH 7/7] SUNRPC: Remove obsolete messages during transport connect
miscellaneous nfs patches for 2.6.27
2008-06-11 17:59 UTC (16+ messages)
` [PATCH 1/6] rpc: bring back cl_chatty
` [PATCH 2/6] rpc: timeout patch
` [PATCH 3/6] rpc: eliminate unused variable in auth_gss upcall code
` [PATCH 4/6] rpc: remove some unused macros
` [PATCH 5/6] rpc: minor cleanup of scheduler callback code
` [PATCH 6/6] nfs: Fix misparsing of nfsv4 fs_locations attribute
NFS open/setuid/ftruncate problem
2008-06-11 13:35 UTC (3+ messages)
[2.6.26-rc4] mount.nfsv4/memory poisoning issues
2008-06-10 22:04 UTC (13+ messages)
[NFS] Does "sync" cause the FUA bit to be set?
2008-06-10 22:58 UTC (6+ messages)
[PATCH] make "noac" and "actimeo=0" work correctly
2008-06-10 20:52 UTC
[PATCH 0/2] NFS/RPC metrics fix-ups for 2.6.27
2008-06-10 19:39 UTC (6+ messages)
` [PATCH 1/2] NFS: Move fs/nfs/iostat.h to include/linux
` [PATCH 2/2] SUNRPC: Ensure all transports set rq_xtime consistently
[PATCH] NFS: implement option checking when remounting NFS filesystems (resend)
2008-06-10 19:38 UTC
[PATCH] NFS: implement option checking when remounting NFS filesystems (resend)
2008-06-10 19:26 UTC (2+ messages)
[PATCH 02/04] NFS/RDMA client stall patches
2008-06-10 19:19 UTC (2+ messages)
[PATCH 1/1] SUNRPC: Add sysctl variables for server TCP snd/rcv buffer values
2008-06-10 18:54 UTC
[PATCH 0/7] Second series of patches for 2.6.27
2008-06-10 18:32 UTC (9+ messages)
` [PATCH 2/7] NFS: Make nfs_llseek methods consistent
` [PATCH 3/7] NFS: Make nfs_open "
` [PATCH 4/7] NFS: Add debugging facility for NFS aops
` [PATCH 5/7] NFS: Use NFSDBG_FILE for all fops
[PATCH] nfsd: eliminate unused nfs4_callback.cb_program
2008-06-10 15:14 UTC (3+ messages)
` [PATCH] nfsd: eliminate unused nfs4_callback.cb_stat
[PATCH 0/5] Convert knfsd to kthread API and fix startup/shutdown races (try #3)
2008-06-10 10:50 UTC (13+ messages)
` [PATCH 1/5] knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking
` [PATCH 2/5] knfsd: clean up nfsd filesystem interfaces
` [PATCH 3/5] knfsd: remove special handling for SIGHUP
` [PATCH 4/5] knfsd: convert knfsd to kthread API
[NFS] I/O Errors with hard mounts
2008-06-09 23:20 UTC (2+ messages)
rapid clustered nfs server failover and hung clients -- how best to close the sockets?
2008-06-09 20:56 UTC (25+ messages)
nfs patches for 2.6.27
2008-06-09 20:48 UTC (3+ messages)
` [PATCH 1/6] rpc: bring back cl_chatty
[PATCH 0/4] Python scripts for analyzing NFS/RPC metrics
2008-06-09 18:42 UTC (3+ messages)
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