summaryrefslogtreecommitdiff
path: root/fs/notify/dnotify/dnotify.c
AgeCommit message (Expand)Author
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-07-10dnotify: Pass argument of fcntl_dirnotify as intLuca Vizzarro
2022-04-25dnotify: use fsnotify group lock helpersAmir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni
2021-12-15fsnotify: generate FS_RENAME event with rich informationAmir Goldstein
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27dnotify: report both events on parent and child with single callbackAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein
2017-10-31dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara
2017-08-30fsnotify: make dnotify_fsnotify_ops constBhumika Goyal
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara
2017-04-10fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara
2017-04-10fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro
2015-09-04fsnotify: get rid of fsnotify_destroy_mark_locked()Jan Kara
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-21fsnotify: remove pointless NULL initializersJan Kara
2014-01-21fsnotify: remove .should_send_event callbackJan Kara
2014-01-21fsnotify: do not share events between notification groupsJan Kara
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo
2013-02-22new helper: file_inode(file)Al Viro
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: remove group->maskEric Paris
2010-07-28fsnotify: cleanup should_send_eventEric Paris
2010-07-28dnotify: use the mark in handler functionsEric Paris
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris