summaryrefslogtreecommitdiff
path: root/kernel/audit_tree.c
AgeCommit message (Expand)Author
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
2015-08-06audit: implement audit by executableRichard Guy Briggs
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells
2015-02-23audit: move the tree pruning to a dedicated threadImre Palik
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara
2014-11-11audit: keep inode pinnedMiklos Szeredi
2014-10-10audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs
2014-09-23audit: invalid op= values for rulesBurn Alting
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-06-12kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang
2013-04-29kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-01-11audit: catch possible NULL audit buffersKees Cook
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2012-08-15audit: clean up refcounting in audit-treeMiklos Szeredi
2012-08-15audit: fix refcounting in audit-treeMiklos Szeredi
2012-08-15audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2011-07-20audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-30in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: cleanup should_send_eventEric Paris