aboutsummaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2021-10-27fanotify: Support merging of error eventsGravatar Gabriel Krisman Bertazi 2-3/+27
2021-10-27fanotify: Support enqueueing of error eventsGravatar Gabriel Krisman Bertazi 2-0/+41
2021-10-27fanotify: Pre-allocate pool of error eventsGravatar Gabriel Krisman Bertazi 3-1/+39
2021-10-27fanotify: Reserve UAPI bits for FAN_FS_ERRORGravatar Gabriel Krisman Bertazi 1-0/+1
2021-10-27fanotify: Require fid_mode for any non-fd eventGravatar Gabriel Krisman Bertazi 1-6/+6
2021-10-27fanotify: Encode empty file handle when no inode is providedGravatar Gabriel Krisman Bertazi 1-1/+8
2021-10-27fanotify: Allow file handle encoding for unhashed eventsGravatar Gabriel Krisman Bertazi 1-2/+6
2021-10-27fanotify: Support null inode event in fanotify_dfid_inodeGravatar Gabriel Krisman Bertazi 1-1/+1
2021-10-27fsnotify: Pass group argument to free_eventGravatar Gabriel Krisman Bertazi 4-4/+6
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGravatar Gabriel Krisman Bertazi 1-0/+3
2021-10-27fsnotify: Retrieve super block from the data fieldGravatar Gabriel Krisman Bertazi 1-4/+3
2021-10-27fsnotify: Add wrapper around fsnotify_add_eventGravatar Gabriel Krisman Bertazi 3-9/+9
2021-10-27fsnotify: Add helper to detect overflow_eventGravatar Gabriel Krisman Bertazi 1-1/+2
2021-10-27inotify: Don't force FS_IN_IGNOREDGravatar Gabriel Krisman Bertazi 1-3/+3
2021-10-27fanotify: Split fsid check from other fid mode checksGravatar Gabriel Krisman Bertazi 1-9/+18
2021-10-27fanotify: Fold event size calculation to its own functionGravatar Gabriel Krisman Bertazi 1-15/+20
2021-10-27fsnotify: Don't insert unmergeable events in hashtableGravatar Gabriel Krisman Bertazi 1-2/+4
2021-09-10fsnotify: fix sb_connectors leakGravatar Amir Goldstein 1-0/+1
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-89/+235
2021-08-11fsnotify: count all objects with attached connectorsGravatar Amir Goldstein 3-6/+39
2021-08-11fsnotify: count s_fsnotify_inode_refs for attached connectorsGravatar Amir Goldstein 1-11/+18
2021-08-11fsnotify: replace igrab() with ihold() on attach connectorGravatar Amir Goldstein 1-2/+5
2021-08-10fanotify: add pidfd support to the fanotify APIGravatar Matthew Bobrowski 1-4/+81
2021-08-10fanotify: introduce a generic info record copying helperGravatar Matthew Bobrowski 1-67/+88
2021-08-10fanotify: minor cosmetic adjustments to fid labelsGravatar Matthew Bobrowski 1-14/+19
2021-08-09ucounts: add missing data type changesGravatar Sven Schnelle 2-12/+22
2021-06-14fanotify: fix copy_event_to_user() fid error clean upGravatar Matthew Bobrowski 1-2/+2
2021-05-25fanotify: fix permission model of unprivileged groupGravatar Amir Goldstein 2-7/+25
2021-03-25fanotify_user: use upper_32_bits() to verify maskGravatar Christian Brauner 1-1/+1
2021-03-16fanotify: support limited functionality for unprivileged usersGravatar Amir Goldstein 2-3/+29
2021-03-16fanotify: configurable limits via sysfsGravatar Amir Goldstein 4-30/+114
2021-03-16fanotify: limit number of event merge attemptsGravatar Amir Goldstein 1-0/+6
2021-03-16fsnotify: use hash table for faster events mergeGravatar Amir Goldstein 5-17/+116
2021-03-16fanotify: mix event info and pid into merge key hashGravatar Amir Goldstein 2-26/+66
2021-03-16fanotify: reduce event objectid to 29-bit hashGravatar Amir Goldstein 4-18/+27
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueGravatar Amir Goldstein 3-36/+37
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2021-02-22Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-8/+23
2021-01-24fs: add file and path permissions helpersGravatar Christian Brauner 2-2/+2
2021-01-05inotify, memcg: account inotify instances to kmemcgGravatar Shakeel Butt 3-8/+23
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Gravatar Brian Gerst 1-10/+7
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-96/+111
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-12-11fsnotify: fix events reported to watching parent and childGravatar Amir Goldstein 2-37/+54
2020-12-10file: Rename fcheck lookup_fd_rcuGravatar Eric W. Biederman 1-1/+1
2020-12-03inotify: convert to handle_inode_event() interfaceGravatar Amir Goldstein 3-54/+14
2020-12-03fsnotify: generalize handle_inode_event()Gravatar Amir Goldstein 2-8/+25
2020-11-09inotify: Increase default inotify.max_user_watches limit to 1048576Gravatar Waiman Long 1-1/+22
2020-11-09fanotify: fix logic of reporting name info with watched parentGravatar Amir Goldstein 1-5/+7
2020-10-18mm, memcg: rework remote charging API to support nestingGravatar Roman Gushchin 2-4/+6