aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+0
2022-09-26fanotify: Remove obsoleted fanotify_event_has_path()Gravatar Gaosheng Cui 1-6/+0
2022-09-01fs/notify: constify pathGravatar Al Viro 3-5/+5
2022-07-01fanotify: introduce FAN_MARK_IGNOREGravatar Amir Goldstein 2-10/+55
2022-07-01fanotify: cleanups for fanotify_mark() input validationsGravatar Amir Goldstein 1-9/+21
2022-07-01fanotify: prepare for setting event flags in ignore maskGravatar Amir Goldstein 2-17/+23
2022-06-28fanotify: refine the validation checks on non-dir inode maskGravatar Amir Goldstein 1-15/+19
2022-05-25Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-52/+88
2022-05-23fanotify: fix incorrect fmode_t castsGravatar Vasily Averin 1-2/+2
2022-05-18fsnotify: consistent behavior for parent not watching childrenGravatar Amir Goldstein 1-9/+1
2022-05-18fsnotify: introduce mark type iteratorGravatar Amir Goldstein 1-10/+4
2022-05-09fanotify: do not allow setting dirent events in mask of non-dirGravatar Amir Goldstein 1-0/+13
2022-04-25fanotify: enable "evictable" inode marksGravatar Amir Goldstein 1-1/+1
2022-04-25fanotify: use fsnotify group lock helpersGravatar Amir Goldstein 1-7/+7
2022-04-25fanotify: implement "evictable" inode marksGravatar Amir Goldstein 2-2/+38
2022-04-25fanotify: factor out helper fanotify_mark_update_flags()Gravatar Amir Goldstein 1-22/+25
2022-04-25fanotify: create helper fanotify_mark_user_flags()Gravatar Amir Goldstein 1-0/+10
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Gravatar Amir Goldstein 1-1/+2
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksGravatar Amir Goldstein 1-7/+25
2022-02-24fsnotify: fix merge with parent's ignored maskGravatar Amir Goldstein 1-8/+9
2022-02-01fanotify: Fix stale file descriptor in copy_event_to_user()Gravatar Dan Carpenter 1-3/+3
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Gravatar Xiaoming Ni 1-1/+9
2022-01-20fanotify: remove variable set but not usedGravatar Yang Li 1-3/+0
2021-12-15fanotify: wire up FAN_RENAME eventGravatar Amir Goldstein 2-1/+9
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventGravatar Amir Goldstein 3-5/+72
2021-12-15fanotify: record either old name new name or both for FAN_RENAMEGravatar Amir Goldstein 1-15/+44
2021-12-15fanotify: record old and new parent and name in FAN_RENAME eventGravatar Amir Goldstein 1-4/+38
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoGravatar Amir Goldstein 3-14/+88
2021-12-15fanotify: use helpers to parcel fanotify_info bufferGravatar Amir Goldstein 2-16/+39
2021-12-15fanotify: use macros to get the offset to fanotify_info bufferGravatar Amir Goldstein 2-12/+31
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDGravatar Amir Goldstein 2-13/+46
2021-12-15fsnotify: separate mark iterator type from object type enumGravatar Amir Goldstein 1-3/+3
2021-12-15fsnotify: clarify object type argumentGravatar Amir Goldstein 1-4/+4
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGravatar Gabriel Krisman Bertazi 2-1/+5
2021-10-27fanotify: Emit generic error info for error eventGravatar Gabriel Krisman Bertazi 3-0/+38
2021-10-27fanotify: Report fid info for file related file system errorsGravatar Gabriel Krisman Bertazi 3-3/+25
2021-10-27fanotify: WARN_ON against too large file handlesGravatar Gabriel Krisman Bertazi 1-1/+11
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGravatar Gabriel Krisman Bertazi 2-6/+17
2021-10-27fanotify: Wrap object_fh inline space in a creator macroGravatar Gabriel Krisman Bertazi 1-3/+9
2021-10-27fanotify: Support merging of error eventsGravatar Gabriel Krisman Bertazi 2-3/+27
2021-10-27fanotify: Support enqueueing of error eventsGravatar Gabriel Krisman Bertazi 2-0/+41
2021-10-27fanotify: Pre-allocate pool of error eventsGravatar Gabriel Krisman Bertazi 3-1/+39
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGravatar Gabriel Krisman Bertazi 1-0/+1
2021-10-27fanotify: Require fid_mode for any non-fd eventGravatar Gabriel Krisman Bertazi 1-6/+6
2021-10-27fanotify: Encode empty file handle when no inode is providedGravatar Gabriel Krisman Bertazi 1-1/+8
2021-10-27fanotify: Allow file handle encoding for unhashed eventsGravatar Gabriel Krisman Bertazi 1-2/+6
2021-10-27fanotify: Support null inode event in fanotify_dfid_inodeGravatar Gabriel Krisman Bertazi 1-1/+1
2021-10-27fsnotify: Pass group argument to free_eventGravatar Gabriel Krisman Bertazi 1-1/+2
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGravatar Gabriel Krisman Bertazi 1-2/+2