linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] please pull file-locking related changes for v3.20
@ 2015-02-09 10:55 Jeff Layton
  2015-02-16 13:32 ` Kirill A. Shutemov
  0 siblings, 1 reply; 20+ messages in thread
From: Jeff Layton @ 2015-02-09 10:55 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fsdevel, linux-kernel, J. Bruce Fields, Christoph Hellwig,
	Dave Chinner

The following changes since commit cb59670870d90ff8bc31f5f2efc407c6fe4938c0:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse (2015-01-16 14:58:16 +1300)

are available in the git repository at:

  git://git.samba.org/jlayton/linux.git tags/locks-v3.20-1

for you to fetch changes up to 8116bf4cb62d337c953cfa5369ef4cf83e73140c:

  locks: update comments that refer to inode->i_flock (2015-01-21 20:44:01 -0500)

----------------------------------------------------------------
File locking related changes for v3.20 (pile #1)

This patchset contains a fairly major overhaul of how file locks are
tracked within the inode. Rather than a single list, we now create a
per-inode "lock context" that contains individual lists for the file
locks, and a new dedicated spinlock for them.

There are changes in other trees that are based on top of this set so
it may be easiest to pull this in early.
----------------------------------------------------------------
Jeff Layton (13):
      locks: add new struct list_head to struct file_lock
      locks: have locks_release_file use flock_lock_file to release generic flock locks
      locks: add a new struct file_locking_context pointer to struct inode
      ceph: move spinlocking into ceph_encode_locks_to_buffer and ceph_count_locks
      locks: move flock locks to file_lock_context
      locks: convert posix locks to file_lock_context
      locks: convert lease handling to file_lock_context
      locks: remove i_flock field from struct inode
      locks: add a dedicated spinlock to protect i_flctx lists
      locks: clean up the lm_change prototype
      locks: keep a count of locks on the flctx lists
      locks: consolidate NULL i_flctx checks in locks_remove_file
      locks: update comments that refer to inode->i_flock

 fs/ceph/locks.c      |  64 ++++----
 fs/ceph/mds_client.c |   4 -
 fs/cifs/file.c       |  34 ++---
 fs/inode.c           |   3 +-
 fs/lockd/svcsubs.c   |  26 ++--
 fs/locks.c           | 569 +++++++++++++++++++++++++++++++++++++-------------------------------
 fs/nfs/delegation.c  |  23 +--
 fs/nfs/nfs4state.c   |  70 +++++----
 fs/nfs/pagelist.c    |   6 +-
 fs/nfs/write.c       |  41 ++++-
 fs/nfsd/nfs4state.c  |  21 ++-
 fs/read_write.c      |   2 +-
 include/linux/fs.h   |  52 +++++--
 13 files changed, 510 insertions(+), 405 deletions(-)

-- 
Jeff Layton <jlayton@poochiereds.net>

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

end of thread, other threads:[~2015-02-26 15:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 10:55 [GIT PULL] please pull file-locking related changes for v3.20 Jeff Layton
2015-02-16 13:32 ` Kirill A. Shutemov
2015-02-16 14:00   ` Jeff Layton
2015-02-16 18:46     ` Linus Torvalds
2015-02-16 19:24       ` Linus Torvalds
2015-02-16 19:59         ` Jeff Layton
2015-02-17  0:02         ` Jeff Layton
2015-02-17  0:21           ` Linus Torvalds
2015-02-17  0:35             ` Jeff Layton
2015-02-17 19:08         ` J. Bruce Fields
2015-02-17 19:13           ` Linus Torvalds
2015-02-17 19:27             ` Jeff Layton
2015-02-17 19:41               ` Linus Torvalds
2015-02-17 19:45                 ` J. Bruce Fields
2015-02-17 20:12                 ` Jeff Layton
2015-02-17 20:17                   ` Linus Torvalds
2015-02-17 19:29             ` Linus Torvalds
2015-02-26 11:00             ` One Thousand Gnomes
2015-02-26 14:45               ` J. Bruce Fields
2015-02-26 15:09                 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).