index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
fsnotify: fix sending inotify event with unexpected filename
Amir Goldstein
1
-10
/
+13
2024-09-12
fsnotify: clear PARENT_WATCHED flags lazily
Amir Goldstein
3
-14
/
+51
2024-04-10
fanotify: Remove obsoleted fanotify_event_has_path()
Gaosheng Cui
1
-6
/
+0
2024-04-10
fsnotify: remove unused declaration
Gaosheng Cui
1
-4
/
+0
2024-04-10
fs/notify: constify path
Al Viro
3
-5
/
+5
2024-04-10
fsnotify: Fix comment typo
Xin Gao
1
-1
/
+1
2024-04-10
fanotify: introduce FAN_MARK_IGNORE
Amir Goldstein
2
-10
/
+55
2024-04-10
fanotify: cleanups for fanotify_mark() input validations
Amir Goldstein
1
-9
/
+21
2024-04-10
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
4
-29
/
+38
2024-04-10
fs: inotify: Fix typo in inotify comment
Oliver Ford
1
-1
/
+1
2024-04-10
fanotify: refine the validation checks on non-dir inode mask
Amir Goldstein
1
-15
/
+15
2024-04-10
fanotify: fix incorrect fmode_t casts
Vasily Averin
1
-2
/
+2
2024-04-10
fsnotify: consistent behavior for parent not watching children
Amir Goldstein
2
-24
/
+20
2024-04-10
fsnotify: introduce mark type iterator
Amir Goldstein
2
-37
/
+30
2024-04-10
fanotify: enable "evictable" inode marks
Amir Goldstein
1
-1
/
+1
2024-04-10
fanotify: use fsnotify group lock helpers
Amir Goldstein
1
-7
/
+7
2024-04-10
fanotify: implement "evictable" inode marks
Amir Goldstein
2
-2
/
+38
2024-04-10
fanotify: factor out helper fanotify_mark_update_flags()
Amir Goldstein
1
-22
/
+25
2024-04-10
fanotify: create helper fanotify_mark_user_flags()
Amir Goldstein
2
-4
/
+12
2024-04-10
fsnotify: allow adding an inode mark without pinning inode
Amir Goldstein
1
-20
/
+56
2024-04-10
dnotify: use fsnotify group lock helpers
Amir Goldstein
1
-6
/
+7
2024-04-10
inotify: use fsnotify group lock helpers
Amir Goldstein
1
-2
/
+2
2024-04-10
fsnotify: create helpers for group mark_mutex lock
Amir Goldstein
3
-15
/
+24
2024-04-10
fsnotify: make allow_dups a property of the group
Amir Goldstein
1
-6
/
+6
2024-04-10
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
4
-15
/
+14
2024-04-10
inotify: move control flags from mask to mark flags
Amir Goldstein
4
-19
/
+36
2024-04-10
fanotify: do not allow setting dirent events in mask of non-dir
Amir Goldstein
1
-0
/
+13
2024-04-10
fsnotify: remove redundant parameter judgment
Bang Li
1
-4
/
+2
2024-04-10
fsnotify: optimize FS_MODIFY events with no ignored masks
Amir Goldstein
2
-10
/
+30
2024-04-10
fsnotify: fix merge with parent's ignored mask
Amir Goldstein
2
-10
/
+11
2024-04-10
fanotify: wire up FAN_RENAME event
Amir Goldstein
2
-1
/
+9
2024-04-10
fanotify: report old and/or new parent+name in FAN_RENAME event
Amir Goldstein
3
-5
/
+72
2024-04-10
fanotify: record either old name new name or both for FAN_RENAME
Amir Goldstein
1
-15
/
+44
2024-04-10
fanotify: record old and new parent and name in FAN_RENAME event
Amir Goldstein
1
-4
/
+38
2024-04-10
fanotify: support secondary dir fh and name in fanotify_info
Amir Goldstein
3
-14
/
+88
2024-04-10
fanotify: use helpers to parcel fanotify_info buffer
Amir Goldstein
2
-16
/
+39
2024-04-10
fanotify: use macros to get the offset to fanotify_info buffer
Amir Goldstein
2
-12
/
+31
2024-04-10
fsnotify: generate FS_RENAME event with rich information
Amir Goldstein
2
-9
/
+30
2024-04-10
fanotify: introduce group flag FAN_REPORT_TARGET_FID
Amir Goldstein
2
-13
/
+46
2024-04-10
fsnotify: separate mark iterator type from object type enum
Amir Goldstein
3
-14
/
+14
2024-04-10
fsnotify: clarify object type argument
Amir Goldstein
3
-17
/
+20
2024-04-10
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
2
-1
/
+5
2024-04-10
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
3
-0
/
+38
2024-04-10
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
3
-3
/
+25
2024-04-10
fanotify: WARN_ON against too large file handles
Gabriel Krisman Bertazi
1
-1
/
+11
2024-04-10
fanotify: Add helpers to decide whether to report FID/DFID
Gabriel Krisman Bertazi
2
-6
/
+17
2024-04-10
fanotify: Wrap object_fh inline space in a creator macro
Gabriel Krisman Bertazi
1
-3
/
+9
2024-04-10
fanotify: Support merging of error events
Gabriel Krisman Bertazi
2
-3
/
+27
2024-04-10
fanotify: Support enqueueing of error events
Gabriel Krisman Bertazi
2
-0
/
+41
2024-04-10
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
3
-1
/
+39
[next]