From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:50580 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726690AbeH3TSj (ORCPT ); Thu, 30 Aug 2018 15:18:39 -0400 From: Amir Goldstein To: Jan Kara Cc: Marko Rauhamaa , linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org Subject: [PATCH v3 0/3] fanotify super block marks Date: Thu, 30 Aug 2018 18:15:48 +0300 Message-Id: <20180830151551.27422-1-amir73il@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Jan, The following patches implement the new mark type FAN_MARK_FILESYSTEM to enable monitoring of filesystem events on all filesystem objects regardless of the mount where event was generated. These patches are available on my github [1] along with LTP tests [2] and man-pages update [3]. Thanks, Amir. [1] https://github.com/amir73il/linux/commits/fanotify_sb [2] https://github.com/amir73il/ltp/commits/fanotify_sb [3] https://github.com/amir73il/man-pages/commits/fanotify_sb Changes since v2: - Rebased on top of merged cleanup patches - Show super block marks in fanotify_fdinfo() - Add man pages patch [3] Amir Goldstein (3): fsnotify: add super block object type fsnotify: send path type events to group with super block marks fanotify: add API to attach/detach super block mark fs/notify/fanotify/fanotify_user.c | 37 ++++++++++++++++++++++++++++++++----- fs/notify/fdinfo.c | 5 +++++ fs/notify/fsnotify.c | 35 ++++++++++++++++++++++++----------- fs/notify/fsnotify.h | 11 +++++++++++ fs/notify/mark.c | 4 ++++ fs/super.c | 2 +- include/linux/fs.h | 5 +++++ include/linux/fsnotify_backend.h | 17 ++++++++++++++--- include/uapi/linux/fanotify.h | 7 ++++++- 9 files changed, 102 insertions(+), 21 deletions(-) -- 2.7.4