summaryrefslogtreecommitdiffstats
path: root/kernel/audit_fsnotify.c
Commit message (Expand)AuthorAgeFilesLines
* audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui2022-08-221-0/+1
* fsnotify: make allow_dups a property of the groupAmir Goldstein2022-04-251-2/+2
* fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2022-04-251-1/+2
* fsnotify: clarify contract for create event hooksAmir Goldstein2021-10-271-2/+1
* audit_alloc_mark(): don't open-code ERR_CAST()Al Viro2021-02-231-1/+1
* fsnotify: generalize handle_inode_event()Amir Goldstein2020-12-031-1/+1
* fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-271-12/+8
* audit: do not set FS_EVENT_ON_CHILD in audit marks maskAmir Goldstein2020-07-271-1/+1
* fsnotify: pass dir argument to handle_event() callbackAmir Goldstein2020-07-271-5/+5
* fsnotify: use helpers to access data by data_typeAmir Goldstein2020-03-231-11/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* audit_compare_dname_path(): switch to const struct qstr *Al Viro2019-04-281-1/+1
* fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-261-2/+2
* audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs2019-01-181-1/+1
* audit: minimize our use of audit_log_format()Paul Moore2018-11-261-2/+1
* audit: use session_info helperRichard Guy Briggs2018-11-191-3/+2
* fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+1
* fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-2/+1
* Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-031-4/+6
|\
| * fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-101-2/+2
| * fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-101-3/+4
| * fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
* | audit: remove unnecessary semicolon in audit_mark_handle_event()Nicholas Mc Guire2017-05-021-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-5/+5
|\
| * fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-051-5/+5
* | audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-201-3/+2
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-1/+1
* audit: clean simple fsnotify implementationRichard Guy Briggs2015-08-061-0/+216