index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-21
Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-02-07
fanotify,audit: Allow audit to use the full permission event response
Richard Guy Briggs
1
-1
/
+2
2023-02-07
fanotify: define struct members to hold response decision context
Richard Guy Briggs
3
-22
/
+73
2023-02-07
fanotify: Ensure consistent variable type for response
Richard Guy Briggs
2
-4
/
+4
2023-02-03
fs/notify: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2022-10-07
Merge tag 'fsnotify-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-10
/
+0
2022-09-26
fanotify: Remove obsoleted fanotify_event_has_path()
Gaosheng Cui
1
-6
/
+0
2022-09-09
fsnotify: remove unused declaration
Gaosheng Cui
1
-4
/
+0
2022-09-02
fs/notify: constify path
Al Viro
3
-5
/
+5
2022-07-26
fsnotify: Fix comment typo
Xin Gao
1
-1
/
+1
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
4
-29
/
+38
2022-07-01
fs: inotify: Fix typo in inotify comment
Oliver Ford
1
-1
/
+1
2022-06-28
fanotify: refine the validation checks on non-dir inode mask
Amir Goldstein
1
-15
/
+19
2022-05-26
Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-186
/
+289
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
2
-24
/
+20
2022-05-18
fsnotify: introduce mark type iterator
Amir Goldstein
2
-37
/
+30
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
2
-4
/
+12
2022-04-25
fsnotify: allow adding an inode mark without pinning inode
Amir Goldstein
1
-20
/
+56
2022-04-25
dnotify: use fsnotify group lock helpers
Amir Goldstein
1
-6
/
+7
2022-04-25
inotify: use fsnotify group lock helpers
Amir Goldstein
1
-2
/
+2
2022-04-25
fsnotify: create helpers for group mark_mutex lock
Amir Goldstein
3
-15
/
+24
2022-04-25
fsnotify: make allow_dups a property of the group
Amir Goldstein
1
-6
/
+6
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
4
-15
/
+14
2022-04-25
fsnotify: fix wrong lockdep annotations
Amir Goldstein
1
-3
/
+3
2022-04-25
inotify: move control flags from mask to mark flags
Amir Goldstein
4
-19
/
+36
2022-04-25
inotify: show inotify mask flags in proc fdinfo
Amir Goldstein
3
-10
/
+15
2022-03-14
fsnotify: remove redundant parameter judgment
Bang Li
1
-4
/
+2
2022-02-24
fsnotify: optimize FS_MODIFY events with no ignored masks
Amir Goldstein
2
-10
/
+30
2022-02-24
fsnotify: fix merge with parent's ignored mask
Amir Goldstein
2
-10
/
+11
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
2
-2
/
+19
2022-01-22
dnotify: move dnotify sysctl to dnotify.c
Xiaoming Ni
1
-1
/
+20
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
fsnotify: generate FS_RENAME event with rich information
Amir Goldstein
2
-9
/
+30
[next]