Age | Commit message (Expand) | Author |
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 | 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 |
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-12-17 | Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-12-11 | fsnotify: fix events reported to watching parent and child | Amir Goldstein |
2020-12-10 | file: Rename fcheck lookup_fd_rcu | Eric W. Biederman |
2020-12-03 | inotify: convert to handle_inode_event() interface | Amir Goldstein |
2020-12-03 | fsnotify: generalize handle_inode_event() | Amir Goldstein |
2020-11-09 | inotify: Increase default inotify.max_user_watches limit to 1048576 | Waiman Long |
2020-11-09 | fanotify: fix logic of reporting name info with watched parent | Amir Goldstein |
2020-10-18 | mm, memcg: rework remote charging API to support nesting | Roman Gushchin |
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 | fsnotify: create method handle_inode_event() in fsnotify_operations | Amir Goldstein |
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 with parent/name info to sb/mount/non-dir marks | Amir Goldstein |
2020-07-27 | inotify: do not set FS_EVENT_ON_CHILD in non-dir mark mask | Amir Goldstein |
2020-07-27 | fsnotify: pass dir and inode arguments to fsnotify() | Amir Goldstein |
2020-07-27 | fsnotify: create helper fsnotify_inode() | Amir Goldstein |
2020-07-27 | fsnotify: send event to parent and child with single callback | Amir Goldstein |
2020-07-27 | inotify: report both events on parent and child with single callback | Amir Goldstein |
2020-07-27 | dnotify: report both events on 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 |