All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fsnotify changes for 5.13-rc1
@ 2021-04-28 12:19 Jan Kara
  2021-04-29 18:18 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2021-04-28 12:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify_for_v5.13-rc1

to get support for limited fanotify functionality for unpriviledged users,
faster merging of fanotify events, and a few smaller fsnotify improvements.

Top of the tree is 59cda49ecf6c. The full shortlog is:

Amir Goldstein (9):
      fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue
      fanotify: reduce event objectid to 29-bit hash
      fanotify: mix event info and pid into merge key hash
      fsnotify: use hash table for faster events merge
      fanotify: limit number of event merge attempts
      fanotify: configurable limits via sysfs
      fanotify: support limited functionality for unprivileged users
      fs: introduce a wrapper uuid_to_fsid()
      shmem: allow reporting fanotify events with file handles on tmpfs

Christian Brauner (1):
      fanotify_user: use upper_32_bits() to verify mask

The diffstat is

 fs/ext2/super.c                      |   5 +-
 fs/ext4/super.c                      |   5 +-
 fs/notify/fanotify/fanotify.c        | 166 ++++++++++++++++++--------
 fs/notify/fanotify/fanotify.h        |  46 +++++++-
 fs/notify/fanotify/fanotify_user.c   | 219 +++++++++++++++++++++++++++++------
 fs/notify/fdinfo.c                   |   3 +-
 fs/notify/group.c                    |   1 -
 fs/notify/inotify/inotify_fsnotify.c |   9 +-
 fs/notify/inotify/inotify_user.c     |   7 +-
 fs/notify/mark.c                     |   4 -
 fs/notify/notification.c             |  64 +++++-----
 fs/zonefs/super.c                    |   5 +-
 include/linux/fanotify.h             |  36 +++++-
 include/linux/fsnotify_backend.h     |  29 ++---
 include/linux/sched/user.h           |   3 -
 include/linux/statfs.h               |   8 ++
 include/linux/user_namespace.h       |   4 +
 kernel/sysctl.c                      |  12 +-
 kernel/ucount.c                      |   4 +
 mm/shmem.c                           |   3 +
 20 files changed, 472 insertions(+), 161 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

* Re: [GIT PULL] fsnotify changes for 5.13-rc1
  2021-04-28 12:19 [GIT PULL] fsnotify changes for 5.13-rc1 Jan Kara
@ 2021-04-29 18:18 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-29 18:18 UTC (permalink / raw)
  To: Jan Kara; +Cc: Linus Torvalds, linux-fsdevel

The pull request you sent on Wed, 28 Apr 2021 14:19:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify_for_v5.13-rc1

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

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-29 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 12:19 [GIT PULL] fsnotify changes for 5.13-rc1 Jan Kara
2021-04-29 18:18 ` pr-tracker-bot

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.