aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/notify/fanotify/fanotify.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-6/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2022-09-01fs/notify: constify pathAl Viro1-1/+1
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein1-0/+2
2022-04-25fanotify: implement "evictable" inode marksAmir Goldstein1-0/+2
2022-04-25fanotify: create helper fanotify_mark_user_flags()Amir Goldstein1-0/+10
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein1-0/+18
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein1-8/+71
2021-12-15fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein1-0/+20
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein1-11/+30
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi1-0/+1
2021-10-27fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi1-0/+9
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi1-0/+10
2021-10-27fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi1-3/+9
2021-10-27fanotify: Support merging of error eventsGabriel Krisman Bertazi1-1/+3
2021-10-27fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi1-0/+6
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi1-0/+11
2021-10-27fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi1-1/+2
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein1-0/+25
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein1-0/+5
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein1-3/+13
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein1-1/+7
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein1-5/+7
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein1-13/+78
2020-07-15fanotify: create overflow event typeAmir Goldstein1-6/+9
2020-05-08fanotify: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein1-1/+39
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara1-5/+0
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara1-27/+50
2020-03-25fanotify: Store fanotify handles differentlyJan Kara1-53/+62
2019-02-18fanotify: Use interruptible wait when waiting for permission eventsJan Kara1-1/+2
2019-02-18fanotify: Track permission event stateJan Kara1-1/+9
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein1-1/+1
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein1-2/+3
2019-02-07fanotify: copy event fid info to userAmir Goldstein1-0/+5
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein1-3/+75
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein1-8/+8
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein1-0/+1
2018-10-08fanotify: support reporting thread id instead of process idAmir Goldstein1-1/+1
2018-10-04fanotify: deprecate uapi FAN_ALL_* constantsAmir Goldstein1-1/+1
2018-02-27fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara1-1/+2
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefsMiklos Szeredi1-2/+6
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-0/+1
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro1-1/+1
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara1-7/+27
2014-01-29fanotify: Fix use after free for permission eventsJan Kara1-0/+7
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-0/+23