All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] please pull file-locking related changes for v3.20 (pile #2)
@ 2015-02-18 16:00 Jeff Layton
  2015-02-18 16:05 ` J. Bruce Fields
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Layton @ 2015-02-18 16:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-kernel, J. Bruce Fields

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

Hi Linus,

The following changes since commit 1fa185ebcbcefdc5229c783450c9f0439a69f0c1:

  Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris (2015-02-15 18:02:02 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2e2f756f81edd7c3ba6ed384385ae1d6491652eb:

  locks: fix list insertion when lock is split in two (2015-02-17 17:08:23 -0500)

----------------------------------------------------------------
File locking related fixes for v3.20 (pile #2)

A small set of patches to fix problems with the recent file locking
changes that we discussed earlier this week.

----------------------------------------------------------------
Jeff Layton (4):
      Revert "locks: keep a count of locks on the flctx lists"
      locks: only remove leases associated with the file being closed
      locks: remove conditional lock release in middle of flock_lock_file
      locks: fix list insertion when lock is split in two

 fs/ceph/locks.c    |  9 +++++++--
 fs/cifs/file.c     | 14 ++++++++++----
 fs/locks.c         | 59 +++++++++++++++++++----------------------------------------
 include/linux/fs.h |  3 ---
 4 files changed, 36 insertions(+), 49 deletions(-)

-- 
Jeff Layton <jlayton@poochiereds.net>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [GIT PULL] please pull file-locking related changes for v3.20 (pile #2)
  2015-02-18 16:00 [GIT PULL] please pull file-locking related changes for v3.20 (pile #2) Jeff Layton
@ 2015-02-18 16:05 ` J. Bruce Fields
  2015-02-18 16:14   ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2015-02-18 16:05 UTC (permalink / raw)
  To: Jeff Layton; +Cc: Linus Torvalds, linux-fsdevel, linux-kernel

On Wed, Feb 18, 2015 at 11:00:47AM -0500, Jeff Layton wrote:
> Hi Linus,
> 
> The following changes since commit 1fa185ebcbcefdc5229c783450c9f0439a69f0c1:
> 
>   Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris (2015-02-15 18:02:02 -0800)
> 
> are available in the git repository at:
> 
>   git://git.samba.org/jlayton/linux.git tags/locks-v3.20-2
> 
> for you to fetch changes up to 2e2f756f81edd7c3ba6ed384385ae1d6491652eb:

And I re-ran my usual tests on that (which includes some locking tests,
but not LTP).--b.

> 
>   locks: fix list insertion when lock is split in two (2015-02-17 17:08:23 -0500)
> 
> ----------------------------------------------------------------
> File locking related fixes for v3.20 (pile #2)
> 
> A small set of patches to fix problems with the recent file locking
> changes that we discussed earlier this week.
> 
> ----------------------------------------------------------------
> Jeff Layton (4):
>       Revert "locks: keep a count of locks on the flctx lists"
>       locks: only remove leases associated with the file being closed
>       locks: remove conditional lock release in middle of flock_lock_file
>       locks: fix list insertion when lock is split in two
> 
>  fs/ceph/locks.c    |  9 +++++++--
>  fs/cifs/file.c     | 14 ++++++++++----
>  fs/locks.c         | 59 +++++++++++++++++++----------------------------------------
>  include/linux/fs.h |  3 ---
>  4 files changed, 36 insertions(+), 49 deletions(-)
> 
> -- 
> Jeff Layton <jlayton@poochiereds.net>



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

* Re: [GIT PULL] please pull file-locking related changes for v3.20 (pile #2)
  2015-02-18 16:05 ` J. Bruce Fields
@ 2015-02-18 16:14   ` Linus Torvalds
  2015-02-18 16:15     ` J. Bruce Fields
  2015-02-18 16:19     ` Jeff Layton
  0 siblings, 2 replies; 5+ messages in thread
From: Linus Torvalds @ 2015-02-18 16:14 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Jeff Layton, linux-fsdevel, Linux Kernel Mailing List

On Wed, Feb 18, 2015 at 8:05 AM, J. Bruce Fields <bfields@fieldses.org> wrote:
>
> And I re-ran my usual tests on that (which includes some locking tests,
> but not LTP).--b.

I assume this was an implicit ".. and they passed".

                      Linus

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

* Re: [GIT PULL] please pull file-locking related changes for v3.20 (pile #2)
  2015-02-18 16:14   ` Linus Torvalds
@ 2015-02-18 16:15     ` J. Bruce Fields
  2015-02-18 16:19     ` Jeff Layton
  1 sibling, 0 replies; 5+ messages in thread
From: J. Bruce Fields @ 2015-02-18 16:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jeff Layton, linux-fsdevel, Linux Kernel Mailing List

On Wed, Feb 18, 2015 at 08:14:46AM -0800, Linus Torvalds wrote:
> On Wed, Feb 18, 2015 at 8:05 AM, J. Bruce Fields <bfields@fieldses.org> wrote:
> >
> > And I re-ran my usual tests on that (which includes some locking tests,
> > but not LTP).--b.
> 
> I assume this was an implicit ".. and they passed".

Sorry, yes!

--b.

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

* Re: [GIT PULL] please pull file-locking related changes for v3.20 (pile #2)
  2015-02-18 16:14   ` Linus Torvalds
  2015-02-18 16:15     ` J. Bruce Fields
@ 2015-02-18 16:19     ` Jeff Layton
  1 sibling, 0 replies; 5+ messages in thread
From: Jeff Layton @ 2015-02-18 16:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: J. Bruce Fields, linux-fsdevel, Linux Kernel Mailing List

On Wed, 18 Feb 2015 08:14:46 -0800
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> On Wed, Feb 18, 2015 at 8:05 AM, J. Bruce Fields <bfields@fieldses.org> wrote:
> >
> > And I re-ran my usual tests on that (which includes some locking tests,
> > but not LTP).--b.
> 
> I assume this was an implicit ".. and they passed".
> 
>                       Linus

I also ran the LTP suite on it last night and all of the fcntl and
flock tests that passed v3.19 also passed with this set (thanks Al for
pointing those out!)

-- 
Jeff Layton <jlayton@poochiereds.net>

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

end of thread, other threads:[~2015-02-18 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 16:00 [GIT PULL] please pull file-locking related changes for v3.20 (pile #2) Jeff Layton
2015-02-18 16:05 ` J. Bruce Fields
2015-02-18 16:14   ` Linus Torvalds
2015-02-18 16:15     ` J. Bruce Fields
2015-02-18 16:19     ` Jeff Layton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.