aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/fanotify
AgeCommit message (Expand)AuthorFilesLines
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 1-2/+27
2021-03-16fanotify: configurable limits via sysfsGravatar Amir Goldstein 2-25/+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 3-7/+97
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 2-16/+25
2021-03-16fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueGravatar Amir Goldstein 1-10/+16
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-22Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2021-01-24fs: add file and path permissions helpersGravatar Christian Brauner 1-1/+1
2021-01-05inotify, memcg: account inotify instances to kmemcgGravatar Shakeel Butt 1-1/+1
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Gravatar Brian Gerst 1-10/+7
2020-12-11fsnotify: fix events reported to watching parent and childGravatar Amir Goldstein 1-4/+3
2020-10-18mm, memcg: rework remote charging API to support nestingGravatar Roman Gushchin 1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-28fanotify: compare fsid when merging name eventGravatar Jan Kara 1-0/+3
2020-07-27fanotify: report parent fid + child fidGravatar Amir Goldstein 2-16/+15
2020-07-27fanotify: report parent fid + name + child fidGravatar Amir Goldstein 3-6/+32
2020-07-27fanotify: add support for FAN_REPORT_NAMEGravatar Amir Goldstein 2-10/+53
2020-07-27fanotify: report events with parent dir fid to sb/mount/non-dir marksGravatar Amir Goldstein 1-0/+7
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDGravatar Amir Goldstein 2-12/+93
2020-07-27fsnotify: send event to parent and child with single callbackGravatar Amir Goldstein 1-4/+4
2020-07-27fanotify: no external fh buffer in fanotify_name_eventGravatar Amir Goldstein 2-28/+59
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferGravatar Amir Goldstein 3-43/+139
2020-07-27fanotify: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marksGravatar Amir Goldstein 1-3/+10
2020-07-27fanotify: prepare for implicit event flags in mark maskGravatar Amir Goldstein 1-16/+24
2020-07-27fanotify: mask out special event flags from ignored maskGravatar Amir Goldstein 1-0/+5
2020-07-27fanotify: generalize test for FAN_REPORT_FIDGravatar Amir Goldstein 2-10/+12
2020-07-27fanotify: distinguish between fid encode error and null fidGravatar Amir Goldstein 1-10/+4
2020-07-27fanotify: generalize merge logic of events on dirGravatar Amir Goldstein 1-11/+11
2020-07-27fanotify: generalize the handling of extra event flagsGravatar Amir Goldstein 1-5/+10
2020-07-27fanotify: remove event FAN_DIR_MODIFYGravatar Amir Goldstein 1-7/+2
2020-07-27fsnotify: pass dir argument to handle_event() callbackGravatar Amir Goldstein 1-12/+11
2020-07-15fanotify: break up fanotify_alloc_event()Gravatar Amir Goldstein 1-65/+89
2020-07-15fanotify: create overflow event typeGravatar Amir Goldstein 3-27/+36
2020-07-15fsnotify: return non const from fsnotify_data_inode()Gravatar Amir Goldstein 1-1/+1
2020-07-15fanotify: Avoid softlockups when reading many eventsGravatar Jan Kara 1-0/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-7/+12
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYGravatar Amir Goldstein 1-1/+1
2020-05-25fanotify: fix ignore mask logic for events on child and on dirGravatar Amir Goldstein 1-1/+4
2020-05-13fanotify: don't write with size under sizeof(response)Gravatar Fabian Frederick 1-2/+4
2020-05-13fanotify: remove reference to fill_event_metadata()Gravatar Fabian Frederick 1-1/+1
2020-05-13fanotify: prefix should_merge()Gravatar Fabian Frederick 1-2/+2
2020-05-08fanotify: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalGravatar Nathan Chancellor 1-1/+1
2020-03-25fanotify: report name info for FAN_DIR_MODIFY eventGravatar Amir Goldstein 2-28/+91
2020-03-25fanotify: record name info for FAN_DIR_MODIFY eventGravatar Amir Goldstein 3-12/+108
2020-03-25fanotify: Drop fanotify_event_has_fid()Gravatar Jan Kara 3-8/+3