summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2024-12-14fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein
2024-09-12fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-06-21fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui
2024-06-21fsnotify: remove unused declarationGaosheng Cui
2024-06-21fs/notify: constify pathAl Viro
2024-06-21fsnotify: Fix comment typoXin Gao
2024-06-21fanotify: introduce FAN_MARK_IGNOREAmir Goldstein
2024-06-21fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein
2024-06-21fanotify: prepare for setting event flags in ignore maskAmir Goldstein
2024-06-21fs: inotify: Fix typo in inotify commentOliver Ford
2024-06-21fanotify: refine the validation checks on non-dir inode maskAmir Goldstein
2024-06-21fanotify: fix incorrect fmode_t castsVasily Averin
2024-06-21fsnotify: consistent behavior for parent not watching childrenAmir Goldstein
2024-06-21fsnotify: introduce mark type iteratorAmir Goldstein
2024-06-21fanotify: enable "evictable" inode marksAmir Goldstein
2024-06-21fanotify: use fsnotify group lock helpersAmir Goldstein
2024-06-21fanotify: implement "evictable" inode marksAmir Goldstein
2024-06-21fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein
2024-06-21fanotify: create helper fanotify_mark_user_flags()Amir Goldstein
2024-06-21fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein
2024-06-21dnotify: use fsnotify group lock helpersAmir Goldstein
2024-06-21inotify: use fsnotify group lock helpersAmir Goldstein
2024-06-21fsnotify: create helpers for group mark_mutex lockAmir Goldstein
2024-06-21fsnotify: make allow_dups a property of the groupAmir Goldstein
2024-06-21fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2024-06-21inotify: move control flags from mask to mark flagsAmir Goldstein
2024-06-21fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein
2024-06-21fsnotify: remove redundant parameter judgmentBang Li
2024-06-21fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein
2024-06-21fsnotify: fix merge with parent's ignored maskAmir Goldstein
2024-06-21fanotify: remove variable set but not usedYang Li
2024-06-21fanotify: wire up FAN_RENAME eventAmir Goldstein
2024-06-21fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein
2024-06-21fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein
2024-06-21fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein
2024-06-21fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein
2024-06-21fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein
2024-06-21fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein
2024-06-21fsnotify: generate FS_RENAME event with rich informationAmir Goldstein
2024-06-21fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein
2024-06-21fsnotify: separate mark iterator type from object type enumAmir Goldstein
2024-06-21fsnotify: clarify object type argumentAmir Goldstein
2024-06-21fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi
2024-06-21fanotify: Emit generic error info for error eventGabriel Krisman Bertazi
2024-06-21fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi
2024-06-21fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi
2024-06-21fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi
2024-06-21fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi
2024-06-21fanotify: Support merging of error eventsGabriel Krisman Bertazi
2024-06-21fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi