From: Amir Goldstein <amir73il@gmail.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: "J . Bruce Fields" <bfields@fieldses.org>,
Jeff Layton <jlayton@poochiereds.net>,
Mimi Zohar <zohar@linux.ibm.com>,
Al Viro <viro@zeniv.linux.org.uk>,
linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org,
linux-integrity@vger.kernel.org
Subject: [PATCH 0/2] Fix write leases on overlayfs
Date: Sat, 8 Jun 2019 16:57:15 +0300 [thread overview]
Message-ID: <20190608135717.8472-1-amir73il@gmail.com> (raw)
Miklos,
This series fixes a v4.19 regression.
It also provides correct semantics w.r.t RDONLY open counter
that Bruce also needed for nfsd.
I marked both patches for stable v4.19.
I verified the changes using modified LTP fcntl tests [1],
which I ran over xfs and overlayfs.
Thanks,
Amir.
[1] https://github.com/amir73il/ltp/commits/overlayfs-devel
Amir Goldstein (2):
vfs: replace i_readcount with a biased i_count
locks: eliminate false positive conflicts for write lease
fs/locks.c | 26 ++++++++++++++----------
include/linux/fs.h | 33 +++++++++++++++++++------------
security/integrity/ima/ima_main.c | 2 +-
3 files changed, 37 insertions(+), 24 deletions(-)
--
2.17.1
next reply other threads:[~2019-06-08 13:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-08 13:57 Amir Goldstein [this message]
2019-06-08 13:57 ` [PATCH 1/2] vfs: replace i_readcount with a biased i_count Amir Goldstein
2019-06-09 19:36 ` Miklos Szeredi
2019-06-12 12:51 ` Mimi Zohar
2019-06-12 15:09 ` Amir Goldstein
2019-06-12 15:29 ` J . Bruce Fields
2019-06-12 15:35 ` Amir Goldstein
2019-06-12 15:59 ` Mimi Zohar
2019-06-08 13:57 ` [PATCH 2/2] locks: eliminate false positive conflicts for write lease Amir Goldstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190608135717.8472-1-amir73il@gmail.com \
--to=amir73il@gmail.com \
--cc=bfields@fieldses.org \
--cc=jlayton@poochiereds.net \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=viro@zeniv.linux.org.uk \
--cc=zohar@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).