summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
Commit message (Expand)AuthorAgeFilesLines
* fanotify: use pidfd_prepare()Christian Brauner2023-04-031-4/+9
* fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs2023-02-071-1/+2
* fanotify: define struct members to hold response decision contextRichard Guy Briggs2023-02-073-22/+73
* fanotify: Ensure consistent variable type for responseRichard Guy Briggs2023-02-072-4/+4
* Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-071-6/+0
|\
| * fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui2022-09-261-6/+0
* | fs/notify: constify pathAl Viro2022-09-013-5/+5
|/
* fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2022-07-012-10/+55
* fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein2022-07-011-9/+21
* fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-012-17/+23
* fanotify: refine the validation checks on non-dir inode maskAmir Goldstein2022-06-281-15/+19
* Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-253-52/+88
|\
| * fanotify: fix incorrect fmode_t castsVasily Averin2022-05-231-2/+2
| * fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2022-05-181-9/+1
| * fsnotify: introduce mark type iteratorAmir Goldstein2022-05-181-10/+4
| * fanotify: enable "evictable" inode marksAmir Goldstein2022-04-251-1/+1
| * fanotify: use fsnotify group lock helpersAmir Goldstein2022-04-251-7/+7
| * fanotify: implement "evictable" inode marksAmir Goldstein2022-04-252-2/+38
| * fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein2022-04-251-22/+25
| * fanotify: create helper fanotify_mark_user_flags()Amir Goldstein2022-04-251-0/+10
| * fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2022-04-251-1/+2
* | fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein2022-05-091-0/+13
|/
* fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein2022-02-241-7/+25
* fsnotify: fix merge with parent's ignored maskAmir Goldstein2022-02-241-8/+9
* fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter2022-02-011-3/+3
* Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-3/+0
|\
| * fanotify: remove variable set but not usedYang Li2022-01-201-3/+0
* | inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-221-1/+9
|/
* fanotify: wire up FAN_RENAME eventAmir Goldstein2021-12-152-1/+9
* fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein2021-12-153-5/+72
* fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein2021-12-151-15/+44
* fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein2021-12-151-4/+38
* fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein2021-12-153-14/+88
* fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein2021-12-152-16/+39
* fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein2021-12-152-12/+31
* fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2021-12-152-13/+46
* fsnotify: separate mark iterator type from object type enumAmir Goldstein2021-12-151-3/+3
* fsnotify: clarify object type argumentAmir Goldstein2021-12-151-4/+4
* fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-272-1/+5
* fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-273-0/+38
* fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi2021-10-273-3/+25
* fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi2021-10-271-1/+11
* fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2021-10-272-6/+17
* fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi2021-10-271-3/+9
* fanotify: Support merging of error eventsGabriel Krisman Bertazi2021-10-272-3/+27
* fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2021-10-272-0/+41
* fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-273-1/+39
* fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
* fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-271-6/+6
* fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi2021-10-271-1/+8