summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)AuthorFilesLines
2021-12-15fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2-13/+46
2021-12-15fsnotify: separate mark iterator type from object type enumAmir Goldstein1-3/+3
2021-12-15fsnotify: clarify object type argumentAmir Goldstein1-4/+4
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2-1/+5
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi3-0/+38
2021-10-27fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi3-3/+25
2021-10-27fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi1-1/+11
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2-6/+17
2021-10-27fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi1-3/+9
2021-10-27fanotify: Support merging of error eventsGabriel Krisman Bertazi2-3/+27
2021-10-27fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2-0/+41
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi3-1/+39
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi1-0/+1
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi1-6/+6
2021-10-27fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi1-1/+8
2021-10-27fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi1-2/+6
2021-10-27fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi1-1/+1
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi1-1/+2
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi1-2/+2
2021-10-27fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi1-1/+2
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-10-27fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi1-2/+4
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 Goldstein2-25/+114
2021-03-16fanotify: limit number of event merge attemptsAmir Goldstein1-0/+6
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein3-7/+97
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein2-26/+66
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein2-16/+25
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-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein1-4/+3
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-2/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-28fanotify: compare fsid when merging name eventJan Kara1-0/+3
2020-07-28fanotify: report parent fid + child fidAmir Goldstein2-16/+15
2020-07-28fanotify: report parent fid + name + child fidAmir Goldstein3-6/+32
2020-07-28fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2-10/+53