summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify_user.c
Commit message (Expand)AuthorAgeFilesLines
* fs/notify: constify pathAl Viro2022-09-011-3/+3
* fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2022-07-011-10/+53
* fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein2022-07-011-9/+21
* fanotify: prepare for setting event flags in ignore maskAmir Goldstein2022-07-011-9/+12
* 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-251-33/+71
|\
| * fanotify: fix incorrect fmode_t castsVasily Averin2022-05-231-2/+2
| * 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-251-2/+36
| * fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein2022-04-251-22/+25
| * 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-151-0/+8
* fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein2021-12-151-5/+47
* fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein2021-12-151-2/+1
* fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2021-12-151-1/+10
* fsnotify: clarify object type argumentAmir Goldstein2021-12-151-4/+4
* fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-271-0/+4
* fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-271-0/+36
* fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi2021-10-271-3/+5
* fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2021-10-271-6/+7
* fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-271-1/+25
* fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-271-6/+6
* fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi2021-10-271-9/+18
* fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi2021-10-271-15/+20
* Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-301-74/+177
|\
| * fanotify: add pidfd support to the fanotify APIMatthew Bobrowski2021-08-101-4/+81
| * fanotify: introduce a generic info record copying helperMatthew Bobrowski2021-08-101-67/+88
| * fanotify: minor cosmetic adjustments to fid labelsMatthew Bobrowski2021-08-101-14/+19
* | ucounts: add missing data type changesSven Schnelle2021-08-091-6/+11
|/
* fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski2021-06-141-2/+2
* fanotify: fix permission model of unprivileged groupAmir Goldstein2021-05-251-6/+24
* fanotify_user: use upper_32_bits() to verify maskChristian Brauner2021-03-251-1/+1
* fanotify: support limited functionality for unprivileged usersAmir Goldstein2021-03-161-2/+27
* fanotify: configurable limits via sysfsAmir Goldstein2021-03-161-20/+103
* fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-161-0/+39
* fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein2021-03-161-10/+16
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-1/+1
|\ \ | |/ |/|
| * inotify, memcg: account inotify instances to kmemcgShakeel Butt2021-01-051-1/+1
* | fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-10/+7
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1