aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit_tree.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+2
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-2/+2
2023-09-12audit: Annotate struct audit_chunk with __counted_byGravatar Kees Cook 1-1/+1
2022-04-25audit: use fsnotify group lock helpersGravatar Amir Goldstein 1-16/+16
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Gravatar Amir Goldstein 1-1/+1
2021-12-14audit: use struct_size() helper in kmalloc()Gravatar Xiu Jianfeng 1-1/+1
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-10/+10
2021-09-19audit: add filtering for io_uring recordsGravatar Paul Moore 1-1/+2
2021-09-13audit: rename struct node to struct audit_node to prevent future name collisionsGravatar Christophe Leroy 1-10/+10
2021-08-24audit: move put_tree() to avoid trim_trees refcount underflow and UAFGravatar Richard Guy Briggs 1-1/+1
2021-06-08audit: Use list_move instead of list_del/list_addGravatar Baokun Li 1-8/+4
2020-12-03fsnotify: generalize handle_inode_event()Gravatar Amir Goldstein 1-1/+1
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+4
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsGravatar Amir Goldstein 1-6/+4
2020-07-27fsnotify: pass dir argument to handle_event() callbackGravatar Amir Goldstein 1-3/+3
2020-06-17audit: Use struct_size() helper in alloc_chunkGravatar Gustavo A. R. Silva 1-3/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Gravatar Al Viro 1-1/+1
2019-01-14audit: hand taken context to audit_kill_trees for syscall loggingGravatar Richard Guy Briggs 1-8/+11
2018-11-26audit: minimize our use of audit_log_format()Gravatar Paul Moore 1-2/+1
2018-11-12audit: Use 'mark' name for fsnotify_mark variablesGravatar Jan Kara 1-39/+40
2018-11-12audit: Replace chunk attached to mark instead of replacing markGravatar Jan Kara 1-77/+83
2018-11-12audit: Simplify locking around untag_chunk()Gravatar Jan Kara 1-37/+40
2018-11-12audit: Drop all unused chunk nodes during deletionGravatar Jan Kara 1-9/+18
2018-11-12audit: Guarantee forward progress of chunk untaggingGravatar Jan Kara 1-25/+17
2018-11-12audit: Allocate fsnotify mark independently of chunkGravatar Jan Kara 1-14/+50
2018-11-12audit: Provide helper for dropping mark's chunk referenceGravatar Jan Kara 1-1/+11
2018-11-12audit: Remove pointless check in insert_hash()Gravatar Jan Kara 1-2/+0
2018-11-12audit: Factor out chunk replacement codeGravatar Jan Kara 1-46/+40
2018-11-12audit: Make hash table insertion safe against concurrent lookupsGravatar Jan Kara 1-3/+29
2018-11-12audit: Embed key into chunkGravatar Jan Kara 1-19/+8
2018-11-12audit: Fix possible tagging failuresGravatar Jan Kara 1-7/+10
2018-11-12audit: Fix possible spurious -ENOSPC errorGravatar Jan Kara 1-10/+16
2018-11-12audit_tree: Remove mark->lock lockingGravatar Jan Kara 1-20/+4
2018-08-17Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+9
2018-06-28audit: check audit_enabled in audit_tree_log_remove_rule()Gravatar Richard Guy Briggs 1-0/+2
2018-06-27fsnotify: let connector point to an abstract objectGravatar Amir Goldstein 1-8/+9
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersGravatar Amir Goldstein 1-5/+5
2018-05-18fsnotify: remove redundant arguments to handle_event()Gravatar Amir Goldstein 1-2/+0
2018-02-23audit: track the owner of the command mutex ourselvesGravatar Paul Moore 1-4/+4
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Gravatar Linus Torvalds 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Gravatar Linus Torvalds 1-22/+56
2017-05-02audit: convert audit_tree.count from atomic_t to refcount_tGravatar Elena Reshetova 1-4/+5
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsGravatar Jan Kara 1-2/+2
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Gravatar Jan Kara 1-7/+8
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Gravatar Jan Kara 1-1/+2
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerGravatar Jan Kara 1-1/+2
2017-04-10fsnotify: Detach mark from object list when last reference is droppedGravatar Jan Kara 1-16/+15
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorGravatar Jan Kara 1-5/+20