All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] Fsnotify changes for v5.15-rc1
Date: Wed, 25 Aug 2021 14:45:15 +0200	[thread overview]
Message-ID: <20210825124515.GE14620@quack2.suse.cz> (raw)

  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

             reply	other threads:[~2021-08-25 12:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-25 12:45 Jan Kara [this message]
2021-08-30 17:20 ` [GIT PULL] Fsnotify changes for v5.15-rc1 pr-tracker-bot
2021-09-10  6:57 ` Amir Goldstein
2021-09-10 16:56   ` Linus Torvalds

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=20210825124515.GE14620@quack2.suse.cz \
    --to=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 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.