aboutsummaryrefslogtreecommitdiff
path: root/fs/notify/dnotify
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-12-10file: Rename fcheck lookup_fd_rcuGravatar Eric W. Biederman 1-1/+1
2020-12-03fsnotify: generalize handle_inode_event()Gravatar Amir Goldstein 1-1/+1
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsGravatar Amir Goldstein 1-30/+8
2020-07-27dnotify: report both events on parent and child with single callbackGravatar Amir Goldstein 1-13/+29
2020-07-27fsnotify: pass dir argument to handle_event() callbackGravatar Amir Goldstein 1-4/+4
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+12
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsGravatar Aaron Goidel 1-3/+12
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Gravatar Thomas Gleixner 1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Gravatar Al Viro 1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgGravatar Shakeel Butt 1-2/+3
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentGravatar Eric W. Biederman 1-1/+2
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersGravatar Amir Goldstein 1-1/+1
2018-05-18fsnotify: remove redundant arguments to handle_event()Gravatar Amir Goldstein 1-3/+3
2017-10-31dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Gravatar Jan Kara 1-1/+6
2017-08-30fsnotify: make dnotify_fsnotify_ops constGravatar Bhumika Goyal 1-1/+1
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsGravatar Jan Kara 1-1/+2
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Gravatar Jan Kara 1-3/+2
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Gravatar Jan Kara 1-2/+2
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Gravatar Jan Kara 1-6/+3
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerGravatar Jan Kara 1-1/+2
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Gravatar Jan Kara 1-2/+1
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorGravatar Jan Kara 1-2/+2
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Gravatar Al Viro 1-1/+1
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Gravatar Jan Kara 1-4/+10
2014-12-13fsnotify: unify inode and mount marks handlingGravatar Jan Kara 1-2/+2
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnGravatar Jeff Layton 1-7/+1
2014-02-18inotify: Fix reporting of cookies for inotify eventsGravatar Jan Kara 1-1/+1
2014-01-21fsnotify: remove pointless NULL initializersGravatar Jan Kara 1-3/+0
2014-01-21fsnotify: remove .should_send_event callbackGravatar Jan Kara 1-18/+4
2014-01-21fsnotify: do not share events between notification groupsGravatar Jan Kara 1-6/+5
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupGravatar Lino Sanfilippo 1-12/+13
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Gravatar Lino Sanfilippo 1-2/+2
2010-07-28fanotify: use both marks when possibleGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markGravatar Eric Paris 1-7/+11
2010-07-28fsnotify: remove group->maskGravatar Eric Paris 1-4/+0
2010-07-28fsnotify: cleanup should_send_eventGravatar Eric Paris 1-10/+1
2010-07-28dnotify: use the mark in handler functionsGravatar Eric Paris 1-17/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsGravatar Eric Paris 1-1/+3
2010-07-28fsnotify: allow marks to not pin inodes in coreGravatar Eric Paris 1-1/+1
2010-07-28fsnotify: split generic and inode specific mark codeGravatar Eric Paris 1-6/+6
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Gravatar Andreas Gruenbacher 1-12/+0
2010-07-28dnotify: rename mark_entry to markGravatar Eric Paris 1-85/+85
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markGravatar Eric Paris 1-7/+7
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markGravatar Eric Paris 1-12/+12
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionGravatar Eric Paris 1-2/+2
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateGravatar Eric Paris 1-2/+2