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