Age | Commit message (Expand) | Author |
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: Add helpers to decide whether to report FID/DFID | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Wrap object_fh inline space in a creator macro | 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 | fsnotify: Add helper to detect overflow_event | Gabriel Krisman Bertazi |
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-07-27 | fanotify: report parent fid + name + child fid | 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-15 | fanotify: create overflow event type | Amir Goldstein |
2020-05-08 | fanotify: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-03-25 | fanotify: record name info for FAN_DIR_MODIFY event | Amir Goldstein |
2020-03-25 | fanotify: Drop fanotify_event_has_fid() | Jan Kara |
2020-03-25 | fanotify: divorce fanotify_path_event and fanotify_fid_event | Jan Kara |
2020-03-25 | fanotify: Store fanotify handles differently | Jan Kara |
2019-02-18 | fanotify: Use interruptible wait when waiting for permission events | Jan Kara |
2019-02-18 | fanotify: Track permission event state | Jan Kara |
2019-02-07 | fanotify: support events with data type FSNOTIFY_EVENT_INODE | Amir Goldstein |
2019-02-07 | fanotify: cache fsid in fsnotify_mark_connector | Amir Goldstein |
2019-02-07 | fanotify: copy event fid info to user | Amir Goldstein |
2019-02-07 | fanotify: encode file identifier for FAN_REPORT_FID | Amir Goldstein |
2019-02-06 | fanotify: rename struct fanotify_{,perm_}event_info | Amir Goldstein |
2019-02-06 | fsnotify: move mask out of struct fsnotify_event | Amir Goldstein |
2018-10-08 | fanotify: support reporting thread id instead of process id | Amir Goldstein |
2018-10-04 | fanotify: deprecate uapi FAN_ALL_* constants | Amir Goldstein |
2018-02-27 | fanotify: Avoid lost events due to ENOMEM for unlimited queues | Jan Kara |
2017-11-14 | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-31 | fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs | Miklos Szeredi |
2017-04-10 | fsnotify: Move ->free_mark callback to fsnotify_ops | Jan Kara |
2016-12-05 | fsnotify: constify 'data' passed to ->handle_event() | Al Viro |
2014-04-03 | fanotify: use fanotify event structure for permission response processing | Jan Kara |
2014-01-29 | fanotify: Fix use after free for permission events | Jan Kara |
2014-01-21 | fsnotify: do not share events between notification groups | Jan Kara |