LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] File locking changes for v5.15
@ 2021-08-27 12:49 Jeff Layton
2021-08-30 19:46 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2021-08-27 12:49 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-fsdevel, LKML, Lukas Bulwahn, Desmond Cheong Zhi Xi,
Bruce Fields, Al Viro
The following changes since commit 9ff50bf2f2ff5fab01cac26d8eed21a89308e6ef:
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (2021-08-21 11:27:16 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git locks-v5.15
for you to fetch changes up to 2949e8427af3bb74a1e26354cb68c1700663c827:
fs: clean up after mandatory file locking support removal (2021-08-24 07:52:45 -0400)
----------------------------------------------------------------
Hi Linus,
Sending this along early as I don't expect it to change between now and
when the merge window opens.
This PR starts with a couple of fixes for potential deadlocks in the
fowner/fasync handling. The next patch removes the old mandatory locking
code from the kernel altogether. The last patch cleans up rw_verify_area
a bit more after the mandatory locking removal.
Thanks!
----------------------------------------------------------------
Desmond Cheong Zhi Xi (2):
fcntl: fix potential deadlocks for &fown_struct.lock
fcntl: fix potential deadlock for &fasync_struct.fa_lock
Jeff Layton (1):
fs: remove mandatory file locking support
Lukas Bulwahn (1):
fs: clean up after mandatory file locking support removal
Documentation/filesystems/mandatory-locking.rst | 188 --------------------------------------------
fs/9p/vfs_file.c | 13 ---
fs/Kconfig | 10 ---
fs/afs/flock.c | 4 -
fs/ceph/locks.c | 3 -
fs/fcntl.c | 18 +++--
fs/gfs2/file.c | 3 -
fs/locks.c | 117 +--------------------------
fs/namei.c | 4 +-
fs/namespace.c | 29 +++----
fs/nfs/file.c | 4 -
fs/nfsd/nfs4state.c | 14 ----
fs/nfsd/vfs.c | 23 +-----
fs/ocfs2/locks.c | 4 -
fs/open.c | 8 +-
fs/read_write.c | 17 +---
fs/remap_range.c | 12 ---
include/linux/fs.h | 84 --------------------
mm/mmap.c | 6 --
mm/nommu.c | 3 -
20 files changed, 28 insertions(+), 536 deletions(-)
delete mode 100644 Documentation/filesystems/mandatory-locking.rst
--
Jeff Layton <jlayton@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] File locking changes for v5.15
2021-08-27 12:49 [GIT PULL] File locking changes for v5.15 Jeff Layton
@ 2021-08-30 19:46 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-08-30 19:46 UTC (permalink / raw)
To: Jeff Layton
Cc: Linus Torvalds, linux-fsdevel, LKML, Lukas Bulwahn,
Desmond Cheong Zhi Xi, Bruce Fields, Al Viro
The pull request you sent on Fri, 27 Aug 2021 08:49:36 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git locks-v5.15
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f01c935d96cd4eb8bbbc5249bd9a754b6939e0a
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-30 19:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 12:49 [GIT PULL] File locking changes for v5.15 Jeff Layton
2021-08-30 19:46 ` pr-tracker-bot
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).