summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify.h
AgeCommit message (Expand)Author
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein
2023-10-10fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macroAlexey Dobriyan
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-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui
2022-09-01fs/notify: constify pathAl Viro
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir 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: use helpers to parcel fanotify_info bufferAmir Goldstein
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein
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: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi
2021-10-27fanotify: Support merging of error eventsGabriel Krisman Bertazi
2021-10-27fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi
2021-10-27fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein
2020-07-15fanotify: create overflow event typeAmir Goldstein
2020-05-08fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara
2020-03-25fanotify: Store fanotify handles differentlyJan Kara
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara
2019-02-18fanotify: Track permission event stateJan Kara
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein
2019-02-07fanotify: copy event fid info to userAmir Goldstein
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara