All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fsnotify changes for v5.15-rc1
@ 2021-08-25 12:45 Jan Kara
  2021-08-30 17:20 ` pr-tracker-bot
  2021-09-10  6:57 ` Amir Goldstein
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Kara @ 2021-08-25 12:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

  Hello Linus,

  my vacation collides with the merge window which I expect to open next
week so I'm sending pull requests for the merge window early. Could you please
pull from

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

to get fsnotify speedups when notification actually isn't used and support
for identifying processes which caused fanotify events through pidfd
instead of normal pid.

Top of the tree is e43de7f0862b. The full shortlog is:

Amir Goldstein (4):
      fsnotify: replace igrab() with ihold() on attach connector
      fsnotify: count s_fsnotify_inode_refs for attached connectors
      fsnotify: count all objects with attached connectors
      fsnotify: optimize the case of no marks of any type

Matthew Bobrowski (5):
      kernel/pid.c: remove static qualifier from pidfd_create()
      kernel/pid.c: implement additional checks upon pidfd_create() parameters
      fanotify: minor cosmetic adjustments to fid labels
      fanotify: introduce a generic info record copying helper
      fanotify: add pidfd support to the fanotify API

The diffstat is

 fs/notify/fanotify/fanotify_user.c | 251 ++++++++++++++++++++++++++-----------
 fs/notify/fsnotify.c               |   6 +-
 fs/notify/fsnotify.h               |  15 +++
 fs/notify/mark.c                   |  52 ++++++--
 include/linux/fanotify.h           |   3 +
 include/linux/fs.h                 |   7 +-
 include/linux/fsnotify.h           |   9 ++
 include/linux/pid.h                |   1 +
 include/uapi/linux/fanotify.h      |  13 ++
 kernel/pid.c                       |  15 ++-
 10 files changed, 276 insertions(+), 96 deletions(-)

							Thanks
								Honza


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

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

end of thread, other threads:[~2021-09-10 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25 12:45 [GIT PULL] Fsnotify changes for v5.15-rc1 Jan Kara
2021-08-30 17:20 ` pr-tracker-bot
2021-09-10  6:57 ` Amir Goldstein
2021-09-10 16:56   ` Linus Torvalds

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.