aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit_tree.c
AgeCommit message (Expand)Author
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
2020-06-17audit: Use struct_size() helper in alloc_chunkGustavo A. R. Silva
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro
2019-01-14audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs
2018-11-26audit: minimize our use of audit_log_format()Paul Moore
2018-11-12audit: Use 'mark' name for fsnotify_mark variablesJan Kara
2018-11-12audit: Replace chunk attached to mark instead of replacing markJan Kara
2018-11-12audit: Simplify locking around untag_chunk()Jan Kara
2018-11-12audit: Drop all unused chunk nodes during deletionJan Kara
2018-11-12audit: Guarantee forward progress of chunk untaggingJan Kara
2018-11-12audit: Allocate fsnotify mark independently of chunkJan Kara
2018-11-12audit: Provide helper for dropping mark's chunk referenceJan Kara
2018-11-12audit: Remove pointless check in insert_hash()Jan Kara
2018-11-12audit: Factor out chunk replacement codeJan Kara
2018-11-12audit: Make hash table insertion safe against concurrent lookupsJan Kara
2018-11-12audit: Embed key into chunkJan Kara
2018-11-12audit: Fix possible tagging failuresJan Kara
2018-11-12audit: Fix possible spurious -ENOSPC errorJan Kara
2018-11-12audit_tree: Remove mark->lock lockingJan Kara
2018-08-17Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-28audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-05-02audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova
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: Pass fsnotify_iter_info into handle_event handlerJan Kara
2017-04-10fsnotify: Detach mark from object list when last reference is droppedJan Kara
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara
2017-04-10audit_tree: Use mark flags to check whether mark is aliveJan Kara
2017-04-05audit: Abstract hash key handlingJan Kara
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-01-03audit: Fix sleep in atomicJan Kara
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Jan Kara
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro
2016-11-20audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb
2016-04-04audit: cleanup prune_tree_threadJiri Slaby
2015-11-04audit: audit_tree_match can be booleanYaowei Bai
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds