index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
inotify
/
inotify_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsnotify: remove group->mask
Eric Paris
2010-07-28
1
-9
/
+0
*
fsnotify: fsnotify_add_notify_event should return an event
Eric Paris
2010-07-28
1
-3
/
+8
*
fsnotify: add pr_debug throughout
Eric Paris
2010-07-28
1
-0
/
+10
*
inotify: Fix mask checks
Jerome Marchand
2010-07-28
1
-2
/
+2
*
inotify: force inotify and fsnotify use same bits
Eric Paris
2010-07-28
1
-0
/
+21
*
inotify: allow users to request not to recieve events on unlinked children
Eric Paris
2010-07-28
1
-1
/
+1
*
inotify: send IN_UNMOUNT events
Eric Paris
2010-07-28
1
-2
/
+5
*
inotify_user.c: make local symbol static
H Hartley Sweeten
2010-07-28
1
-1
/
+1
*
fsnotify: intoduce a notification merge argument
Eric Paris
2010-07-28
1
-1
/
+1
*
fsnotify: allow marks to not pin inodes in core
Eric Paris
2010-07-28
1
-7
/
+5
*
fsnotify: split generic and inode specific mark code
Eric Paris
2010-07-28
1
-2
/
+2
*
fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()
Andreas Gruenbacher
2010-07-28
1
-2
/
+0
*
inotify: rename mark_entry to just mark
Eric Paris
2010-07-28
1
-96
/
+96
*
fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark
Eric Paris
2010-07-28
1
-3
/
+3
*
fsnotify: rename fsnotify_mark_entry to just fsnotify_mark
Eric Paris
2010-07-28
1
-4
/
+4
*
fsnotify: put inode specific fields in an fsnotify_mark in a union
Eric Paris
2010-07-28
1
-5
/
+5
*
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
-10
/
+1
*
fsnotify: per group notification queue merge types
Eric Paris
2010-07-28
1
-1
/
+1
*
inotify: do not spam console without limit
Eric Paris
2010-07-28
1
-7
/
+4
*
inotify: do not reuse watch descriptors
Eric Paris
2010-07-28
1
-7
/
+6
*
inotify: use container_of instead of casting
Eric Paris
2010-07-28
1
-1
/
+3
*
fsnotify: allow addition of duplicate fsnotify marks
Eric Paris
2010-07-28
1
-1
/
+1
*
inotify: simplify the inotify idr handling
Eric Paris
2010-07-28
1
-55
/
+139
*
inotify: race use after free/double free in inotify inode marks
Eric Paris
2010-05-14
1
-3
/
+6
*
inotify: clean up the inotify_add_watch out path
Eric Paris
2010-05-14
1
-5
/
+2
*
switch inotify_user to anon_inode
Al Viro
2010-02-19
1
-53
/
+6
*
inotify: do not reuse watch descriptors
Eric Paris
2010-01-15
1
-2
/
+2
*
switch alloc_file() to passing struct path
Al Viro
2009-12-16
1
-2
/
+6
*
switched inotify_init1() to alloc_file()
Al Viro
2009-12-16
1
-15
/
+10
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-09
1
-4
/
+0
|
\
|
*
inotify: remove superfluous return code check
Giuseppe Scrivano
2009-12-04
1
-4
/
+0
*
|
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2009-11-18
1
-3
/
+3
*
|
sysctl fs: Remove dead binary sysctl support
Eric W. Biederman
2009-11-12
1
-7
/
+1
|
/
*
inotify: update the group mask on mark addition
Eric Paris
2009-08-28
1
-0
/
+4
*
inotify: fix length reporting and size checking
Eric Paris
2009-08-28
1
-3
/
+5
*
inotify: do not send a block of zeros when no pathname is available
Brian Rogers
2009-08-28
1
-3
/
+5
*
inotify: Ensure we alwasy write the terminating NULL.
Eric W. Biederman
2009-08-27
1
-7
/
+6
*
inotify: fix locking around inotify watching in the idr
Eric Paris
2009-08-27
1
-10
/
+40
*
inotify: seperate new watch creation updating existing watches
Eric Paris
2009-08-27
1
-69
/
+103
*
inotify: start watch descriptor count at 1
Eric Paris
2009-08-17
1
-1
/
+1
*
notify: unused event private race
Eric Paris
2009-08-17
1
-4
/
+3
*
inotify: use GFP_NOFS under potential memory pressure
Eric Paris
2009-07-21
1
-6
/
+12
*
inotify: fix error paths in inotify_update_watch
Eric Paris
2009-07-21
1
-30
/
+49
*
inotify: do not leak inode marks in inotify_add_watch
Eric Paris
2009-07-21
1
-4
/
+10
*
inotify: drop user watch count when a watch is removed
Eric Paris
2009-07-21
1
-0
/
+2
*
fs/notify/inotify: decrement user inotify count on close
Keith Packard
2009-07-02
1
-0
/
+3
*
inotify: inotify_destroy_mark_entry could get called twice
Eric Paris
2009-06-19
1
-27
/
+5
*
inotify: reimplement inotify using fsnotify
Eric Paris
2009-06-11
1
-438
/
+399
[next]