index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
notify
/
dnotify
/
dnotify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-25
dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()
Jan Kara
1
-1
/
+6
2017-08-30
fsnotify: make dnotify_fsnotify_ops const
Bhumika Goyal
1
-1
/
+1
2017-04-10
fsnotify: Move ->free_mark callback to fsnotify_ops
Jan Kara
1
-1
/
+2
2017-04-10
fsnotify: Add group pointer in fsnotify_init_mark()
Jan Kara
1
-3
/
+2
2017-04-10
fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
Jan Kara
1
-2
/
+2
2017-04-10
fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
Jan Kara
1
-6
/
+3
2017-04-10
fsnotify: Pass fsnotify_iter_info into handle_event handler
Jan Kara
1
-1
/
+2
2017-04-10
fsnotify: Move locking into fsnotify_recalc_mask()
Jan Kara
1
-2
/
+1
2017-04-10
fsnotify: Move object pointer to fsnotify_mark_connector
Jan Kara
1
-2
/
+2
2016-12-05
fsnotify: constify 'data' passed to ->handle_event()
Al Viro
1
-1
/
+1
2015-09-04
fsnotify: get rid of fsnotify_destroy_mark_locked()
Jan Kara
1
-4
/
+10
2014-12-13
fsnotify: unify inode and mount marks handling
Jan Kara
1
-2
/
+2
2014-09-09
security: make security_file_set_fowner, f_setown and __f_setown void return
Jeff Layton
1
-7
/
+1
2014-02-18
inotify: Fix reporting of cookies for inotify events
Jan Kara
1
-1
/
+1
2014-01-21
fsnotify: remove pointless NULL initializers
Jan Kara
1
-3
/
+0
2014-01-21
fsnotify: remove .should_send_event callback
Jan Kara
1
-18
/
+4
2014-01-21
fsnotify: do not share events between notification groups
Jan Kara
1
-6
/
+5
2013-07-09
dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group
Lino Sanfilippo
1
-12
/
+13
2013-02-22
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2012-12-11
fsnotify: pass group to fsnotify_destroy_mark()
Lino Sanfilippo
1
-2
/
+2
2010-07-28
fanotify: use both marks when possible
Eric Paris
1
-1
/
+1
2010-07-28
fsnotify: pass both the vfsmount mark and inode mark
Eric Paris
1
-7
/
+11
2010-07-28
fsnotify: remove group->mask
Eric Paris
1
-4
/
+0
2010-07-28
fsnotify: cleanup should_send_event
Eric Paris
1
-10
/
+1
2010-07-28
dnotify: use the mark in handler functions
Eric Paris
1
-17
/
+5
2010-07-28
fsnotify: send fsnotify_mark to groups in event handling functions
Eric Paris
1
-1
/
+3
2010-07-28
fsnotify: allow marks to not pin inodes in core
Eric Paris
1
-1
/
+1
2010-07-28
fsnotify: split generic and inode specific mark code
Eric Paris
1
-6
/
+6
2010-07-28
fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()
Andreas Gruenbacher
1
-12
/
+0
2010-07-28
dnotify: rename mark_entry to mark
Eric Paris
1
-85
/
+85
2010-07-28
fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark
Eric Paris
1
-7
/
+7
2010-07-28
fsnotify: rename fsnotify_mark_entry to just fsnotify_mark
Eric Paris
1
-12
/
+12
2010-07-28
fsnotify: put inode specific fields in an fsnotify_mark in a union
Eric Paris
1
-2
/
+2
2010-07-28
fsnotify: include vfsmount in should_send_event when appropriate
Eric Paris
1
-2
/
+2
2010-07-28
fsnotify: drop mask argument from fsnotify_alloc_group
Eric Paris
1
-1
/
+1
2010-07-28
fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group
Eric Paris
1
-1
/
+1
2010-07-28
fsnotify: remove group_num altogether
Eric Paris
1
-2
/
+1
2010-07-28
fsnotify: include data in should_send calls
Eric Paris
1
-1
/
+1
2010-07-28
fsnotify: provide the data type to should_send_event
Eric Paris
1
-1
/
+2
2010-07-28
fsnotify: allow addition of duplicate fsnotify marks
Eric Paris
1
-1
/
+1
2009-10-20
dnotify: ignore FS_EVENT_ON_CHILD
Andreas Gruenbacher
1
-1
/
+2
2009-06-11
fsnotify: allow groups to set freeing_mark to null
Eric Paris
1
-7
/
+1
2009-06-11
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD
Eric Paris
1
-0
/
+1
2009-06-11
dnotify: do not bother to lock entry->lock when reading mask
Eric Paris
1
-2
/
+1
2009-06-11
dnotify: do not use ?true:false when assigning to a bool
Eric Paris
1
-1
/
+1
2009-06-11
fsnotify: allow groups to add private data to events
Eric Paris
1
-0
/
+1
2009-06-11
dnotify: reimplement dnotify using fsnotify
Eric Paris
1
-107
/
+362
2008-12-31
filesystem notification: create fs/notify to contain all fs notification
Eric Paris
1
-0
/
+191