aboutsummaryrefslogtreecommitdiffstats
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/...Linus Torvalds1-2/+2
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan1-2/+2
2023-09-12audit: Annotate struct audit_chunk with __counted_byKees Cook1-1/+1
2022-04-25audit: use fsnotify group lock helpersAmir Goldstein1-16/+16
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+1
2021-12-14audit: use struct_size() helper in kmalloc()Xiu Jianfeng1-1/+1
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+10
2021-09-19audit: add filtering for io_uring recordsPaul Moore1-1/+2
2021-09-13audit: rename struct node to struct audit_node to prevent future name collisionsChristophe Leroy1-10/+10
2021-08-24audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs1-1/+1
2021-06-08audit: Use list_move instead of list_del/list_addBaokun Li1-8/+4
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein1-1/+1
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+4
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-6/+4
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-3/+3
2020-06-17audit: Use struct_size() helper in alloc_chunkGustavo A. R. Silva1-3/+1
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-1/+1
2019-01-14audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs1-8/+11
2018-11-26audit: minimize our use of audit_log_format()Paul Moore1-2/+1
2018-11-12audit: Use 'mark' name for fsnotify_mark variablesJan Kara1-39/+40
2018-11-12audit: Replace chunk attached to mark instead of replacing markJan Kara1-77/+83
2018-11-12audit: Simplify locking around untag_chunk()Jan Kara1-37/+40
2018-11-12audit: Drop all unused chunk nodes during deletionJan Kara1-9/+18
2018-11-12audit: Guarantee forward progress of chunk untaggingJan Kara1-25/+17
2018-11-12audit: Allocate fsnotify mark independently of chunkJan Kara1-14/+50
2018-11-12audit: Provide helper for dropping mark's chunk referenceJan Kara1-1/+11
2018-11-12audit: Remove pointless check in insert_hash()Jan Kara1-2/+0
2018-11-12audit: Factor out chunk replacement codeJan Kara1-46/+40
2018-11-12audit: Make hash table insertion safe against concurrent lookupsJan Kara1-3/+29
2018-11-12audit: Embed key into chunkJan Kara1-19/+8
2018-11-12audit: Fix possible tagging failuresJan Kara1-7/+10
2018-11-12audit: Fix possible spurious -ENOSPC errorJan Kara1-10/+16
2018-11-12audit_tree: Remove mark->lock lockingJan Kara1-20/+4
2018-08-17Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+9
2018-06-28audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs1-0/+2
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein1-8/+9
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein1-5/+5
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-2/+0
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore1-4/+4
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-22/+56
2017-05-02audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-2/+2
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara1-7/+8
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-1/+2
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-1/+2
2017-04-10fsnotify: Detach mark from object list when last reference is droppedJan Kara1-16/+15
2017-04-10fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara1-5/+20
2017-04-10audit_tree: Use mark flags to check whether mark is aliveJan Kara1-3/+3
2017-04-05audit: Abstract hash key handlingJan Kara1-11/+28
2017-01-05Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-4/+14
2017-01-03audit: Fix sleep in atomicJan Kara1-4/+14
2016-12-23fsnotify: Remove fsnotify_duplicate_mark()Jan Kara1-4/+4
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro1-1/+1
2016-11-20audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb1-2/+1
2016-04-04audit: cleanup prune_tree_threadJiri Slaby1-7/+5
2015-11-04audit: audit_tree_match can be booleanYaowei Bai1-3/+3
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+2
2015-08-06audit: implement audit by executableRichard Guy Briggs1-0/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-28/+60
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells1-2/+2
2015-02-23audit: move the tree pruning to a dedicated threadImre Palik1-28/+60
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara1-8/+8
2014-11-11audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-10-10audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs1-2/+2
2014-09-23audit: invalid op= values for rulesBurn Alting1-1/+1
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+1
2014-01-21fsnotify: remove pointless NULL initializersJan Kara1-2/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-11/+1
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-3/+5
2013-06-12kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang1-0/+1
2013-04-29kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang1-1/+1
2013-01-11audit: catch possible NULL audit buffersKees Cook1-9/+17
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-5/+5
2012-08-15audit: clean up refcounting in audit-treeMiklos Szeredi1-3/+9
2012-08-15audit: fix refcounting in audit-treeMiklos Szeredi1-3/+2
2012-08-15audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi1-3/+3
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells1-5/+5
2011-07-20audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan1-7/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-30in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro1-2/+7
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-2/+4
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-1/+1
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+5
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-4/+4
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher1-2/+0
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-6/+6
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-7/+7
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-8/+8
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-1/+2
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: remove group_num altogetherEric Paris1-2/+1
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+2
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris1-104/+130
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03new helper: iterate_mounts()Al Viro1-33/+16
2010-03-03New helper: path_is_under(path1, path2)Al Viro1-39/+12
2009-12-19fix more leaks in audit_tree.c tag_chunk()Al Viro1-3/+6
2009-12-19fix braindamage in audit_tree.c untag_chunk()Al Viro1-2/+2
2009-06-24Fix rule eviction order for AUDIT_DIRAl Viro1-5/+51
2009-06-24Audit: clean up all op= output to include string quotingEric Paris1-6/+4
2009-06-11Switch collect_mounts() to struct pathAl Viro1-3/+3
2009-04-20No need for crossing to mountpoint in audit_tag_tree()Al Viro1-3/+0
2009-04-05audit: incorrect ref counting in audit tree tag_chunkEric Paris1-0/+2
2009-01-04audit: validate comparison operations, store them in sane formAl Viro1-1/+1
2009-01-04audit rules ordering, part 2Al Viro1-0/+1
2008-11-15Fix inotify watch removal/umount racesAl Viro1-37/+54
2008-10-23[PATCH] get rid of nameidata in audit_treeAl Viro1-24/+24
2008-05-17[PATCH] list_for_each_rcu must die: auditPaul E. McKenney1-3/+2
2008-02-14Introduce path_put()Jan Blunck1-6/+6
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-8/+8
2007-10-21[PATCH] audit: watching subtreesAl Viro1-0/+903