mbox series

[GIT,PULL] file lease fix and tracepoint for v5.3

Message ID fc29b04c3efadbde6ac0352a124a6f436cdf5146.camel@redhat.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] file lease fix and tracepoint for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/locks-v5.3-1

Message

Jeff Layton July 8, 2019, 12:43 p.m. UTC
The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/locks-v5.3-1

for you to fetch changes up to 387e3746d01c34457d6a73688acd90428725070b:

  locks: eliminate false positive conflicts for write lease (2019-06-19 08:49:38 -0400)

----------------------------------------------------------------

Just a couple of small lease-related patches this cycle. One from Ira
to add a new tracepoint that fires during lease conflict checks, and
another patch from Amir to reduce false positives when checking for
lease conflicts.

----------------------------------------------------------------
Amir Goldstein (1):
      locks: eliminate false positive conflicts for write lease

Ira Weiny (1):
      locks: Add trace_leases_conflict

 fs/locks.c                      | 62 ++++++++++++++++++++++++++++++++++++++++++--------------------
 include/linux/fs.h              |  4 ++--
 include/trace/events/filelock.h | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org July 11, 2019, 4:40 a.m. UTC | #1
The pull request you sent on Mon, 08 Jul 2019 08:43:10 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/locks-v5.3-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/988052f47adc5c3b0b004180b59bb3761d91b752

Thank you!