Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
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: report events with parent dir fid to sb/mount/non-dir marks | 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: use FAN_EVENT_ON_CHILD as implicit flag on sb/mount/non-dir marks | Amir Goldstein |
2020-07-27 | fanotify: prepare for implicit event flags in mark mask | Amir Goldstein |
2020-07-27 | fanotify: mask out special event flags from ignored mask | 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-07-15 | fanotify: Avoid softlockups when reading many events | Jan Kara |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
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 |
2020-05-13 | fanotify: don't write with size under sizeof(response) | Fabian Frederick |
2020-05-13 | fanotify: remove reference to fill_event_metadata() | Fabian Frederick |
2020-05-13 | fanotify: prefix should_merge() | Fabian Frederick |
2020-05-08 | fanotify: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-03-30 | fanotify: Fix the checks in fanotify_fsid_equal | Nathan Chancellor |
2020-03-25 | fanotify: report name info for FAN_DIR_MODIFY event | Amir Goldstein |
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: prepare to report both parent and child fid's | Amir Goldstein |
2020-03-25 | fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name | Amir Goldstein |
2020-03-25 | fanotify: divorce fanotify_path_event and fanotify_fid_event | Jan Kara |
2020-03-25 | fanotify: Store fanotify handles differently | Jan Kara |
2020-03-25 | fanotify: Simplify create_fd() | Jan Kara |
2020-03-24 | fanotify: fix merging marks masks with FAN_ONDIR | Amir Goldstein |
2020-03-24 | fanotify: merge duplicate events on parent and child | Amir Goldstein |
2020-03-24 | fsnotify: replace inode pointer with an object id | Amir Goldstein |
2020-03-23 | fsnotify: use helpers to access data by data_type | Amir Goldstein |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann |
2019-09-23 | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-08-12 | fanotify, inotify, dnotify, security: add security hook for fs notifications | Aaron Goidel |
2019-07-12 | memcg, fsnotify: no oom-kill for remote memcg charging | Shakeel Butt |
2019-07-10 | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-06-19 | fanotify: update connector fsid cache on add mark | Amir Goldstein |