summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify.c
AgeCommit message (Expand)AuthorFilesLines
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: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi1-2/+4
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-5/+11
2021-03-16fanotify: limit number of event merge attemptsAmir Goldstein1-0/+6
2021-03-16fsnotify: use hash table for faster events mergeAmir Goldstein1-7/+33
2021-03-16fanotify: mix event info and pid into merge key hashAmir Goldstein1-26/+61
2021-03-16fanotify: reduce event objectid to 29-bit hashAmir Goldstein1-13/+12
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-07-28fanotify: compare fsid when merging name eventJan Kara1-0/+3
2020-07-28fanotify: report parent fid + child fidAmir Goldstein1-5/+11
2020-07-28fanotify: report parent fid + name + child fidAmir Goldstein1-4/+23
2020-07-28fanotify: add support for FAN_REPORT_NAMEAmir Goldstein1-1/+17
2020-07-28fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein1-2/+32
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein1-4/+4
2020-07-27fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein1-23/+52
2020-07-27fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein1-16/+50
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein1-4/+6
2020-07-27fanotify: distinguish between fid encode error and null fidAmir Goldstein1-10/+4
2020-07-27fanotify: generalize merge logic of events on dirAmir Goldstein1-11/+11
2020-07-27fanotify: generalize the handling of extra event flagsAmir Goldstein1-5/+10
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein1-7/+2
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-12/+11
2020-07-15fanotify: break up fanotify_alloc_event()Amir Goldstein1-65/+89
2020-07-15fanotify: create overflow event typeAmir Goldstein1-16/+11
2020-07-15fsnotify: return non const from fsnotify_data_inode()Amir Goldstein1-1/+1
2020-06-04Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein1-1/+1
2020-05-25fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein1-1/+4
2020-05-13fanotify: prefix should_merge()Fabian Frederick1-2/+2
2020-03-30fanotify: Fix the checks in fanotify_fsid_equalNathan Chancellor1-1/+1
2020-03-26fanotify: report name info for FAN_DIR_MODIFY eventAmir Goldstein1-1/+1
2020-03-26fanotify: record name info for FAN_DIR_MODIFY eventAmir Goldstein1-9/+67
2020-03-25fanotify: Drop fanotify_event_has_fid()Jan Kara1-1/+1
2020-03-25fanotify: send FAN_DIR_MODIFY event flavor with dir inode and nameAmir Goldstein1-3/+4
2020-03-25fanotify: divorce fanotify_path_event and fanotify_fid_eventJan Kara1-33/+93
2020-03-25fanotify: Store fanotify handles differentlyJan Kara1-34/+63
2020-03-24fanotify: fix merging marks masks with FAN_ONDIRAmir Goldstein1-4/+7
2020-03-24fanotify: merge duplicate events on parent and childAmir Goldstein1-1/+6
2020-03-24fsnotify: replace inode pointer with an object idAmir Goldstein1-2/+2
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-10/+8
2019-07-12memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt1-1/+4
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein1-0/+4
2019-05-08Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2019-04-28fsnotify: Fix NULL ptr deref in fanotify_get_fsid()Jan Kara1-2/+12
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-1/+1