Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 00/10] locking fixups for NFS
@ 2015-10-14 18:23 Benjamin Coddington
  2015-10-14 18:23 ` [PATCH 01/10] NFS: keep nfs4_state for nfs4_lock_state cleanup Benjamin Coddington
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Benjamin Coddington @ 2015-10-14 18:23 UTC (permalink / raw)
  To: linux-nfs; +Cc: jlayton, trond.myklebust, anna.schumaker

This set addresses a few NFS related locking issues as well as a couple
minor cleanups.  It does a bit of plumbing to make sure we can complete
unlocks after close when the fl_file may be unavailable, and it attempts to
always release locks even when a wait for oustanding IO is interrupted
before sending an unlock.  This can orphan a lock on a server, which might
mean a delay for matching lock NFS4, or require a server restart to clean up
that lock for NFS3.

Benjamin Coddington (10):
  NFS: keep nfs4_state for nfs4_lock_state cleanup
  NFS4: remove a redundant lock range checks
  NFS: Move the flock open mode check into nfs_flock()
  NFS: Pass nfs_open_context instead of file to the lock procs
  NFSv4: Pass nfs_open_context instead of nfs4_state to
    nfs4_proc_unlck()
  lockd: Plumb nfs_open_context into nlm client unlock
  lockd: Send the inode to nlmclnt_setlockargs()
  NFS: Move do_vfs_lock to shared inline
  locks: Use more file_inode and fix a comment
  NFS: Deferred unlocks - always unlock on FL_CLOSE

 fs/lockd/clntproc.c        |   50 +++++++++++-------------------
 fs/locks.c                 |    8 ++---
 fs/nfs/file.c              |   72 +++++++++++++++++++++++++++++++++-----------
 fs/nfs/inode.c             |    1 +
 fs/nfs/nfs3proc.c          |    6 +--
 fs/nfs/nfs4proc.c          |   43 +++-----------------------
 fs/nfs/nfs4state.c         |    2 +
 fs/nfs/pagelist.c          |   23 ++++++++++++--
 fs/nfs/proc.c              |    6 +--
 include/linux/fs.h         |   16 ++++++++++
 include/linux/lockd/bind.h |    3 +-
 include/linux/nfs_fs.h     |    7 ++++
 include/linux/nfs_xdr.h    |    2 +-
 13 files changed, 134 insertions(+), 105 deletions(-)


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-12-07 16:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 18:23 [PATCH 00/10] locking fixups for NFS Benjamin Coddington
2015-10-14 18:23 ` [PATCH 01/10] NFS: keep nfs4_state for nfs4_lock_state cleanup Benjamin Coddington
2015-10-14 18:23 ` [PATCH 02/10] NFS4: remove a redundant lock range checks Benjamin Coddington
2015-10-14 18:23 ` [PATCH 03/10] NFS: Move the flock open mode check into nfs_flock() Benjamin Coddington
2015-10-14 18:23 ` [PATCH 04/10] NFS: Pass nfs_open_context instead of file to the lock procs Benjamin Coddington
2015-10-14 18:23 ` [PATCH 05/10] NFSv4: Pass nfs_open_context instead of nfs4_state to nfs4_proc_unlck() Benjamin Coddington
2015-10-14 18:23 ` [PATCH 06/10] lockd: Plumb nfs_open_context into nlm client unlock Benjamin Coddington
2015-10-14 18:23 ` [PATCH 07/10] lockd: Send the inode to nlmclnt_setlockargs() Benjamin Coddington
2015-10-14 18:23 ` [PATCH 08/10] NFS: Move do_vfs_lock to shared inline Benjamin Coddington
2015-10-14 19:55   ` Jeff Layton
2015-10-21 21:48     ` Trond Myklebust
2015-10-21 23:49       ` Jeff Layton
2015-10-22  0:11       ` Benjamin Coddington
2015-10-22  8:34       ` Christoph Hellwig
2015-10-22 15:50         ` Benjamin Coddington
2015-10-14 18:23 ` [PATCH 09/10] locks: Use more file_inode and fix a comment Benjamin Coddington
2015-10-14 19:56   ` Jeff Layton
2015-10-14 18:23 ` [PATCH 10/10] NFS: Deferred unlocks - always unlock on FL_CLOSE Benjamin Coddington
2015-10-14 20:30   ` Jeff Layton
2015-12-07 16:05     ` Benjamin Coddington

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