Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-08-17 13:12:01 to 2014-08-26 10:53:45 UTC [more...]

[PATCH 00/10] locks/nfsd: internal lease API overhaul
 2014-08-26 10:53 UTC  (33+ messages)
` [PATCH 01/10] locks: close potential race in lease_get_mtime
` [PATCH 02/10] nfsd: fix potential lease memory leak in nfs4_setlease
` [PATCH 03/10] locks: generic_delete_lease doesn't need a file_lock at all
` [PATCH 04/10] locks: clean up vfs_setlease kerneldoc comments
` [PATCH 05/10] nfsd: don't keep a pointer to the lease in nfs4_file
` [PATCH 06/10] locks: plumb an "aux" pointer into the setlease routines
` [PATCH 07/10] locks: define a lm_setup handler for leases
` [PATCH 08/10] locks: move i_lock acquisition into generic_*_lease handlers
` [PATCH 09/10] locks: move freeing of leases outside of i_lock
` [PATCH 10/10] locks: update Documentation/filesystems with lease API changes

rpciod deadlock issue
 2014-08-26 10:53 UTC  (13+ messages)
` [PATCH v2 1/2] SUNRPC: Fix memory reclaim deadlocks in rpciod
  ` [PATCH v2 2/2] NFS: Ensure that rpciod does not trigger reclaim writebacks

(no subject)
 2014-08-26  9:06 UTC  (30+ messages)
  ` [PATCH 01/19] nfs: cap request size to fit a kmalloced page array
  ` [PATCH 02/19] pnfs: do not pass uninitialized lsegs to ->free_lseg
  ` [PATCH 03/19] pnfs: force a layout commit when encountering busy segments during recall
  ` [PATCH 04/19] pnfs: don't check sequence on new stateids in layoutget
  ` [PATCH 05/19] pnfs: retry after a bad stateid error from layoutget
  ` [PATCH 06/19] pnfs: avoid using stale stateids after layoutreturn
  ` [PATCH 07/19] pnfs: add flag to force read-modify-write in ->write_begin
  ` [PATCH 08/19] pnfs: add return_range method
  ` [PATCH 09/19] pnfs: allow splicing pre-encoded pages into the layoutcommit args
  ` [PATCH 10/19] pnfs/blocklayout: reject pnfs blocksize larger than page size
  ` [PATCH 11/19] pnfs/blocklayout: improve GETDEVICEINFO error reporting
  ` [PATCH 12/19] pnfs/blocklayout: plug block queues
  ` [PATCH 13/19] pnfs/blocklayout: correctly decrement extent length
  ` [PATCH 14/19] pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist
  ` [PATCH 15/19] pnfs/blocklayout: don't set pages uptodate
  ` [PATCH 16/19] pnfs/blocklayout: rewrite extent tracking
  ` [PATCH 17/19] pnfs/blocklayout: implement the return_range method
  ` [PATCH 18/19] pnfs/blocklayout: return layouts on setattr
  ` [PATCH 19/19] pnfs/blocklayout: allocate separate pages for the layoutcommit payload
  ` pnfs block layout driver fixes V2

[PATCH 1/2] NFSv4: Fix problems with close in the presence of a delegation
 2014-08-26  2:46 UTC  (2+ messages)
` [PATCH 2/2] NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADE

[PATCH] nfs: use canonical path in nfs_show_devname
 2014-08-25 21:17 UTC  (5+ messages)
    ` [PATCH v2] nfs: remove redundant slash from nfs_path

[PATCH 0/5] more pgio cleanup
 2014-08-25 15:12 UTC  (6+ messages)
` [PATCH 3/5] pnfs: find swapped pages on pnfs commit lists too

[GIT PULL] Please pull NFS client fixes
 2014-08-25 14:55 UTC 

nfs4/KINK/racoon2/linux-3.x series kernels
 2014-08-25  9:57 UTC 

[PATCH 0/2] RFC: Fix nfs_generic_pgio page vector issues
 2014-08-22 19:48 UTC  (3+ messages)

[PATCH 0/4] Simple-minded server fixes for sidecar backchannel
 2014-08-22 19:11 UTC  (5+ messages)
` [PATCH 1/4] sunrpc: fix byte-swapping of displayed XID
` [PATCH 2/4] NFSD: Always initialize cl_cb_addr
` [PATCH 3/4] nfsd: Mark back channel down if SESSION4_BACK_CHAN is clear
` [PATCH 4/4] nfsd: Assert SEQ4_STATUS_CB_PATH_DOWN_SESSION

[PATCH] nfs-utils: Allow turning off nfsv3 readdir_plus
 2014-08-22 16:01 UTC  (3+ messages)

[PATCH] nfs: delegation: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
 2014-08-22 14:49 UTC  (2+ messages)

[PATCH] lockd: rip out deferred lock handling from testlock codepath
 2014-08-22  8:50 UTC  (2+ messages)

kernel not recovering from statd port change
 2014-08-21 21:34 UTC 

[PATCH] nfs: Always try and release an NFS file lock, even after receiving a SIGKILL
 2014-08-21 18:41 UTC  (6+ messages)

pnfs: factor GETDEVICEINFO implementations
 2014-08-21 16:39 UTC  (5+ messages)
` [PATCH 1/4] "

[PATCH] locks: remove lock_may_read and lock_may_write
 2014-08-21 15:47 UTC 

[PATCH] nfs: update time staps on truncate
 2014-08-21 15:31 UTC  (2+ messages)

[PATCH] lockd: Remove unused b_fl member from struct nlm_block
 2014-08-21 14:02 UTC  (7+ messages)

[PATCH v2] NFSD: Convert magic numbers to sizeof() for encode/decode
 2014-08-21 12:50 UTC  (4+ messages)

[PATCH 0/2] remove deadlock risk with loop-back mounted NFS filesystems
 2014-08-21  3:48 UTC  (11+ messages)
` [PATCH 1/2] SUNRPC: track when a client connection is routed to the local host
` [PATCH 2/2] NFS: avoid deadlocks with loop-back mounted NFS filesystems

[PATCH] nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait
 2014-08-21  0:29 UTC  (2+ messages)

[PATCH v2] nfs: fix kernel warning when removing proc entry
 2014-08-20 23:27 UTC  (4+ messages)

[nfsd:nfsd-next 5/23] net/sunrpc/svc_xprt.c:794:20: error: 'current_task' undeclared
 2014-08-20 22:33 UTC  (2+ messages)

Charity foundation
 2014-08-20 22:32 UTC 

pnfs block layout driver fixes
 2014-08-20 22:14 UTC  (3+ messages)

[PATCH 2/4] NFSD: Rervert "knfsd: locks: flag NFSv4-owned locks"
 2014-08-20 10:02 UTC  (31+ messages)
` [PATCH 1/3] NFSD: New FL_NFSD for marking file_lock belongs to NFSD
    ` [PATCH 1/3 v2] fs/locks.c: Copy all information for conflock
      ` [PATCH 2/5 v3] locks: Copy all infomation "
      ` [PATCH 5/5 v3] NFSD: Increase the reference of lockowner when coping file_lock
        ` [PATCH 1/6 v4] NFSD: Remove the duplicate initialize of file_lock
        ` [PATCH 2/6 v4] locks: New ops in file_lock_operations for get/put owner
        ` [PATCH 3/6 v4] locks: Rename __locks_copy_lock() to locks_copy_conflock()
        ` [PATCH 4/6 v4] locks: Copy fl_lmops information for conflock in, locks_copy_conflock()
        ` [PATCH 5/6 v4] NFSD: New helper nfs4_get_stateowner() for atomic_inc sop reference
        ` [PATCH 6/6 v4] NFSD: Increase the reference of lockowner when coping file_lock
          ` [PATCH 1/6 v5] NFSD: Remove the duplicate initialize of file_lock
          ` [PATCH 2/6 v5] locks: Rename __locks_copy_lock() to locks_copy_conflock()
          ` [PATCH 3/6 v5] locks: New ops in file_lock_operations for get/put owner
          ` [PATCH 4/6 v5] locks: Copy fl_lmops information for conflock in locks_copy_conflock()
          ` [PATCH 5/6 v5] NFSD: New helper nfs4_get_stateowner() for atomic_inc sop reference
          ` [PATCH 6/6 v5] NFSD: Get reference of lockowner when coping file_lock

[PATCH v2 0/7] nfs-utils: support for lifting grace period early
 2014-08-19 18:49 UTC  (8+ messages)
` [PATCH v2 1/7] sm-notify: inform the kernel if there were no hosts to notify
` [PATCH v2 2/7] nfsdcltrack: update comments in sqlite.c
` [PATCH v2 3/7] nfsdcltrack: rename CLD_* constants with CLTRACK_* prefixes
` [PATCH v2 4/7] nfsdcltrack: overhaul database initializtion
` [PATCH v2 5/7] nfsdcltrack: update schema to v2
` [PATCH v2 6/7] nfsdcltrack: grab the client minorversion from the env var if it's present
` [PATCH v2 7/7] nfsdcltrack: fetch NFSDCLTRACK_GRACE_START out of environment

[PATCH v2 0/5] nfsd: support for lifting grace period early
 2014-08-19 18:38 UTC  (6+ messages)
` [PATCH v2 1/5] lockd: move lockd's grace period handling into its own module
` [PATCH v2 2/5] lockd: add a /proc/fs/lockd/nlm_end_grace file
` [PATCH v2 3/5] nfsd: add a v4_end_grace file to /proc/fs/nfsd
` [PATCH v2 4/5] nfsd: remove redundant boot_time parm from grace_done client tracking op
` [PATCH v2 5/5] nfsd: pass extra info in env vars to upcalls to allow for early grace period end

[nfs-utils RFC PATCH 0/7] nfs-utils: support for lifting grace period early
 2014-08-19 14:49 UTC  (4+ messages)

[PATCH nfs-utils] start-statd: clean up output when systemd is not installed
 2014-08-19 14:06 UTC  (6+ messages)

Patch For Making Readdir_plus configurable
 2014-08-19  7:53 UTC  (11+ messages)
  ` [PATCH] nfsd: allow turning off nfsv3 readdir_plus

[PATCH] AD principal configurable
 2014-08-18 16:48 UTC  (2+ messages)

[PATCH] rpcbind: Remove a strict-aliasing warning
 2014-08-18 15:03 UTC  (2+ messages)

[PATCH] NFS: state manager thread must stay running
 2014-08-18 14:29 UTC  (4+ messages)

[kernel RFC PATCH 0/4] nfsd: support for lifting grace period early
 2014-08-18 12:06 UTC  (3+ messages)
` [kernel RFC PATCH 2/4] nfsd: add a v4_end_grace file to /proc/fs/nfsd

how to setup pNFS
 2014-08-18 10:54 UTC  (4+ messages)

nfsd branch for 3.18
 2014-08-17 20:06 UTC 


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