Age | Commit message (Expand) | Author |
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: Protect fsnotify_handle_inode_event from no-inode events | Gabriel Krisman Bertazi |
2021-10-27 | fsnotify: Retrieve super block from the data field | Gabriel Krisman Bertazi |
2021-10-27 | fsnotify: Add wrapper around fsnotify_add_event | Gabriel Krisman Bertazi |
2021-10-27 | fsnotify: Add helper to detect overflow_event | Gabriel Krisman Bertazi |
2021-10-27 | inotify: Don't force FS_IN_IGNORED | 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-10-27 | fsnotify: Don't insert unmergeable events in hashtable | Gabriel Krisman Bertazi |
2021-09-10 | fsnotify: fix sb_connectors leak | Amir Goldstein |
2021-08-30 | Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-08-11 | fsnotify: count all objects with attached connectors | Amir Goldstein |
2021-08-11 | fsnotify: count s_fsnotify_inode_refs for attached connectors | Amir Goldstein |
2021-08-11 | fsnotify: replace igrab() with ihold() on attach connector | Amir Goldstein |
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 | 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 |