Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-04-12 00:03:06 to 2008-04-22 00:14:09 UTC [more...]

[PATCH 00/33] More NFS and SUNRPC client side patches
 2008-04-22  0:14 UTC  (44+ messages)
  ` [PATCH 02/33] SUNRPC: Fix up xprt_write_space()
  ` [PATCH 01/33] SUNRPC: Fix a bug in call_decode()
  ` [PATCH 05/33] NFS: Ensure that the read code cleans up properly when rpc_run_task() fails
  ` [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 03/33] SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials
  ` [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 08/33] NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()
  ` [PATCH 07/33] NFS: Ensure that rpc_run_task() errors are propagated back to the caller
  ` [PATCH 13/33] NLM/lockd: Add a reference counter to struct nlm_rqst
  ` [PATCH 11/33] NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()
  ` [PATCH 12/33] NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck
  ` [PATCH 14/33] NLM/lockd: convert __nlm_async_call to use rpc_run_task()
  ` [PATCH 16/33] NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call
  ` [PATCH 17/33] NLM/lockd: Fix a race when cancelling a blocking lock
  ` [PATCH 18/33] NFS: Remove the buggy lock-if-signalled case from do_setlk()
  ` [PATCH 15/33] NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel
  ` [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 22/33] NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
  ` [PATCH 26/33] SUNRPC: remove XS_SENDMSG_RETRY
  ` [PATCH 25/33] SUNRPC: Protect creds against early garbage collection
  ` [PATCH 23/33] NFSv4: Reintroduce machine creds
  ` [PATCH 24/33] NFSv4: Attempt to use machine credentials in SETCLIENTID calls
  ` [PATCH 28/33] SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
  ` [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 32/33] NFS: remove duplicate flags assignment from nfs_validate_mount_data
  ` [PATCH 31/33] NFS - fix potential NULL pointer dereference v2

[NFS] NFS limits?
 2008-04-21 21:21 UTC  (4+ messages)

[patch] fix statd -n
 2008-04-21 18:28 UTC  (29+ messages)

Bug#476577: corrected patch
 2008-04-21 18:04 UTC  (4+ messages)

nfs: lock stuck after interrupt
 2008-04-20 19:24 UTC  (6+ messages)

[PATCH 1/2] NFS: implement option checking when remounting NFS filesystems (try #2)
 2008-04-20 19:03 UTC  (9+ messages)
` [PATCH 2/2] NFS: prevent remounts on shared superblocks

[PATCH] NFS: implement option checking when remounting NFS filesystems (try #3)
 2008-04-20 19:00 UTC 

[NFS] [patch] rpcgen: include sys/ioctl.h on linux systems
 2008-04-20 10:49 UTC 

[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  (17+ messages)
                  ` [PATCH] locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs

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  (4+ messages)

NFS: unknown mount option: grpid
 2008-04-14 12:34 UTC  (2+ messages)

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  (5+ messages)

[PATCH] NFS Client mounts hang when exported directory do not exist
 2008-04-12  0:03 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox