summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorLines
2021-10-27fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi-1/+5
2021-10-27fanotify: Emit generic error info for error eventGabriel Krisman Bertazi-0/+38
2021-10-27fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi-3/+25
2021-10-27fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi-1/+11
2021-10-27fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi-6/+17
2021-10-27fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi-3/+9
2021-10-27fanotify: Support merging of error eventsGabriel Krisman Bertazi-3/+27
2021-10-27fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi-0/+41
2021-10-27fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi-1/+39
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi-0/+1
2021-10-27fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi-6/+6
2021-10-27fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi-1/+8
2021-10-27fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi-2/+6
2021-10-27fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi-1/+1
2021-10-27fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi-4/+6
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi-0/+3
2021-10-27fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi-4/+3
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi-9/+9
2021-10-27fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi-1/+2
2021-10-27inotify: Don't force FS_IN_IGNOREDGabriel Krisman Bertazi-3/+3
2021-10-27fanotify: Split fsid check from other fid mode checksGabriel Krisman Bertazi-9/+18
2021-10-27fanotify: Fold event size calculation to its own functionGabriel Krisman Bertazi-15/+20
2021-10-27fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi-2/+4
2021-09-10fsnotify: fix sb_connectors leakAmir Goldstein-0/+1
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-89/+235
2021-08-11fsnotify: count all objects with attached connectorsAmir Goldstein-6/+39
2021-08-11fsnotify: count s_fsnotify_inode_refs for attached connectorsAmir Goldstein-11/+18
2021-08-11fsnotify: replace igrab() with ihold() on attach connectorAmir Goldstein-2/+5
2021-08-10fanotify: add pidfd support to the fanotify APIMatthew Bobrowski-4/+81
2021-08-10fanotify: introduce a generic info record copying helperMatthew Bobrowski-67/+88
2021-08-10fanotify: minor cosmetic adjustments to fid labelsMatthew Bobrowski-14/+19
2021-08-09ucounts: add missing data type changesSven Schnelle-12/+22
2021-06-14fanotify: fix copy_event_to_user() fid error clean upMatthew Bobrowski-2/+2
2021-05-25fanotify: fix permission model of unprivileged groupAmir Goldstein-7/+25
2021-03-25fanotify_user: use upper_32_bits() to verify maskChristian Brauner-1/+1
2021-03-16fanotify: support limited functionality for unprivileged usersAmir Goldstein-3/+29
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein-30/+114
2021-03-16fanotify: limit number of event merge attemptsAmir Goldstein-0/+6
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein-17/+116
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein-26/+66
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein-18/+27
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein-36/+37
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2021-02-22Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+23
2021-01-24fs: add file and path permissions helpersChristian Brauner-2/+2
2021-01-05inotify, memcg: account inotify instances to kmemcgShakeel Butt-8/+23
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst-10/+7
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-96/+111
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-12-11fsnotify: fix events reported to watching parent and childAmir Goldstein-37/+54