summaryrefslogtreecommitdiffstats
path: root/kernel/audit_tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-11-141-1/+1
|\
| * fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_tElena Reshetova2017-10-311-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-031-22/+56
|\
| * 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-7/+8
| * fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-101-1/+2
| * fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
| * fsnotify: Detach mark from object list when last reference is droppedJan Kara2017-04-101-16/+15
| * fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-101-5/+20
| * audit_tree: Use mark flags to check whether mark is aliveJan Kara2017-04-101-3/+3
| * audit: Abstract hash key handlingJan Kara2017-04-051-11/+28
* | audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
|/
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-01-051-4/+14
|\
| * audit: Fix sleep in atomicJan Kara2017-01-031-4/+14
| * fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-231-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-1/+1
|\ \ | |/ |/|
| * fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-051-1/+1
* | audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-201-2/+1
|/
* audit: cleanup prune_tree_threadJiri Slaby2016-04-041-7/+5
* audit: audit_tree_match can be booleanYaowei Bai2015-11-041-3/+3
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-081-0/+2
|\
| * audit: implement audit by executableRichard Guy Briggs2015-08-061-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\ \
| * | VFS: audit: d_backing_inode() annotationsDavid Howells2015-04-151-2/+2
| |/
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-04-221-28/+60
|\ \ | |/ |/|
| * audit: move the tree pruning to a dedicated threadImre Palik2015-02-231-28/+60
* | fsnotify: unify inode and mount marks handlingJan Kara2014-12-131-8/+8
|/
* audit: keep inode pinnedMiklos Szeredi2014-11-111-0/+1
* audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs2014-10-101-2/+2
* audit: invalid op= values for rulesBurn Alting2014-09-231-1/+1
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: remove pointless NULL initializersJan Kara2014-01-211-2/+0
* fsnotify: remove .should_send_event callbackJan Kara2014-01-211-11/+1
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-3/+5
* kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang2013-06-121-0/+1
* kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-04-291-1/+1
* audit: catch possible NULL audit buffersKees Cook2013-01-111-9/+17
* fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-5/+5
* audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-151-3/+9
* audit: fix refcounting in audit-treeMiklos Szeredi2012-08-151-3/+2
* audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-151-3/+3
* VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2012-07-141-5/+5
* audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan2011-07-201-7/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro2010-10-301-2/+7
* fanotify: use both marks when possibleEric Paris2010-07-281-1/+1
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-281-2/+4
* fsnotify: cleanup should_send_eventEric Paris2010-07-281-1/+1
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-281-3/+5
OpenPOWER on IntegriCloud