Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull fsnotify updates from Jan Kara: - fanotify fix for softlockups when there are many queued events - performance improvement to reduce fsnotify overhead when not used - Amir's implementation of fanotify events with names. With these you can now efficiently monitor whole filesystem, eg to mirror changes to another machine. * tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: (37 commits) fanotify: compare fsid when merging name event fsnotify: create method handle_inode_event() in fsnotify_operations fanotify: report parent fid + child fid fanotify: report parent fid + name + child fid fanotify: add support for FAN_REPORT_NAME fanotify: report events with parent dir fid to sb/mount/non-dir marks fanotify: add basic support for FAN_REPORT_DIR_FID fsnotify: remove check that source dentry is positive fsnotify: send event with parent/name info to sb/mount/non-dir marks audit: do not set FS_EVENT_ON_CHILD in audit marks mask inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask fsnotify: pass dir and inode arguments to fsnotify() fsnotify: create helper fsnotify_inode() fsnotify: send event to parent and child with single callback inotify: report both events on parent and child with single callback dnotify: report both events on parent and child with single callback fanotify: no external fh buffer in fanotify_name_event fanotify: use struct fanotify_info to parcel the variable size buffer fsnotify: add object type "child" to object type iterator fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks ...
No related branches found
No related tags found
Showing
- fs/kernfs/file.c 7 additions, 6 deletionsfs/kernfs/file.c
- fs/nfsd/filecache.c 4 additions, 6 deletionsfs/nfsd/filecache.c
- fs/notify/dnotify/dnotify.c 5 additions, 11 deletionsfs/notify/dnotify/dnotify.c
- fs/notify/fanotify/fanotify.c 297 additions, 146 deletionsfs/notify/fanotify/fanotify.c
- fs/notify/fanotify/fanotify.h 97 additions, 21 deletionsfs/notify/fanotify/fanotify.h
- fs/notify/fanotify/fanotify_user.c 165 additions, 53 deletionsfs/notify/fanotify/fanotify_user.c
- fs/notify/fsnotify.c 191 additions, 53 deletionsfs/notify/fsnotify.c
- fs/notify/inotify/inotify.h 3 additions, 3 deletionsfs/notify/inotify/inotify.h
- fs/notify/inotify/inotify_fsnotify.c 38 additions, 13 deletionsfs/notify/inotify/inotify_fsnotify.c
- fs/notify/inotify/inotify_user.c 10 additions, 8 deletionsfs/notify/inotify/inotify_user.c
- include/linux/fanotify.h 4 additions, 2 deletionsinclude/linux/fanotify.h
- include/linux/fsnotify.h 41 additions, 43 deletionsinclude/linux/fsnotify.h
- include/linux/fsnotify_backend.h 71 additions, 22 deletionsinclude/linux/fsnotify_backend.h
- include/uapi/linux/fanotify.h 11 additions, 5 deletionsinclude/uapi/linux/fanotify.h
- kernel/audit_fsnotify.c 9 additions, 13 deletionskernel/audit_fsnotify.c
- kernel/audit_tree.c 4 additions, 6 deletionskernel/audit_tree.c
- kernel/audit_watch.c 8 additions, 11 deletionskernel/audit_watch.c
- kernel/trace/trace.c 1 addition, 2 deletionskernel/trace/trace.c
Loading
Please register or sign in to comment