summaryrefslogtreecommitdiffstats
path: root/fs/notify/fanotify/fanotify_user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+1
* fanotify: report parent fid + child fidAmir Goldstein2020-07-271-11/+4
* fanotify: report parent fid + name + child fidAmir Goldstein2020-07-271-1/+2
* fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2020-07-271-9/+36
* fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein2020-07-271-0/+7
* fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein2020-07-271-10/+61
* fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein2020-07-271-14/+11
* fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein2020-07-271-3/+10
* fanotify: prepare for implicit event flags in mark maskAmir Goldstein2020-07-271-16/+24
* fanotify: mask out special event flags from ignored maskAmir Goldstein2020-07-271-0/+5
* fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein2020-07-271-6/+6
* fanotify: create overflow event typeAmir Goldstein2020-07-151-5/+16
* fanotify: Avoid softlockups when reading many eventsJan Kara2020-07-151-0/+5
* fanotify: don't write with size under sizeof(response)Fabian Frederick2020-05-131-2/+4
* fanotify: remove reference to fill_event_metadata()Fabian Frederick2020-05-131-1/+1
* fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein2020-03-251-27/+90