linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Jan Kara <jack@suse.cz>
Cc: Matthew Bobrowski <repnop@google.com>,
	linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org
Subject: [PATCH 0/2] New fanotify API for ignoring events
Date: Mon, 20 Jun 2022 16:45:49 +0300	[thread overview]
Message-ID: <20220620134551.2066847-1-amir73il@gmail.com> (raw)

Hi Jan,

As we discussed [1], here is the implementation of the new
FAN_MARK_IGNORE API, to try and sort the historic mess of
FAN_MARK_IGNORED_MASK.

It is worth mentioning that the new API enables the functionality of
watching events ONLY on directories (by ignoring events on non-dir).

LTP tests [2] and man page draft [3] are ready as well.

I am going on vacation in two weeks time, so wanted to
send these out early.

Thanks,
Amir.

[1] https://lore.kernel.org/linux-fsdevel/20220428123824.ssq72ovqg2nao5f4@quack3.lan/
[2] https://github.com/amir73il/ltp/commits/fan_mark_ignore
[3] https://github.com/amir73il/man-pages/commits/fan_mark_ignore

Amir Goldstein (2):
  fanotify: prepare for setting event flags in ignore mask
  fanotify: introduce FAN_MARK_IGNORE

 fs/notify/fanotify/fanotify.c      | 17 +++++----
 fs/notify/fanotify/fanotify.h      |  2 ++
 fs/notify/fanotify/fanotify_user.c | 55 +++++++++++++++++++++---------
 fs/notify/fdinfo.c                 |  6 ++--
 fs/notify/fsnotify.c               | 21 +++++++-----
 include/linux/fanotify.h           |  5 ++-
 include/linux/fsnotify_backend.h   | 46 +++++++++++++++++++++----
 include/uapi/linux/fanotify.h      |  2 ++
 8 files changed, 113 insertions(+), 41 deletions(-)

-- 
2.25.1


             reply	other threads:[~2022-06-20 14:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20 13:45 Amir Goldstein [this message]
2022-06-20 13:45 ` [PATCH 1/2] fanotify: prepare for setting event flags in ignore mask Amir Goldstein
2022-06-22 15:52   ` Jan Kara
2022-06-22 18:31     ` Amir Goldstein
2022-06-24 11:32     ` Amir Goldstein
2022-06-24 12:35       ` Jan Kara
2022-06-22 16:00   ` Jan Kara
2022-06-22 18:28     ` Amir Goldstein
2022-06-23  9:49       ` Jan Kara
2022-06-23 13:59         ` Amir Goldstein
2022-06-20 13:45 ` [PATCH 2/2] fanotify: introduce FAN_MARK_IGNORE Amir Goldstein
2022-06-23 10:14   ` Jan Kara
2022-06-23 12:17     ` Amir Goldstein

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=20220620134551.2066847-1-amir73il@gmail.com \
    --to=amir73il@gmail.com \
    --cc=jack@suse.cz \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=repnop@google.com \
    /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 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).