summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2024-12-14fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein1-10/+13
2024-09-12fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein3-14/+51
2024-06-21fanotify: Remove obsoleted fanotify_event_has_path()Gaosheng Cui1-6/+0
2024-06-21fsnotify: remove unused declarationGaosheng Cui1-4/+0
2024-06-21fs/notify: constify pathAl Viro3-5/+5
2024-06-21fsnotify: Fix comment typoXin Gao1-1/+1
2024-06-21fanotify: introduce FAN_MARK_IGNOREAmir Goldstein2-10/+55
2024-06-21fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-9/+21
2024-06-21fanotify: prepare for setting event flags in ignore maskAmir Goldstein4-29/+38
2024-06-21fs: inotify: Fix typo in inotify commentOliver Ford1-1/+1
2024-06-21fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-15/+15
2024-06-21fanotify: fix incorrect fmode_t castsVasily Averin1-2/+2
2024-06-21fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2-24/+20
2024-06-21fsnotify: introduce mark type iteratorAmir Goldstein2-37/+30
2024-06-21fanotify: enable "evictable" inode marksAmir Goldstein1-1/+1
2024-06-21fanotify: use fsnotify group lock helpersAmir Goldstein1-7/+7
2024-06-21fanotify: implement "evictable" inode marksAmir Goldstein2-2/+38
2024-06-21fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein1-22/+25
2024-06-21fanotify: create helper fanotify_mark_user_flags()Amir Goldstein2-4/+12
2024-06-21fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein1-20/+56
2024-06-21dnotify: use fsnotify group lock helpersAmir Goldstein1-6/+7
2024-06-21inotify: use fsnotify group lock helpersAmir Goldstein1-2/+2
2024-06-21fsnotify: create helpers for group mark_mutex lockAmir Goldstein3-15/+24
2024-06-21fsnotify: make allow_dups a property of the groupAmir Goldstein1-6/+6
2024-06-21fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein4-15/+14
2024-06-21inotify: move control flags from mask to mark flagsAmir Goldstein4-19/+36
2024-06-21fanotify: do not allow setting dirent events in mask of non-dirAmir Goldstein1-0/+13
2024-06-21fsnotify: remove redundant parameter judgmentBang Li1-4/+2
2024-06-21fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein2-10/+30
2024-06-21fsnotify: fix merge with parent's ignored maskAmir Goldstein2-10/+11
2024-06-21fanotify: remove variable set but not usedYang Li1-3/+0
2024-06-21fanotify: wire up FAN_RENAME eventAmir Goldstein2-1/+9
2024-06-21fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein3-5/+72
2024-06-21fanotify: record either old name new name or both for FAN_RENAMEAmir Goldstein1-15/+44
2024-06-21fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein1-4/+38
2024-06-21fanotify: support secondary dir fh and name in fanotify_infoAmir Goldstein3-14/+88
2024-06-21fanotify: use helpers to parcel fanotify_info bufferAmir Goldstein2-16/+39
2024-06-21fanotify: use macros to get the offset to fanotify_info bufferAmir Goldstein2-12/+31
2024-06-21fsnotify: generate FS_RENAME event with rich informationAmir Goldstein2-9/+30
2024-06-21fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2-13/+46
2024-06-21fsnotify: separate mark iterator type from object type enumAmir Goldstein3-14/+14
2024-06-21fsnotify: clarify object type argumentAmir Goldstein3-17/+20
2024-06-21fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2-1/+5
2024-06-21fanotify: Emit generic error info for error eventGabriel Krisman Bertazi3-0/+38
2024-06-21fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi3-3/+25
2024-06-21fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi1-1/+11
2024-06-21fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2-6/+17
2024-06-21fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi1-3/+9
2024-06-21fanotify: Support merging of error eventsGabriel Krisman Bertazi2-3/+27
2024-06-21fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2-0/+41