summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-04audit: cleanup prune_tree_threadJiri Slaby1-7/+5
2015-11-04audit: audit_tree_match can be booleanYaowei Bai2-4/+4
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-38/+359
2015-08-06audit: implement audit by executableRichard Guy Briggs7-2/+97
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds343-1867/+1877
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-53/+94
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells4-13/+13
2015-02-23audit: move the tree pruning to a dedicated threadImre Palik1-28/+60
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara11-229/+160
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 Alting3-5/+5
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara9-9/+10
2014-01-22fsnotify: remove pointless NULL initializersJan Kara4-9/+0
2014-01-22fsnotify: remove .should_send_event callbackJan Kara7-72/+22
2014-01-22fsnotify: do not share events between notification groupsJan Kara13-708/+318
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 Cook4-11/+27
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo10-34/+38
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 Howells3-62/+73
2011-07-20audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan1-7/+1
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
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 Paris7-61/+41
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris7-45/+91
2010-07-28fsnotify: cleanup should_send_eventEric Paris6-45/+16
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris7-25/+37
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris12-252/+347
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher6-32/+19
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris7-31/+31
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris13-94/+94
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris6-34/+43
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris6-26/+29
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris6-13/+6
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris6-14/+10
2010-07-28fsnotify: remove group_num altogetherEric Paris6-70/+7
2010-07-28fsnotify: include data in should_send callsEric Paris6-6/+7
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris6-6/+11
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris4-109/+136
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-03new helper: iterate_mounts()Al Viro3-34/+33
2010-03-03New helper: path_is_under(path1, path2)Al Viro3-39/+37
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 Viro4-23/+72
2009-06-24Audit: clean up all op= output to include string quotingEric Paris6-24/+24
[next]