Age | Commit message (Expand) | Author |
2021-12-15 | fanotify: introduce group flag FAN_REPORT_TARGET_FID | Amir Goldstein |
2021-12-15 | fsnotify: clarify object type argument | 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: Add helpers to decide whether to report FID/DFID | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Pre-allocate pool of error events | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Require fid_mode for any non-fd event | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Split fsid check from other fid mode checks | Gabriel Krisman Bertazi |
2021-10-27 | fanotify: Fold event size calculation to its own function | Gabriel Krisman Bertazi |
2021-08-30 | Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-08-10 | fanotify: add pidfd support to the fanotify API | Matthew Bobrowski |
2021-08-10 | fanotify: introduce a generic info record copying helper | Matthew Bobrowski |
2021-08-10 | fanotify: minor cosmetic adjustments to fid labels | Matthew Bobrowski |
2021-08-09 | ucounts: add missing data type changes | Sven Schnelle |
2021-06-14 | fanotify: fix copy_event_to_user() fid error clean up | Matthew Bobrowski |
2021-05-25 | fanotify: fix permission model of unprivileged group | Amir Goldstein |
2021-03-25 | fanotify_user: use upper_32_bits() to verify mask | Christian Brauner |
2021-03-16 | fanotify: support limited functionality for unprivileged users | Amir Goldstein |
2021-03-16 | fanotify: configurable limits via sysfs | Amir Goldstein |
2021-03-16 | fsnotify: use hash table for faster events merge | Amir Goldstein |
2021-03-16 | fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue | Amir Goldstein |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-22 | Merge tag 'fsnotify_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-01-24 | fs: add file and path permissions helpers | Christian Brauner |
2021-01-05 | inotify, memcg: account inotify instances to kmemcg | Shakeel Butt |
2020-12-28 | fanotify: Fix sys_fanotify_mark() on native x86-32 | Brian Gerst |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
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 | 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-15 | fanotify: create overflow event type | Amir Goldstein |
2020-07-15 | fanotify: Avoid softlockups when reading many events | Jan Kara |
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-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: 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 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann |