Age | Commit message (Expand) | Author |
2022-10-07 | Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-09-26 | fanotify: Remove obsoleted fanotify_event_has_path() | Gaosheng Cui |
2022-09-09 | fsnotify: remove unused declaration | Gaosheng Cui |
2022-09-01 | fs/notify: constify path | Al Viro |
2022-07-26 | fsnotify: Fix comment typo | Xin Gao |
2022-07-01 | fanotify: introduce FAN_MARK_IGNORE | Amir Goldstein |
2022-07-01 | fanotify: cleanups for fanotify_mark() input validations | Amir Goldstein |
2022-07-01 | fanotify: prepare for setting event flags in ignore mask | Amir Goldstein |
2022-07-01 | fs: inotify: Fix typo in inotify comment | Oliver Ford |
2022-06-28 | fanotify: refine the validation checks on non-dir inode mask | Amir Goldstein |
2022-05-25 | Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-05-23 | fanotify: fix incorrect fmode_t casts | Vasily Averin |
2022-05-18 | fsnotify: consistent behavior for parent not watching children | Amir Goldstein |
2022-05-18 | fsnotify: introduce mark type iterator | Amir Goldstein |
2022-05-09 | fanotify: do not allow setting dirent events in mask of non-dir | Amir Goldstein |
2022-04-25 | fanotify: enable "evictable" inode marks | Amir Goldstein |
2022-04-25 | fanotify: use fsnotify group lock helpers | Amir Goldstein |
2022-04-25 | fanotify: implement "evictable" inode marks | Amir Goldstein |
2022-04-25 | fanotify: factor out helper fanotify_mark_update_flags() | Amir Goldstein |
2022-04-25 | fanotify: create helper fanotify_mark_user_flags() | Amir Goldstein |
2022-04-25 | fsnotify: allow adding an inode mark without pinning inode | Amir Goldstein |
2022-04-25 | dnotify: use fsnotify group lock helpers | Amir Goldstein |
2022-04-25 | inotify: use fsnotify group lock helpers | Amir Goldstein |
2022-04-25 | fsnotify: create helpers for group mark_mutex lock | Amir Goldstein |
2022-04-25 | fsnotify: make allow_dups a property of the group | Amir Goldstein |
2022-04-25 | fsnotify: pass flags argument to fsnotify_alloc_group() | Amir Goldstein |
2022-04-25 | fsnotify: fix wrong lockdep annotations | Amir Goldstein |
2022-04-25 | inotify: move control flags from mask to mark flags | Amir Goldstein |
2022-04-25 | inotify: show inotify mask flags in proc fdinfo | Amir Goldstein |
2022-03-14 | fsnotify: remove redundant parameter judgment | Bang Li |
2022-02-24 | fsnotify: optimize FS_MODIFY events with no ignored masks | Amir Goldstein |
2022-02-24 | fsnotify: fix merge with parent's ignored mask | Amir Goldstein |
2022-02-01 | fanotify: Fix stale file descriptor in copy_event_to_user() | Dan Carpenter |
2022-01-28 | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-01-22 | inotify: simplify subdirectory registration with register_sysctl() | Xiaoming Ni |
2022-01-22 | dnotify: move dnotify sysctl to dnotify.c | Xiaoming Ni |
2022-01-20 | fanotify: remove variable set but not used | Yang Li |
2021-12-15 | fanotify: wire up FAN_RENAME event | Amir Goldstein |
2021-12-15 | fanotify: report old and/or new parent+name in FAN_RENAME event | Amir Goldstein |
2021-12-15 | fanotify: record either old name new name or both for FAN_RENAME | Amir Goldstein |
2021-12-15 | fanotify: record old and new parent and name in FAN_RENAME event | Amir Goldstein |
2021-12-15 | fanotify: support secondary dir fh and name in fanotify_info | Amir Goldstein |
2021-12-15 | fanotify: use helpers to parcel fanotify_info buffer | Amir Goldstein |
2021-12-15 | fanotify: use macros to get the offset to fanotify_info buffer | Amir Goldstein |
2021-12-15 | fsnotify: generate FS_RENAME event with rich information | Amir Goldstein |
2021-12-15 | fanotify: introduce group flag FAN_REPORT_TARGET_FID | Amir Goldstein |
2021-12-15 | fsnotify: separate mark iterator type from object type enum | 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 |