Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-06-10 12:40:53 to 2008-06-16 19:00:39 UTC [more...]

[PATCH 0/1] SUNRPC: Add sysctl variables for server TCP snd/rcv buffer values
 2008-06-16 18:59 UTC  (11+ messages)

[NFS] the infamous" device is busy" bug
 2008-06-16 18:42 UTC  (4+ messages)

[PATCH] knfsd: nfsd: Handle ERESTARTSYS from syscalls
 2008-06-16 18:13 UTC  (7+ messages)

Problems with large number of clients and reads
 2008-06-16 17:43 UTC  (19+ messages)
                  ` CONFIG_DEBUG_SLAB_LEAK omits size-4096 and larger?

[2.6.26-rc4] mount.nfsv4/memory poisoning issues
 2008-06-16 16:17 UTC  (16+ messages)

[NFS] Sudden high load average and abnormal behavior
 2008-06-16 16:07 UTC  (3+ messages)

[RFC] new client gssd upcall
 2008-06-16 14:28 UTC  (13+ messages)
` [PATCH 1/5] rpc: remove unnecessary assignment
  ` [PATCH 2/5] rpc: Use separate spinlock for cred locking in auth_gss.c
    ` [PATCH 3/5] rpc: move in_downcall list to gss code
      ` [PATCH 4/5] rpc: add an rpc_pipe_open method
        ` [PATCH 5/5] rpc: add new gssd upcall pipe

[NFS] Does "sync" cause the FUA bit to be set?
 2008-06-16 13:06 UTC  (6+ messages)

.Xauthority going stale (but not really)
 2008-06-14 15:25 UTC  (3+ messages)

[PATCH 00/37] Patches to be added to the 'devel' branch
 2008-06-13 22:07 UTC  (45+ messages)
  ` [PATCH 13/37] SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
  ` [PATCH 02/37] NFS: nfs_updatepage(): don't mark page as dirty if an error occurred
  ` [PATCH 08/37] SUNRPC: Use GFP_NOFS when allocating credentials
  ` [PATCH 09/37] NFS: do_setlk(): don't flush caches when we have a delegation
  ` [PATCH 17/37] NFS: Make nfs_llseek methods consistent
  ` [PATCH 11/37] SUNRPC: Add a function to display the name of an RPC procedure
  ` [PATCH 04/37] SUNRPC: Ensure we exit early in case of an encode error
  ` [PATCH 07/37] NFS: Revert commit 44dd151d
  ` [PATCH 16/37] NFS: Make nfs_fsync methods consistent
  ` [PATCH 12/37] SUNRPC: Rename "call_" functions that are no longer FSM states
  ` [PATCH 14/37] SUNRPC: Refactor rpc_show_tasks
  ` [PATCH 03/37] NFS: Add correct bounds checking to NFSv2 locks
  ` [PATCH 06/37] NFS: Optimise append writes with holes
  ` [PATCH 01/37] NFS: Fix a preemption count leak in nfs_update_request
  ` [PATCH 10/37] NFS: Update help text for CONFIG_NFS_FS
  ` [PATCH 05/37] SUNRPC: An ENOMEM error from call_encode is always fatal
  ` [PATCH 15/37] SUNRPC: Display some debugging information as text rather than numbers
  ` [PATCH 20/37] NFS: Use NFSDBG_FILE for all fops
  ` [PATCH 35/37] NFS: Allow any value for the "retry" option
  ` [PATCH 33/37] NFS: Fix a warning in nfs4_async_handle_error
  ` [PATCH 18/37] NFS: Make nfs_open methods consistent
  ` [PATCH 31/37] NFS: Remove the redundant file_open entry from struct nfs_rpc_ops
  ` [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 24/37] NFS: implement option checking when remounting NFS filesystems (resend)
  ` [PATCH 25/37] rpc: bring back cl_chatty
  ` [PATCH 27/37] rpc: remove some unused macros
  ` [PATCH 21/37] NFS: Fix trace debugging nits in write.c
  ` [PATCH 30/37] SUNRPC: Ensure all transports set rq_xtime consistently
  ` [PATCH 23/37] fs/nfs/nfsroot.c: remove CVS keyword
  ` [PATCH 22/37] SUNRPC: Remove obsolete messages during transport connect
  ` [PATCH 26/37] rpc: eliminate unused variable in auth_gss upcall code
  ` [PATCH 37/37] NFS: missing newline in NFS mount debugging message
  ` [PATCH 29/37] NFS: Fix the ftruncate() credential problem
  ` [PATCH 32/37] NFS: Move fs/nfs/iostat.h to include/linux
  ` [PATCH 36/37] NFS: Treat "intr" and "nointr" options as deprecated
  ` [PATCH 28/37] rpc: minor cleanup of scheduler callback code

size of nfsv4 writes
 2008-06-13 19:03 UTC  (7+ messages)

[PATCH 0/5] Convert knfsd to kthread API and fix startup/shutdown races (try #4)
 2008-06-13 18:04 UTC  (14+ 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 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

[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 07/15] NFS: Remove the BKL from the inode creation operations
  ` [PATCH 09/15] NFS: Remove BKL from NFS lookup code
  ` [PATCH 11/15] NFS: Remove BKL from the sillydelete operations
  ` [PATCH 04/15] NFS: Remove the BKL from the permission checking code
  ` [PATCH 06/15] NFS: Remove BKL usage from open()
  ` [PATCH 10/15] NFS: Remove the BKL from the rename, rmdir and unlink operations
  ` [PATCH 08/15] NFS: Remove the BKL from nfs_link()
  ` [PATCH 13/15] NFS: Remove BKL from the readdir code
  ` [PATCH 01/15] NFS: Protect inode->i_nlink updates using inode->i_lock
  ` [PATCH 02/15] NFS: Remove BKL requirement from attribute updates
  ` [PATCH 05/15] NFS: Remove BKL usage from the write path
  ` [PATCH 12/15] NFS: Remove BKL from the symlink code
  ` [PATCH 03/15] NFS: Remove attribute update related BKL references
  ` [PATCH 14/15] SUNRPC: Remove the BKL from the callback functions
  ` [PATCH 15/15] NFSv4: Remove BKL from the nfsv4 state recovery

[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)

[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  (13+ 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)

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


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