index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
notify
/
dnotify
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsnotify: add fsnotify_add_inode_mark() wrappers
Amir Goldstein
2018-05-18
1
-1
/
+1
*
fsnotify: remove redundant arguments to handle_event()
Amir Goldstein
2018-05-18
1
-3
/
+3
*
dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()
Jan Kara
2017-10-31
1
-1
/
+6
*
fsnotify: make dnotify_fsnotify_ops const
Bhumika Goyal
2017-08-30
1
-1
/
+1
*
fsnotify: Move ->free_mark callback to fsnotify_ops
Jan Kara
2017-04-10
1
-1
/
+2
*
fsnotify: Add group pointer in fsnotify_init_mark()
Jan Kara
2017-04-10
1
-3
/
+2
*
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
Jan Kara
2017-04-10
1
-2
/
+2
*
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
Jan Kara
2017-04-10
1
-6
/
+3
*
fsnotify: Pass fsnotify_iter_info into handle_event handler
Jan Kara
2017-04-10
1
-1
/
+2
*
fsnotify: Move locking into fsnotify_recalc_mask()
Jan Kara
2017-04-10
1
-2
/
+1
*
fsnotify: Move object pointer to fsnotify_mark_connector
Jan Kara
2017-04-10
1
-2
/
+2
*
fsnotify: constify 'data' passed to ->handle_event()
Al Viro
2016-12-05
1
-1
/
+1
*
fsnotify: get rid of fsnotify_destroy_mark_locked()
Jan Kara
2015-09-04
1
-4
/
+10
*
fsnotify: unify inode and mount marks handling
Jan Kara
2014-12-13
1
-2
/
+2
*
security: make security_file_set_fowner, f_setown and __f_setown void return
Jeff Layton
2014-09-09
1
-7
/
+1
*
inotify: Fix reporting of cookies for inotify events
Jan Kara
2014-02-18
1
-1
/
+1
*
fsnotify: remove pointless NULL initializers
Jan Kara
2014-01-21
1
-3
/
+0
*
fsnotify: remove .should_send_event callback
Jan Kara
2014-01-21
1
-18
/
+4
*
fsnotify: do not share events between notification groups
Jan Kara
2014-01-21
1
-6
/
+5
*
dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group
Lino Sanfilippo
2013-07-09
1
-12
/
+13
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-2
/
+2
*
fsnotify: pass group to fsnotify_destroy_mark()
Lino Sanfilippo
2012-12-11
1
-2
/
+2
*
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
[next]