summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify.c
AgeCommit message (Expand)Author
2024-03-07fanotify: allow freeze when waiting response for permission eventsWinston Wen
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-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein
2023-05-25fanotify: support reporting non-decodeable file handlesAmir Goldstein
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs
2022-09-01fs/notify: constify pathAl Viro
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein
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: record either old name new name or both for FAN_RENAMEAmir Goldstein
2021-12-15fanotify: record old and new parent and 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-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein
2021-12-15fsnotify: separate mark iterator type from object type enumAmir 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: WARN_ON against too large file handlesGabriel 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-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi
2021-10-27fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi
2021-10-27fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi
2021-10-27fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi
2021-10-27fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2021-03-16fanotify: limit number of event merge attemptsAmir Goldstein
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-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-07-28fanotify: compare fsid when merging name eventJan Kara
2020-07-27fanotify: report parent fid + child fidAmir Goldstein
2020-07-27fanotify: report parent fid + name + child fidAmir Goldstein
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein
2020-07-27fsnotify: send event to parent and child with single callbackAmir 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