messages from 2008-04-10 14:45:19 to 2008-04-19 20:50:32 UTC [more...]
[PATCH 00/33] More NFS and SUNRPC client side patches
2008-04-19 20:40 UTC (23+ messages)
` [PATCH 03/33] SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials
` [PATCH 04/33] NFS: Fix nfs_wb_page() to always exit with an error or a clean page
` [PATCH 06/33] NFS: Ensure that the write code cleans up properly when rpc_run_task() fails
` [PATCH 09/33] NFSv4: Only increment the sequence id if the server saw it
` [PATCH 10/33] SUNRPC: Fix read ordering problems with req->rq_private_buf.len
` [PATCH 13/33] NLM/lockd: Add a reference counter to struct nlm_rqst
` [PATCH 14/33] NLM/lockd: convert __nlm_async_call to use rpc_run_task()
` [PATCH 11/33] NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()
` [PATCH 15/33] NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel
` [PATCH 17/33] NLM/lockd: Fix a race when cancelling a blocking lock
` [PATCH 22/33] NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
` [PATCH 19/33] NLM/lockd: Ensure client locking calls use correct credentials
` [PATCH 20/33] nfs: return negative error value from nfs{, 4}_stat_to_errno
` [PATCH 21/33] nfs: fix printout of multiword bitfields
` [PATCH 23/33] NFSv4: Reintroduce machine creds
` [PATCH 25/33] SUNRPC: Protect creds against early garbage collection
` [PATCH 26/33] SUNRPC: remove XS_SENDMSG_RETRY
` [PATCH 24/33] NFSv4: Attempt to use machine credentials in SETCLIENTID calls
` [PATCH 30/33] SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use
` [PATCH 29/33] SUNRPC: Fix a race in gss_refresh_upcall()
` [PATCH 27/33] SUNRPC: Remove the unused export of xprt_force_disconnect
` [PATCH 33/33] make nfs_automount_list static
[patch] fix statd -n
2008-04-18 20:46 UTC (15+ messages)
[NFS] Forcefully resetting a lock
2008-04-18 18:19 UTC (8+ messages)
nfs: infinite loop in fcntl(F_SETLKW)
2008-04-18 12:47 UTC (19+ messages)
` [PATCH] locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs
nfs: lock stuck after interrupt
2008-04-18 12:20 UTC (4+ messages)
nfsd page allocation failure on server with lots of memory
2008-04-18 6:42 UTC (2+ messages)
[PATCH 2/2-v2] NFS: use new LSM interfaces to explicitly set mount options
2008-04-17 23:12 UTC (3+ messages)
` [PATCH] NFS/LSM: Make NFSv4 set LSM "
[PATCH 1/2] knfsd: get rid of imode variable in nfsd_setattr
2008-04-17 21:47 UTC (3+ messages)
` [PATCH 2/2] knfsd: clear both setuid and setgid whenever a chown is done
RPC Question
2008-04-17 21:37 UTC (2+ messages)
[opensuse] nfs_update_inode: inode X mode changed, Y to Z
2008-04-17 19:37 UTC (12+ messages)
[PATCH] knfsd: clear both setuid and setgid whenever a chown is done
2008-04-16 18:46 UTC (3+ messages)
[PATCH] nfs-utils: make nfsstat read and print stats as unsigned integers (try #2)
2008-04-16 16:43 UTC
[PATCH] nfs-utils: make nfsstat read and print stats as unsigned integers
2008-04-16 16:41 UTC (3+ messages)
[NFS] cannot export directory located on a ubuntu livecd using NFS
2008-04-16 15:28 UTC
[NFS] How to set-up a Linux NFS server to handle massive number of requests
2008-04-16 14:35 UTC (14+ messages)
linux-2.6.25-rc9-CITI_NFS4_ALL-1
2008-04-15 21:54 UTC
RFC/Patch: Make NFS Readahead tunable
2008-04-15 16:40 UTC
RFC/Patch: Make NFS Readahead tunable
2008-04-15 16:12 UTC (2+ messages)
[PATCH] nfs: handle nfs_{read,write,commit}_rpcsetup errors
2008-04-15 7:09 UTC (3+ messages)
[PATCH 00/24] RPC server support rpcbind v4 plus additional clean ups
2008-04-14 21:38 UTC (38+ messages)
` [PATCH 01/24] NFS: Use NFSDBG_FILE for all fops
` [PATCH 02/24] NFS: Fix trace debugging nits in write.c
` [PATCH 03/24] SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle
` [PATCH 04/24] SUNRPC: Address potential buffer length overflow in svc_sendto
` [PATCH 05/24] SUNRPC: Address potential buffer length overflow in svc_tcp_sendto
` [PATCH 06/24] SUNRPC: Sanity check incoming UDP datagram lengths properly
` [PATCH 07/24] SUNRPC: Update RPC server's TCP record marker decoder
` [PATCH 08/24] SUNRPC: Use unsigned index when looping over arrays
` [PATCH 09/24] "
` [PATCH 10/24] SUNRPC: Use unsigned loop and array index in svc_init_buffer()
` [PATCH 11/24] SUNRPC: Remove obsolete messages during transport connect
` [PATCH 12/24] SUNRPC: More useful debugging output for rpcb client
` [PATCH 13/24] SUNRPC: Document some naked integers in rpcbind client
` [PATCH 14/24] SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET
` [PATCH 15/24] SUNRPC: Introduce a specific rpcb_create for contacting localhost
` [PATCH 16/24] SUNRPC: None of rpcb_create's callers wants a privileged ephemeral port
` [PATCH 17/24] SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier
` [PATCH 18/24] SUNRPC: introduce new task flag that fails requests on xprt disconnect
` [PATCH 19/24] SUNRPC: Quickly detect missing portmapper during RPC service registration
` [PATCH 20/24] SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon
` [PATCH 21/24] SUNRPC: Split portmap unregister API into separate function
` [PATCH 22/24] SUNRPC: Use the new rpcb_v4_register() API in svc_unregister()
` [PATCH 23/24] SUNRPC: Use new rpcb_v4_register() interface in svc_register()
` [PATCH 24/24] SUNRPC: Add kernel build option to disable server-side use of rpcbind v3/v4
[2.6 patch] make nfs_automount_list static
2008-04-14 18:41 UTC
[PATCH] NFS: Only warn on unrecognized mount options
2008-04-14 17:19 UTC (7+ messages)
NFS: unknown mount option: grpid
2008-04-14 12:34 UTC (4+ messages)
[PATCH 1/2] NFS: implement option checking when remounting NFS filesystems (try #2)
2008-04-12 18:24 UTC (7+ messages)
` [PATCH 2/2] NFS: prevent remounts on shared superblocks
2.6.24.3 kernel BUG at fs/nfs/pagelist.c:82
2008-04-12 10:10 UTC (9+ messages)
[PATCH] NFS Client mounts hang when exported directory do not exist
2008-04-12 0:14 UTC (7+ messages)
[PATCH] NFS Client mounts hang when exported directory do not exist
2008-04-12 0:03 UTC
nfs4_getfacl "Failed getxattr operation" when too many ACL entries exist
2008-04-11 23:31 UTC (7+ messages)
` nfs4_getfacl "Failed getxattr operation" when too many ACLentries exist
[PATCH] NFS: implement option checking when remounting NFS filesystems
2008-04-11 21:20 UTC (9+ messages)
[PATCH] NFS: Only warn on unrecognized mount options
2008-04-11 20:28 UTC
[PATCH] NFS Client mounts hang when exported directory do not exist
2008-04-11 16:05 UTC
[PATCH] NFS: remove duplicate flags assignment from nfs_validate_mount_data
2008-04-11 15:50 UTC
[NFS] Delivery problems
2008-04-11 2:00 UTC
[NFS] Delivery problems
2008-04-11 1:48 UTC
[PATCH] nfs: call nfs4_try_open_cached only if opendata->state is not NULL
2008-04-10 15:59 UTC (3+ messages)
` [pnfs] "
[PATCH 0/3] mount.nfs: fix background mount issues with binary mount options
2008-04-10 14:54 UTC (4+ messages)
` [PATCH 1/3] mount.nfs: fix retry option settings "
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