aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-27fanotify: sanitize handle_type values when reporting fidAmir Goldstein1-1/+7
2025-05-19fanotify: support watching filesystems and mounts inside usernsAmir Goldstein1-0/+1
2025-05-14fanotify: Drop use of flex array in fanotify_fhJan Kara1-1/+1
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi1-3/+35
2024-12-10fanotify: allow to set errno in FAN_DENY permission responseAmir Goldstein1-4/+13
2024-12-10fanotify: introduce FAN_PRE_ACCESS permission eventAmir Goldstein1-1/+2
2024-12-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein1-2/+9
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-03-07fanotify: allow freeze when waiting response for permission eventsWinston Wen1-2/+4
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein1-12/+3
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein1-14/+5
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein1-1/+1
2023-05-25fanotify: support reporting non-decodeable file handlesAmir Goldstein1-2/+2
2023-05-22exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein1-2/+2
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 Briggs1-1/+4
2022-09-01fs/notify: constify pathAl Viro1-1/+1
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein1-8/+11
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein1-9/+1
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein1-10/+4
2021-12-15fanotify: wire up FAN_RENAME eventAmir Goldstein1-1/+1
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein1-0/+7
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 Goldstein1-4/+16
2021-12-15fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein1-16/+19
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein1-1/+1
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein1-12/+36
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein1-3/+3
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi1-1/+1
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/+11
2021-10-27fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi1-1/+11
2021-10-27fanotify: Support merging of error eventsGabriel Krisman Bertazi1-2/+24
2021-10-27fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi1-0/+35
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi1-0/+3
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi1-0/+1
2021-10-27fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi1-1/+8
2021-10-27fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi1-2/+6
2021-10-27fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi1-1/+1
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi1-1/+2
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi1-2/+2
2021-10-27fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi1-2/+4
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-5/+11
2021-03-16fanotify: limit number of event merge attemptsAmir Goldstein1-0/+6
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein1-7/+33
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein1-26/+61
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein1-13/+12
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein1-4/+3
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-2/+3