summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)AuthorFilesLines
2024-04-10fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2024-04-10fs/notify: constify pathAl Viro3-5/+5
2024-04-10fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-10/+55
2024-04-10fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-9/+21
2024-04-10fanotify: prepare for setting event flags in ignore maskAmir Goldstein2-17/+23
2024-04-10fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-15/+15
2024-04-10fanotify: fix incorrect fmode_t castsVasily Averin1-2/+2
2024-04-10fsnotify: consistent behavior for parent not watching childrenAmir Goldstein1-9/+1
2024-04-10fsnotify: introduce mark type iteratorAmir Goldstein1-10/+4
2024-04-10fanotify: enable "evictable" inode marksAmir Goldstein1-1/+1
2024-04-10fanotify: use fsnotify group lock helpersAmir Goldstein1-7/+7
2024-04-10fanotify: implement "evictable" inode marksAmir Goldstein2-2/+38
2024-04-10fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein1-22/+25
2024-04-10fanotify: create helper fanotify_mark_user_flags()Amir Goldstein1-0/+10
2024-04-10fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+2
2024-04-10fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein1-0/+13
2024-04-10fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-7/+25
2024-04-10fsnotify: fix merge with parent's ignored maskAmir Goldstein1-8/+9
2024-04-10fanotify: wire up FAN_RENAME eventAmir Goldstein2-1/+9
2024-04-10fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein3-5/+72
2024-04-10fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein1-15/+44
2024-04-10fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein1-4/+38
2024-04-10fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein3-14/+88
2024-04-10fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein2-16/+39
2024-04-10fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein2-12/+31
2024-04-10fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2-13/+46
2024-04-10fsnotify: separate mark iterator type from object type enumAmir Goldstein1-3/+3
2024-04-10fsnotify: clarify object type argumentAmir Goldstein1-4/+4
2024-04-10fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2-1/+5
2024-04-10fanotify: Emit generic error info for error eventGabriel Krisman Bertazi3-0/+38
2024-04-10fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi3-3/+25
2024-04-10fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi1-1/+11
2024-04-10fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2-6/+17
2024-04-10fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi1-3/+9
2024-04-10fanotify: Support merging of error eventsGabriel Krisman Bertazi2-3/+27
2024-04-10fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2-0/+41
2024-04-10fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi3-1/+39
2024-04-10fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi1-0/+1
2024-04-10fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi1-6/+6
2024-04-10fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi1-1/+8
2024-04-10fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi1-2/+6
2024-04-10fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi1-1/+1
2024-04-10fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi1-1/+2
2024-04-10fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi1-2/+2
2024-04-10fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi1-1/+2
2024-04-10fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi1-9/+18
2024-04-10fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi1-15/+20
2024-04-10fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi1-2/+4
2023-07-23fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein1-2/+20
2022-02-05fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3