summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)Author
2023-04-03fanotify: use pidfd_prepare()Christian Brauner
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs
2022-09-01fs/notify: constify pathAl Viro
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein
2022-04-25fanotify: enable "evictable" inode marksAmir Goldstein
2022-04-25fanotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein
2022-02-01fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni
2022-01-20fanotify: remove variable set but not usedYang Li
2021-12-15fanotify: wire up FAN_RENAME eventAmir Goldstein
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein
2021-12-15fsnotify: clarify object type argumentAmir Goldstein
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi
2021-10-27fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi
2021-10-27fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi
2021-10-27fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-10fanotify: add pidfd support to the fanotify APIMatthew Bobrowski
2021-08-10fanotify: introduce a generic info record copying helperMatthew Bobrowski
2021-08-10fanotify: minor cosmetic adjustments to fid labelsMatthew Bobrowski
2021-08-09ucounts: add missing data type changesSven Schnelle
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein
2021-03-25fanotify_user: use upper_32_bits() to verify maskChristian Brauner
2021-03-16fanotify: support limited functionality for unprivileged usersAmir Goldstein
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-24fs: add file and path permissions helpersChristian Brauner