summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein3-33/+100
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein3-18/+29
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+4
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-10-24exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein1-2/+2
2023-10-19fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein1-8/+17
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-4/+4
2023-10-10fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroAlexey Dobriyan1-2/+2
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-0/+14
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein1-1/+1
2023-05-25fanotify: support reporting non-decodeable file handlesAmir Goldstein2-6/+5
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein1-2/+2
2023-04-03fanotify: use pidfd_prepare()Christian Brauner1-4/+9
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs1-1/+2
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs3-22/+73
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs2-4/+4
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2022-09-02fs/notify: constify pathAl Viro3-5/+5
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein2-17/+23
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-15/+19
2022-05-26Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-52/+88
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin1-2/+2
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein1-9/+1
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein1-10/+4
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein1-0/+13
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein1-1/+1
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein1-7/+7
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein2-2/+38
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein1-22/+25
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir Goldstein1-0/+10
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+2
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-7/+25
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein1-8/+9
2022-02-01fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni1-1/+9
2022-01-20fanotify: remove variable set but not usedYang Li1-3/+0
2021-12-15fanotify: wire up FAN_RENAME eventAmir Goldstein2-1/+9
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein3-5/+72
2021-12-15fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein1-15/+44
2021-12-15fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein1-4/+38
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein3-14/+88
2021-12-15fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein2-16/+39
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein2-12/+31