index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
fanotify
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+0
2022-09-26
fanotify: Remove obsoleted fanotify_event_has_path()
Gaosheng Cui
1
-6
/
+0
2022-09-01
fs/notify: constify path
Al Viro
3
-5
/
+5
2022-07-01
fanotify: introduce FAN_MARK_IGNORE
Amir Goldstein
2
-10
/
+55
2022-07-01
fanotify: cleanups for fanotify_mark() input validations
Amir Goldstein
1
-9
/
+21
2022-07-01
fanotify: prepare for setting event flags in ignore mask
Amir Goldstein
2
-17
/
+23
2022-06-28
fanotify: refine the validation checks on non-dir inode mask
Amir Goldstein
1
-15
/
+19
2022-05-25
Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-52
/
+88
2022-05-23
fanotify: fix incorrect fmode_t casts
Vasily Averin
1
-2
/
+2
2022-05-18
fsnotify: consistent behavior for parent not watching children
Amir Goldstein
1
-9
/
+1
2022-05-18
fsnotify: introduce mark type iterator
Amir Goldstein
1
-10
/
+4
2022-05-09
fanotify: do not allow setting dirent events in mask of non-dir
Amir Goldstein
1
-0
/
+13
2022-04-25
fanotify: enable "evictable" inode marks
Amir Goldstein
1
-1
/
+1
2022-04-25
fanotify: use fsnotify group lock helpers
Amir Goldstein
1
-7
/
+7
2022-04-25
fanotify: implement "evictable" inode marks
Amir Goldstein
2
-2
/
+38
2022-04-25
fanotify: factor out helper fanotify_mark_update_flags()
Amir Goldstein
1
-22
/
+25
2022-04-25
fanotify: create helper fanotify_mark_user_flags()
Amir Goldstein
1
-0
/
+10
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
1
-1
/
+2
2022-02-24
fsnotify: optimize FS_MODIFY events with no ignored masks
Amir Goldstein
1
-7
/
+25
2022-02-24
fsnotify: fix merge with parent's ignored mask
Amir Goldstein
1
-8
/
+9
2022-02-01
fanotify: Fix stale file descriptor in copy_event_to_user()
Dan Carpenter
1
-3
/
+3
2022-01-28
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+0
2022-01-22
inotify: simplify subdirectory registration with register_sysctl()
Xiaoming Ni
1
-1
/
+9
2022-01-20
fanotify: remove variable set but not used
Yang Li
1
-3
/
+0
2021-12-15
fanotify: wire up FAN_RENAME event
Amir Goldstein
2
-1
/
+9
2021-12-15
fanotify: report old and/or new parent+name in FAN_RENAME event
Amir Goldstein
3
-5
/
+72
2021-12-15
fanotify: record either old name new name or both for FAN_RENAME
Amir Goldstein
1
-15
/
+44
2021-12-15
fanotify: record old and new parent and name in FAN_RENAME event
Amir Goldstein
1
-4
/
+38
2021-12-15
fanotify: support secondary dir fh and name in fanotify_info
Amir Goldstein
3
-14
/
+88
2021-12-15
fanotify: use helpers to parcel fanotify_info buffer
Amir Goldstein
2
-16
/
+39
2021-12-15
fanotify: use macros to get the offset to fanotify_info buffer
Amir Goldstein
2
-12
/
+31
2021-12-15
fanotify: introduce group flag FAN_REPORT_TARGET_FID
Amir Goldstein
2
-13
/
+46
2021-12-15
fsnotify: separate mark iterator type from object type enum
Amir Goldstein
1
-3
/
+3
2021-12-15
fsnotify: clarify object type argument
Amir Goldstein
1
-4
/
+4
2021-10-27
fanotify: Allow users to request FAN_FS_ERROR events
Gabriel Krisman Bertazi
2
-1
/
+5
2021-10-27
fanotify: Emit generic error info for error event
Gabriel Krisman Bertazi
3
-0
/
+38
2021-10-27
fanotify: Report fid info for file related file system errors
Gabriel Krisman Bertazi
3
-3
/
+25
2021-10-27
fanotify: WARN_ON against too large file handles
Gabriel Krisman Bertazi
1
-1
/
+11
2021-10-27
fanotify: Add helpers to decide whether to report FID/DFID
Gabriel Krisman Bertazi
2
-6
/
+17
2021-10-27
fanotify: Wrap object_fh inline space in a creator macro
Gabriel Krisman Bertazi
1
-3
/
+9
2021-10-27
fanotify: Support merging of error events
Gabriel Krisman Bertazi
2
-3
/
+27
2021-10-27
fanotify: Support enqueueing of error events
Gabriel Krisman Bertazi
2
-0
/
+41
2021-10-27
fanotify: Pre-allocate pool of error events
Gabriel Krisman Bertazi
3
-1
/
+39
2021-10-27
fanotify: Reserve UAPI bits for FAN_FS_ERROR
Gabriel Krisman Bertazi
1
-0
/
+1
2021-10-27
fanotify: Require fid_mode for any non-fd event
Gabriel Krisman Bertazi
1
-6
/
+6
2021-10-27
fanotify: Encode empty file handle when no inode is provided
Gabriel Krisman Bertazi
1
-1
/
+8
2021-10-27
fanotify: Allow file handle encoding for unhashed events
Gabriel Krisman Bertazi
1
-2
/
+6
2021-10-27
fanotify: Support null inode event in fanotify_dfid_inode
Gabriel Krisman Bertazi
1
-1
/
+1
2021-10-27
fsnotify: Pass group argument to free_event
Gabriel Krisman Bertazi
1
-1
/
+2
2021-10-27
fsnotify: Add wrapper around fsnotify_add_event
Gabriel Krisman Bertazi
1
-2
/
+2
[next]