Age | Commit message (Expand) | Author | Files | Lines |
2025-04-24 | fanotify: fix flush of mntns marks | Amir Goldstein | 1 | -6/+1 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 7 | -27/+195 |
2025-02-07 | fsnotify: use accessor to set FMODE_NONOTIFY_* | Amir Goldstein | 1 | -6/+12 |
2025-02-05 | fanotify: notify on mount attach and detach | Miklos Szeredi | 4 | -17/+133 |
2025-02-04 | fsnotify: add mount notification infrastructure | Miklos Szeredi | 3 | -10/+62 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 3 | -3/+3 |
2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -39/+240 |
2025-01-23 | Merge tag 'fsnotify_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2025-01-06 | fanotify: Fix crash in fanotify_init(2) | Jan Kara | 1 | -1/+1 |
2024-12-19 | fs: relax assertions on failure to encode file handles | Amir Goldstein | 1 | -3/+1 |
2024-12-18 | inotify: Use strscpy() for event->name copies | Kees Cook | 1 | -1/+1 |
2024-12-10 | fanotify: allow to set errno in FAN_DENY permission response | Amir Goldstein | 3 | -6/+45 |
2024-12-10 | fanotify: report file range info with pre-content events | Amir Goldstein | 2 | -0/+46 |
2024-12-10 | fanotify: introduce FAN_PRE_ACCESS permission event | Amir Goldstein | 2 | -6/+32 |
2024-12-10 | fsnotify: pass optional file access range in pre-content event | Amir Goldstein | 3 | -2/+29 |
2024-12-10 | fsnotify: introduce pre-content permission events | Amir Goldstein | 1 | -1/+1 |
2024-12-10 | fanotify: rename a misnamed constant | Amir Goldstein | 1 | -5/+5 |
2024-12-10 | fanotify: don't skip extra event info if no info_mode is set | Josef Bacik | 1 | -9/+4 |
2024-12-10 | fsnotify: check if file is actually being watched for pre-content events on open | Amir Goldstein | 1 | -3/+26 |
2024-12-10 | fsnotify: opt-in for permission events at file open time | Amir Goldstein | 1 | -0/+38 |
2024-12-09 | fs: get rid of __FMODE_NONOTIFY kludge | Al Viro | 1 | -9/+16 |
2024-11-21 | Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -51/+70 |
2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -54/+28 |
2024-11-18 | fsnotify: Fix ordering of iput() and watched_objects decrement | Jann Horn | 1 | -3/+9 |
2024-11-13 | fsnotify: fix sending inotify event with unexpected filename | Amir Goldstein | 1 | -10/+13 |
2024-11-03 | fdget(), more trivial conversions | Al Viro | 2 | -32/+18 |
2024-11-03 | fdget(), trivial conversions | Al Viro | 2 | -22/+10 |
2024-10-16 | fanotify: allow reporting errors on failure to open fd | Amir Goldstein | 1 | -37/+48 |
2024-10-14 | fsnotify, lsm: Decouple fsnotify from lsm | Song Liu | 1 | -1/+0 |
2024-10-07 | remove pointless includes of <linux/fdtable.h> | Al Viro | 2 | -2/+0 |
2024-10-07 | get rid of ...lookup...fdget_rcu() family | Al Viro | 1 | -4/+1 |
2024-10-02 | inotify: Fix possible deadlock in fsnotify_destroy_mark | Lizhi Xu | 3 | -14/+2 |
2024-10-02 | fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_... | Jan Kara | 3 | -12/+19 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -12/+12 |
2024-08-28 | file: reclaim 24 bytes from f_owner | Christian Brauner | 1 | -1/+5 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 2 | -12/+12 |
2024-06-05 | fsnotify: clear PARENT_WATCHED flags lazily | Amir Goldstein | 3 | -14/+51 |
2024-05-20 | Revert "fanotify: remove unneeded sub-zero check for unsigned value" | Linus Torvalds | 1 | -1/+1 |
2024-04-17 | fsnotify: fix UAF from FS_ERROR event on a shutting down filesystem | Amir Goldstein | 1 | -1/+5 |
2024-04-04 | fsnotify: optimize the case of no permission event watchers | Amir Goldstein | 2 | -3/+30 |
2024-04-04 | fsnotify: use an enum for group priority constants | Amir Goldstein | 1 | -6/+5 |
2024-04-04 | fsnotify: lazy attach fsnotify_sb_info state to sb | Amir Goldstein | 3 | -5/+52 |
2024-04-04 | fsnotify: create helper fsnotify_update_sb_watchers() | Amir Goldstein | 1 | -14/+22 |
2024-04-04 | fsnotify: pass object pointer and type to fsnotify mark helpers | Amir Goldstein | 3 | -99/+47 |
2024-04-04 | fanotify: merge two checks regarding add of ignore mark | Amir Goldstein | 1 | -18/+17 |
2024-04-04 | fsnotify: create a wrapper fsnotify_find_inode_mark() | Amir Goldstein | 2 | -3/+3 |
2024-04-04 | fsnotify: create helpers to get sb and connp from object | Amir Goldstein | 2 | -0/+30 |
2024-04-04 | fsnotify: rename fsnotify_{get,put}_sb_connectors() | Amir Goldstein | 2 | -32/+39 |
2024-03-26 | fsnotify: Avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -12/+8 |
2024-03-25 | fanotify: remove unneeded sub-zero check for unsigned value | Nikita Kiryushin | 1 | -1/+1 |
2024-03-07 | fanotify: allow freeze when waiting response for permission events | Winston Wen | 1 | -2/+4 |
2024-01-24 | fsnotify: optimize the case of no parent watcher | Amir Goldstein | 1 | -11/+17 |
2024-01-11 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 3 | -3/+0 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 3 | -3/+0 |
2023-12-01 | fanotify: allow "weak" fsid when watching a single filesystem | Amir Goldstein | 3 | -33/+100 |
2023-12-01 | fanotify: store fsid in mark instead of in connector | Amir Goldstein | 4 | -62/+37 |
2023-11-25 | dentry: switch the lists of children to hlist | Al Viro | 1 | -1/+1 |
2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -2/+2 |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -8/+8 |
2023-11-02 | Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2023-10-30 | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 1 | -2/+4 |
2023-10-24 | exportfs: add helpers to check if filesystem can encode/decode file handles | Amir Goldstein | 1 | -2/+2 |
2023-10-19 | fanotify: limit reporting of event with non-decodeable file handles | Amir Goldstein | 1 | -8/+17 |
2023-10-19 | file: convert to SLAB_TYPESAFE_BY_RCU | Christian Brauner | 1 | -2/+4 |
2023-10-18 | treewide: mark stuff as __ro_after_init | Alexey Dobriyan | 3 | -8/+8 |
2023-10-10 | fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro | Alexey Dobriyan | 1 | -2/+2 |
2023-07-10 | dnotify: Pass argument of fcntl_dirnotify as int | Luca Vizzarro | 1 | -2/+2 |
2023-07-04 | fanotify: disallow mount/sb marks on kernel internal pseudo fs | Amir Goldstein | 1 | -0/+14 |
2023-05-25 | exportfs: check for error return value from exportfs_encode_*() | Amir Goldstein | 1 | -1/+1 |
2023-05-25 | fanotify: support reporting non-decodeable file handles | Amir Goldstein | 2 | -6/+5 |
2023-05-22 | exportfs: add explicit flag to request non-decodeable file handles | Amir Goldstein | 2 | -3/+3 |
2023-04-25 | inotify: Avoid reporting event with invalid wd | Jan Kara | 1 | -2/+9 |
2023-04-03 | fanotify: use pidfd_prepare() | Christian Brauner | 1 | -4/+9 |
2023-02-21 | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2023-02-07 | fanotify,audit: Allow audit to use the full permission event response | Richard Guy Briggs | 1 | -1/+2 |
2023-02-07 | fanotify: define struct members to hold response decision context | Richard Guy Briggs | 3 | -22/+73 |
2023-02-07 | fanotify: Ensure consistent variable type for response | Richard Guy Briggs | 2 | -4/+4 |
2023-02-02 | fs/notify: Remove "select SRCU" | Paul E. McKenney | 1 | -1/+0 |
2022-10-07 | Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -10/+0 |
2022-09-26 | fanotify: Remove obsoleted fanotify_event_has_path() | Gaosheng Cui | 1 | -6/+0 |
2022-09-09 | fsnotify: remove unused declaration | Gaosheng Cui | 1 | -4/+0 |
2022-09-01 | fs/notify: constify path | Al Viro | 3 | -5/+5 |
2022-07-26 | fsnotify: Fix comment typo | Xin Gao | 1 | -1/+1 |
2022-07-01 | fanotify: introduce FAN_MARK_IGNORE | Amir Goldstein | 2 | -10/+55 |
2022-07-01 | fanotify: cleanups for fanotify_mark() input validations | Amir Goldstein | 1 | -9/+21 |
2022-07-01 | fanotify: prepare for setting event flags in ignore mask | Amir Goldstein | 4 | -29/+38 |
2022-07-01 | fs: inotify: Fix typo in inotify comment | Oliver Ford | 1 | -1/+1 |
2022-06-28 | fanotify: refine the validation checks on non-dir inode mask | Amir Goldstein | 1 | -15/+19 |
2022-05-25 | Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -186/+289 |
2022-05-23 | fanotify: fix incorrect fmode_t casts | Vasily Averin | 1 | -2/+2 |
2022-05-18 | fsnotify: consistent behavior for parent not watching children | Amir Goldstein | 2 | -24/+20 |
2022-05-18 | fsnotify: introduce mark type iterator | Amir Goldstein | 2 | -37/+30 |
2022-05-09 | fanotify: do not allow setting dirent events in mask of non-dir | Amir Goldstein | 1 | -0/+13 |
2022-04-25 | fanotify: enable "evictable" inode marks | Amir Goldstein | 1 | -1/+1 |
2022-04-25 | fanotify: use fsnotify group lock helpers | Amir Goldstein | 1 | -7/+7 |
2022-04-25 | fanotify: implement "evictable" inode marks | Amir Goldstein | 2 | -2/+38 |
2022-04-25 | fanotify: factor out helper fanotify_mark_update_flags() | Amir Goldstein | 1 | -22/+25 |
2022-04-25 | fanotify: create helper fanotify_mark_user_flags() | Amir Goldstein | 2 | -4/+12 |
2022-04-25 | fsnotify: allow adding an inode mark without pinning inode | Amir Goldstein | 1 | -20/+56 |
2022-04-25 | dnotify: use fsnotify group lock helpers | Amir Goldstein | 1 | -6/+7 |
2022-04-25 | inotify: use fsnotify group lock helpers | Amir Goldstein | 1 | -2/+2 |
2022-04-25 | fsnotify: create helpers for group mark_mutex lock | Amir Goldstein | 3 | -15/+24 |
2022-04-25 | fsnotify: make allow_dups a property of the group | Amir Goldstein | 1 | -6/+6 |
2022-04-25 | fsnotify: pass flags argument to fsnotify_alloc_group() | Amir Goldstein | 4 | -15/+14 |
2022-04-25 | fsnotify: fix wrong lockdep annotations | Amir Goldstein | 1 | -3/+3 |
2022-04-25 | inotify: move control flags from mask to mark flags | Amir Goldstein | 4 | -19/+36 |
2022-04-25 | inotify: show inotify mask flags in proc fdinfo | Amir Goldstein | 3 | -10/+15 |
2022-03-14 | fsnotify: remove redundant parameter judgment | Bang Li | 1 | -4/+2 |
2022-02-24 | fsnotify: optimize FS_MODIFY events with no ignored masks | Amir Goldstein | 2 | -10/+30 |
2022-02-24 | fsnotify: fix merge with parent's ignored mask | Amir Goldstein | 2 | -10/+11 |
2022-02-01 | fanotify: Fix stale file descriptor in copy_event_to_user() | Dan Carpenter | 1 | -3/+3 |
2022-01-28 | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+0 |
2022-01-22 | inotify: simplify subdirectory registration with register_sysctl() | Xiaoming Ni | 2 | -2/+19 |
2022-01-22 | dnotify: move dnotify sysctl to dnotify.c | Xiaoming Ni | 1 | -1/+20 |
2022-01-20 | fanotify: remove variable set but not used | Yang Li | 1 | -3/+0 |
2021-12-15 | fanotify: wire up FAN_RENAME event | Amir Goldstein | 2 | -1/+9 |
2021-12-15 | fanotify: report old and/or new parent+name in FAN_RENAME event | Amir Goldstein | 3 | -5/+72 |
2021-12-15 | fanotify: record either old name new name or both for FAN_RENAME | Amir Goldstein | 1 | -15/+44 |
2021-12-15 | fanotify: record old and new parent and name in FAN_RENAME event | Amir Goldstein | 1 | -4/+38 |
2021-12-15 | fanotify: support secondary dir fh and name in fanotify_info | Amir Goldstein | 3 | -14/+88 |
2021-12-15 | fanotify: use helpers to parcel fanotify_info buffer | Amir Goldstein | 2 | -16/+39 |
2021-12-15 | fanotify: use macros to get the offset to fanotify_info buffer | Amir Goldstein | 2 | -12/+31 |
2021-12-15 | fsnotify: generate FS_RENAME event with rich information | Amir Goldstein | 2 | -9/+30 |
2021-12-15 | fanotify: introduce group flag FAN_REPORT_TARGET_FID | Amir Goldstein | 2 | -13/+46 |
2021-12-15 | fsnotify: separate mark iterator type from object type enum | Amir Goldstein | 3 | -14/+14 |
2021-12-15 | fsnotify: clarify object type argument | Amir Goldstein | 3 | -17/+20 |
2021-10-27 | fanotify: Allow users to request FAN_FS_ERROR events | Gabriel Krisman Bertazi | 2 | -1/+5 |
2021-10-27 | fanotify: Emit generic error info for error event | Gabriel Krisman Bertazi | 3 | -0/+38 |
2021-10-27 | fanotify: Report fid info for file related file system errors | Gabriel Krisman Bertazi | 3 | -3/+25 |
2021-10-27 | fanotify: WARN_ON against too large file handles | Gabriel Krisman Bertazi | 1 | -1/+11 |
2021-10-27 | fanotify: Add helpers to decide whether to report FID/DFID | Gabriel Krisman Bertazi | 2 | -6/+17 |
2021-10-27 | fanotify: Wrap object_fh inline space in a creator macro | Gabriel Krisman Bertazi | 1 | -3/+9 |
2021-10-27 | fanotify: Support merging of error events | Gabriel Krisman Bertazi | 2 | -3/+27 |
2021-10-27 | fanotify: Support enqueueing of error events | Gabriel Krisman Bertazi | 2 | -0/+41 |
2021-10-27 | fanotify: Pre-allocate pool of error events | Gabriel Krisman Bertazi | 3 | -1/+39 |
2021-10-27 | fanotify: Reserve UAPI bits for FAN_FS_ERROR | Gabriel Krisman Bertazi | 1 | -0/+1 |
2021-10-27 | fanotify: Require fid_mode for any non-fd event | Gabriel Krisman Bertazi | 1 | -6/+6 |
2021-10-27 | fanotify: Encode empty file handle when no inode is provided | Gabriel Krisman Bertazi | 1 | -1/+8 |
2021-10-27 | fanotify: Allow file handle encoding for unhashed events | Gabriel Krisman Bertazi | 1 | -2/+6 |
2021-10-27 | fanotify: Support null inode event in fanotify_dfid_inode | Gabriel Krisman Bertazi | 1 | -1/+1 |
2021-10-27 | fsnotify: Pass group argument to free_event | Gabriel Krisman Bertazi | 4 | -4/+6 |
2021-10-27 | fsnotify: Protect fsnotify_handle_inode_event from no-inode events | Gabriel Krisman Bertazi | 1 | -0/+3 |
2021-10-27 | fsnotify: Retrieve super block from the data field | Gabriel Krisman Bertazi | 1 | -4/+3 |
2021-10-27 | fsnotify: Add wrapper around fsnotify_add_event | Gabriel Krisman Bertazi | 3 | -9/+9 |
2021-10-27 | fsnotify: Add helper to detect overflow_event | Gabriel Krisman Bertazi | 1 | -1/+2 |
2021-10-27 | inotify: Don't force FS_IN_IGNORED | Gabriel Krisman Bertazi | 1 | -3/+3 |
2021-10-27 | fanotify: Split fsid check from other fid mode checks | Gabriel Krisman Bertazi | 1 | -9/+18 |
2021-10-27 | fanotify: Fold event size calculation to its own function | Gabriel Krisman Bertazi | 1 | -15/+20 |
2021-10-27 | fsnotify: Don't insert unmergeable events in hashtable | Gabriel Krisman Bertazi | 1 | -2/+4 |
2021-09-10 | fsnotify: fix sb_connectors leak | Amir Goldstein | 1 | -0/+1 |
2021-08-30 | Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -89/+235 |
2021-08-11 | fsnotify: count all objects with attached connectors | Amir Goldstein | 3 | -6/+39 |
2021-08-11 | fsnotify: count s_fsnotify_inode_refs for attached connectors | Amir Goldstein | 1 | -11/+18 |
2021-08-11 | fsnotify: replace igrab() with ihold() on attach connector | Amir Goldstein | 1 | -2/+5 |
2021-08-10 | fanotify: add pidfd support to the fanotify API | Matthew Bobrowski | 1 | -4/+81 |
2021-08-10 | fanotify: introduce a generic info record copying helper | Matthew Bobrowski | 1 | -67/+88 |
2021-08-10 | fanotify: minor cosmetic adjustments to fid labels | Matthew Bobrowski | 1 | -14/+19 |
2021-08-09 | ucounts: add missing data type changes | Sven Schnelle | 2 | -12/+22 |
2021-06-14 | fanotify: fix copy_event_to_user() fid error clean up | Matthew Bobrowski | 1 | -2/+2 |
2021-05-25 | fanotify: fix permission model of unprivileged group | Amir Goldstein | 2 | -7/+25 |
2021-03-25 | fanotify_user: use upper_32_bits() to verify mask | Christian Brauner | 1 | -1/+1 |
2021-03-16 | fanotify: support limited functionality for unprivileged users | Amir Goldstein | 2 | -3/+29 |
2021-03-16 | fanotify: configurable limits via sysfs | Amir Goldstein | 4 | -30/+114 |
2021-03-16 | fanotify: limit number of event merge attempts | Amir Goldstein | 1 | -0/+6 |
2021-03-16 | fsnotify: use hash table for faster events merge | Amir Goldstein | 5 | -17/+116 |
2021-03-16 | fanotify: mix event info and pid into merge key hash | Amir Goldstein | 2 | -26/+66 |
2021-03-16 | fanotify: reduce event objectid to 29-bit hash | Amir Goldstein | 4 | -18/+27 |
2021-03-16 | fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue | Amir Goldstein | 3 | -36/+37 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -2/+2 |
2021-02-22 | Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -8/+23 |
2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 2 | -2/+2 |
2021-01-05 | inotify, memcg: account inotify instances to kmemcg | Shakeel Butt | 3 | -8/+23 |
2020-12-28 | fanotify: Fix sys_fanotify_mark() on native x86-32 | Brian Gerst | 1 | -10/+7 |
2020-12-17 | Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -96/+111 |
2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2020-12-11 | fsnotify: fix events reported to watching parent and child | Amir Goldstein | 2 | -37/+54 |
2020-12-10 | file: Rename fcheck lookup_fd_rcu | Eric W. Biederman | 1 | -1/+1 |
2020-12-03 | inotify: convert to handle_inode_event() interface | Amir Goldstein | 3 | -54/+14 |
2020-12-03 | fsnotify: generalize handle_inode_event() | Amir Goldstein | 2 | -8/+25 |
2020-11-09 | inotify: Increase default inotify.max_user_watches limit to 1048576 | Waiman Long | 1 | -1/+22 |
2020-11-09 | fanotify: fix logic of reporting name info with watched parent | Amir Goldstein | 1 | -5/+7 |
2020-10-18 | mm, memcg: rework remote charging API to support nesting | Roman Gushchin | 2 | -4/+6 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-28 | fanotify: compare fsid when merging name event | Jan Kara | 1 | -0/+3 |
2020-07-27 | fsnotify: create method handle_inode_event() in fsnotify_operations | Amir Goldstein | 2 | -32/+58 |
2020-07-27 | fanotify: report parent fid + child fid | Amir Goldstein | 2 | -16/+15 |
2020-07-27 | fanotify: report parent fid + name + child fid | Amir Goldstein | 3 | -6/+32 |
2020-07-27 | fanotify: add support for FAN_REPORT_NAME | Amir Goldstein | 2 | -10/+53 |
2020-07-27 | fanotify: report events with parent dir fid to sb/mount/non-dir marks | Amir Goldstein | 1 | -0/+7 |
2020-07-27 | fanotify: add basic support for FAN_REPORT_DIR_FID | Amir Goldstein | 2 | -12/+93 |
2020-07-27 | fsnotify: send event with parent/name info to sb/mount/non-dir marks | Amir Goldstein | 1 | -13/+61 |
2020-07-27 | inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask | Amir Goldstein | 1 | -6/+8 |
2020-07-27 | fsnotify: pass dir and inode arguments to fsnotify() | Amir Goldstein | 1 | -16/+38 |
2020-07-27 | fsnotify: create helper fsnotify_inode() | Amir Goldstein | 1 | -1/+1 |
2020-07-27 | fsnotify: send event to parent and child with single callback | Amir Goldstein | 2 | -29/+39 |
2020-07-27 | inotify: report both events on parent and child with single callback | Amir Goldstein | 1 | -9/+35 |
2020-07-27 | dnotify: report both events on parent and child with single callback | Amir Goldstein | 1 | -13/+29 |
2020-07-27 | fanotify: no external fh buffer in fanotify_name_event | Amir Goldstein | 2 | -28/+59 |
2020-07-27 | fanotify: use struct fanotify_info to parcel the variable size buffer | Amir Goldstein | 3 | -43/+139 |