linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] file locking fixes for v5.13
@ 2021-04-26 11:18 Jeff Layton
  2021-04-26 20:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2021-04-26 11:18 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Tian Tao, Luo Longjun, linux-fsdevel, open list, Bruce Fields

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cbe6fc4e01421c890d74422cdd04c6b1c8f62dda:

  fs/locks: remove useless assignment in fcntl_getlk (2021-04-13 07:26:38 -0400)

----------------------------------------------------------------
When we reworked the blocked locks into a tree structure instead of a
flat list a few releases ago, we lost the ability to see all of the file
locks in /proc/locks. Luo's patch fixes it to dump out all of the
blocked locks instead, which restores the full output.

This changes the format of /proc/locks as the blocked locks are shown at
multiple levels of indentation now, but lslocks (the only common program
I've ID'ed that scrapes this info) seems to be OK with that.

Tian also contributed a small patch to remove a useless assignment.
----------------------------------------------------------------
Luo Longjun (1):
      fs/locks: print full locks information

Tian Tao (1):
      fs/locks: remove useless assignment in fcntl_getlk

 fs/locks.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 56 insertions(+), 10 deletions(-)

Thanks!
-- 
Jeff Layton <jlayton@kernel.org>


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

* Re: [GIT PULL] file locking fixes for v5.13
  2021-04-26 11:18 [GIT PULL] file locking fixes for v5.13 Jeff Layton
@ 2021-04-26 20:57 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-26 20:57 UTC (permalink / raw)
  To: Jeff Layton
  Cc: Linus Torvalds, Tian Tao, Luo Longjun, linux-fsdevel, open list,
	Bruce Fields

The pull request you sent on Mon, 26 Apr 2021 07:18:48 -0400:

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

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

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-04-26 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 11:18 [GIT PULL] file locking fixes for v5.13 Jeff Layton
2021-04-26 20:57 ` 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).