Age | Commit message (Expand) | Author |
2021-12-15 | fanotify: wire up FAN_RENAME event | Amir Goldstein |
2021-12-15 | fanotify: report old and/or new parent+name in FAN_RENAME event | Amir Goldstein |
2021-12-15 | fanotify: record either old name new name or both for FAN_RENAME | Amir Goldstein |
2021-12-15 | fanotify: record old and new parent and name in FAN_RENAME event | Amir Goldstein |
2021-12-15 | fanotify: support secondary dir fh and name in fanotify_info | Amir Goldstein |
2021-12-15 | fanotify: use helpers to parcel fanotify_info buffer | Amir Goldstein |
2021-12-15 | fanotify: use macros to get the offset to fanotify_info buffer | Amir Goldstein |
2021-12-15 | fanotify: introduce group flag FAN_REPORT_TARGET_FID | Amir Goldstein |
2021-12-15 | fsnotify: separate mark iterator type from object type enum | Amir Goldstein |
2021-10-27 | fanotify: Allow users to request FAN_FS_ERROR events | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Emit generic error info for error event | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Report fid info for file related file system errors | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: WARN_ON against too large file handles | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Support merging of error events | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Support enqueueing of error events | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Pre-allocate pool of error events | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Reserve UAPI bits for FAN_FS_ERROR | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Encode empty file handle when no inode is provided | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Allow file handle encoding for unhashed events | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Support null inode event in fanotify_dfid_inode | Gabriel Krisman Bertazi |
2021-10-27 | fsnotify: Pass group argument to free_event | Gabriel Krisman Bertazi |
2021-10-27 | fsnotify: Add wrapper around fsnotify_add_event | Gabriel Krisman Bertazi |
2021-10-27 | fsnotify: Don't insert unmergeable events in hashtable | Gabriel Krisman Bertazi |
2021-03-16 | fanotify: configurable limits via sysfs | Amir Goldstein |
2021-03-16 | fanotify: limit number of event merge attempts | Amir Goldstein |
2021-03-16 | fsnotify: use hash table for faster events merge | Amir Goldstein |
2021-03-16 | fanotify: mix event info and pid into merge key hash | Amir Goldstein |
2021-03-16 | fanotify: reduce event objectid to 29-bit hash | Amir Goldstein |
2020-12-11 | fsnotify: fix events reported to watching parent and child | Amir Goldstein |
2020-10-18 | mm, memcg: rework remote charging API to support nesting | Roman Gushchin |
2020-07-28 | fanotify: compare fsid when merging name event | Jan Kara |
2020-07-27 | fanotify: report parent fid + child fid | Amir Goldstein |
2020-07-27 | fanotify: report parent fid + name + child fid | Amir Goldstein |
2020-07-27 | fanotify: add support for FAN_REPORT_NAME | Amir Goldstein |
2020-07-27 | fanotify: add basic support for FAN_REPORT_DIR_FID | Amir Goldstein |
2020-07-27 | fsnotify: send event to parent and child with single callback | Amir Goldstein |
2020-07-27 | fanotify: no external fh buffer in fanotify_name_event | Amir Goldstein |
2020-07-27 | fanotify: use struct fanotify_info to parcel the variable size buffer | Amir Goldstein |
2020-07-27 | fanotify: generalize test for FAN_REPORT_FID | Amir Goldstein |
2020-07-27 | fanotify: distinguish between fid encode error and null fid | Amir Goldstein |
2020-07-27 | fanotify: generalize merge logic of events on dir | Amir Goldstein |
2020-07-27 | fanotify: generalize the handling of extra event flags | Amir Goldstein |
2020-07-27 | fanotify: remove event FAN_DIR_MODIFY | Amir Goldstein |
2020-07-27 | fsnotify: pass dir argument to handle_event() callback | Amir Goldstein |
2020-07-15 | fanotify: break up fanotify_alloc_event() | Amir Goldstein |
2020-07-15 | fanotify: create overflow event type | Amir Goldstein |
2020-07-15 | fsnotify: return non const from fsnotify_data_inode() | Amir Goldstein |
2020-06-04 | Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-05-27 | fanotify: turn off support for FAN_DIR_MODIFY | Amir Goldstein |
2020-05-25 | fanotify: fix ignore mask logic for events on child and on dir | Amir Goldstein |