summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-7/+25
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein1-8/+9
2022-02-01fanotify: Fix stale file descriptor in copy_event_to_user()Dan Carpenter1-3/+3
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni1-1/+9
2022-01-20fanotify: remove variable set but not usedYang Li1-3/+0
2021-12-15fanotify: wire up FAN_RENAME eventAmir Goldstein1-0/+8
2021-12-15fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein1-5/+47
2021-12-15fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein1-2/+1
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein1-1/+10
2021-12-15fsnotify: clarify object type argumentAmir Goldstein1-4/+4
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi1-0/+4
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi1-0/+36
2021-10-27fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi1-3/+5
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi1-6/+7
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi1-1/+25
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi1-6/+6
2021-10-27fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi1-9/+18
2021-10-27fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi1-15/+20
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-74/+177
2021-08-10fanotify: add pidfd support to the fanotify APIMatthew Bobrowski1-4/+81
2021-08-10fanotify: introduce a generic info record copying helperMatthew Bobrowski1-67/+88
2021-08-10fanotify: minor cosmetic adjustments to fid labelsMatthew Bobrowski1-14/+19
2021-08-09ucounts: add missing data type changesSven Schnelle1-6/+11
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski1-2/+2
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein1-6/+24
2021-03-25fanotify_user: use upper_32_bits() to verify maskChristian Brauner1-1/+1
2021-03-16fanotify: support limited functionality for unprivileged usersAmir Goldstein1-2/+27
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-20/+103
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein1-0/+39
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein1-10/+16
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-23Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt1-1/+1
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-10/+7
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-28fanotify: report parent fid + child fidAmir Goldstein1-11/+4
2020-07-28fanotify: report parent fid + name + child fidAmir Goldstein1-1/+2
2020-07-28fanotify: add support for FAN_REPORT_NAMEAmir Goldstein1-9/+36
2020-07-28fanotify: report events with parent dir fid to sb/mount/non-dir marksAmir Goldstein1-0/+7
2020-07-28fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein1-10/+61
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein1-14/+11
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksAmir Goldstein1-3/+10
2020-07-27fanotify: prepare for implicit event flags in mark maskAmir Goldstein1-16/+24
2020-07-27fanotify: mask out special event flags from ignored maskAmir Goldstein1-0/+5
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein1-6/+6
2020-07-15fanotify: create overflow event typeAmir Goldstein1-5/+16
2020-07-15fanotify: Avoid softlockups when reading many eventsJan Kara1-0/+5
2020-05-13fanotify: don't write with size under sizeof(response)Fabian Frederick1-2/+4