summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/fanotify.c
Commit message (Expand)AuthorAgeFilesLines
* fanotify: wire up FAN_RENAME eventAmir Goldstein2021-12-151-1/+1
* fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein2021-12-151-0/+7
* fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein2021-12-151-15/+44
* fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein2021-12-151-4/+38
* fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein2021-12-151-4/+16
* fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein2021-12-151-16/+19
* fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein2021-12-151-1/+1
* fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2021-12-151-12/+36
* fsnotify: separate mark iterator type from object type enumAmir Goldstein2021-12-151-3/+3
* fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-271-1/+1
* fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-271-0/+1
* fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi2021-10-271-0/+11
* fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi2021-10-271-1/+11
* fanotify: Support merging of error eventsGabriel Krisman Bertazi2021-10-271-2/+24
* fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2021-10-271-0/+35
* fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-271-0/+3
* fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
* fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi2021-10-271-1/+8
* fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi2021-10-271-2/+6
* fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi2021-10-271-1/+1
* fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi2021-10-271-1/+2
* fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi2021-10-271-2/+2
* fsnotify: Don't insert unmergeable events in hashtableGabriel Krisman Bertazi2021-10-271-2/+4
* fanotify: configurable limits via sysfsAmir Goldstein2021-03-161-5/+11
* fanotify: limit number of event merge attemptsAmir Goldstein2021-03-161-0/+6
* fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-161-7/+33
* fanotify: mix event info and pid into merge key hashAmir Goldstein2021-03-161-26/+61
* fanotify: reduce event objectid to 29-bit hashAmir Goldstein2021-03-161-13/+12
* fsnotify: fix events reported to watching parent and childAmir Goldstein2020-12-111-4/+3
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-181-2/+3
* fanotify: compare fsid when merging name eventJan Kara2020-07-281-0/+3
* fanotify: report parent fid + child fidAmir Goldstein2020-07-271-5/+11
* fanotify: report parent fid + name + child fidAmir Goldstein2020-07-271-4/+23
* fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2020-07-271-1/+17
* fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein2020-07-271-2/+32
* fsnotify: send event to parent and child with single callbackAmir Goldstein2020-07-271-4/+4
* fanotify: no external fh buffer in fanotify_name_eventAmir Goldstein2020-07-271-23/+52
* fanotify: use struct fanotify_info to parcel the variable size bufferAmir Goldstein2020-07-271-16/+50
* fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein2020-07-271-4/+6
* fanotify: distinguish between fid encode error and null fidAmir Goldstein2020-07-271-10/+4
* fanotify: generalize merge logic of events on dirAmir Goldstein2020-07-271-11/+11
* fanotify: generalize the handling of extra event flagsAmir Goldstein2020-07-271-5/+10
* fanotify: remove event FAN_DIR_MODIFYAmir Goldstein2020-07-271-7/+2
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-12/+11
* fanotify: break up fanotify_alloc_event()Amir Goldstein2020-07-151-65/+89
* fanotify: create overflow event typeAmir Goldstein2020-07-151-16/+11
* fsnotify: return non const from fsnotify_data_inode()Amir Goldstein2020-07-151-1/+1
* Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-041-3/+6
|\
| * fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein2020-05-251-1/+4
| * fanotify: prefix should_merge()Fabian Frederick2020-05-131-2/+2