index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
/
dnotify
Commit message (
Expand
)
Author
Age
Files
Lines
*
fanotify: use both marks when possible
Eric Paris
2010-07-28
1
-1
/
+1
*
fsnotify: pass both the vfsmount mark and inode mark
Eric Paris
2010-07-28
1
-7
/
+11
*
fsnotify: remove group->mask
Eric Paris
2010-07-28
1
-4
/
+0
*
fsnotify: cleanup should_send_event
Eric Paris
2010-07-28
1
-10
/
+1
*
dnotify: use the mark in handler functions
Eric Paris
2010-07-28
1
-17
/
+5
*
fsnotify: send fsnotify_mark to groups in event handling functions
Eric Paris
2010-07-28
1
-1
/
+3
*
fsnotify: allow marks to not pin inodes in core
Eric Paris
2010-07-28
1
-1
/
+1
*
fsnotify: split generic and inode specific mark code
Eric Paris
2010-07-28
1
-6
/
+6
*
fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()
Andreas Gruenbacher
2010-07-28
1
-12
/
+0
*
dnotify: rename mark_entry to mark
Eric Paris
2010-07-28
1
-85
/
+85
*
fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark
Eric Paris
2010-07-28
1
-7
/
+7
*
fsnotify: rename fsnotify_mark_entry to just fsnotify_mark
Eric Paris
2010-07-28
1
-12
/
+12
*
fsnotify: put inode specific fields in an fsnotify_mark in a union
Eric Paris
2010-07-28
1
-2
/
+2
*
fsnotify: include vfsmount in should_send_event when appropriate
Eric Paris
2010-07-28
1
-2
/
+2
*
fsnotify: drop mask argument from fsnotify_alloc_group
Eric Paris
2010-07-28
1
-1
/
+1
*
fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group
Eric Paris
2010-07-28
1
-1
/
+1
*
fsnotify: remove group_num altogether
Eric Paris
2010-07-28
1
-2
/
+1
*
fsnotify: include data in should_send calls
Eric Paris
2010-07-28
1
-1
/
+1
*
fsnotify: provide the data type to should_send_event
Eric Paris
2010-07-28
1
-1
/
+2
*
fsnotify: allow addition of duplicate fsnotify marks
Eric Paris
2010-07-28
1
-1
/
+1
*
dnotify: ignore FS_EVENT_ON_CHILD
Andreas Gruenbacher
2009-10-20
1
-1
/
+2
*
fsnotify: use def_bool in kconfig instead of letting the user choose
Eric Paris
2009-07-21
1
-1
/
+1
*
fsnotify: allow groups to set freeing_mark to null
Eric Paris
2009-06-11
1
-7
/
+1
*
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD
Eric Paris
2009-06-11
1
-0
/
+1
*
dnotify: do not bother to lock entry->lock when reading mask
Eric Paris
2009-06-11
1
-2
/
+1
*
dnotify: do not use ?true:false when assigning to a bool
Eric Paris
2009-06-11
1
-1
/
+1
*
fsnotify: allow groups to add private data to events
Eric Paris
2009-06-11
1
-0
/
+1
*
dnotify: reimplement dnotify using fsnotify
Eric Paris
2009-06-11
2
-107
/
+363
*
filesystem notification: create fs/notify to contain all fs notification
Eric Paris
2008-12-31
3
-0
/
+202