summaryrefslogtreecommitdiffstats
path: root/kernel/audit_watch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-011-3/+5
|\
| * audit: fix exe_file access in audit_exe_compareMateusz Guzik2016-08-311-3/+5
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
|/
* Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-03-191-1/+1
|\
| * audit: Fix typo in commentWei Yuan2016-02-081-1/+1
* | wrappers for ->i_mutex accessAl Viro2016-01-221-1/+1
|/
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-081-11/+45
|\
| * fixup: audit: implement audit by executableRichard Guy Briggs2015-08-121-3/+9
| * audit: implement audit by executableRichard Guy Briggs2015-08-061-0/+31
| * audit: use macros for unset inode and device valuesRichard Guy Briggs2015-08-061-4/+4
| * audit: eliminate unnecessary extra layer of watch parent referencesRichard Guy Briggs2015-08-041-4/+2
| * audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2015-08-041-3/+2
* | VFS: audit: d_backing_inode() annotationsDavid Howells2015-04-151-7/+7
|/
* audit: invalid op= values for rulesBurn Alting2014-09-231-2/+2
* inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-181-1/+1
* fsnotify: remove pointless NULL initializersJan Kara2014-01-211-3/+0
* fsnotify: remove .should_send_event callbackJan Kara2014-01-211-9/+0
* fsnotify: do not share events between notification groupsJan Kara2014-01-211-7/+7
* audit: catch possible NULL audit buffersKees Cook2013-01-111-0/+2
* Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-201-2/+2
|\
| * fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-111-2/+2
* | audit: optimize audit_compare_dname_pathJeff Layton2012-10-121-1/+2
* | audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-121-1/+1
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
|/
* get rid of kern_path_parent()Al Viro2012-07-141-22/+3
* kill path_lookup()Al Viro2011-03-141-1/+1
* fix race in audit_get_nd()Al Viro2011-03-141-53/+32
* audit: make functions staticStephen Hemminger2010-10-301-2/+2
* Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-121-2/+2
* fanotify: use both marks when possibleEric Paris2010-07-281-1/+1
* fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-281-3/+5
* fsnotify: remove group->maskEric Paris2010-07-281-8/+0
* fsnotify: cleanup should_send_eventEric Paris2010-07-281-6/+1
* audit: use the mark in handler functionsEric Paris2010-07-281-17/+3
* fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-281-3/+5
* fsnotify: store struct file not struct pathEric Paris2010-07-281-2/+2
* fsnotify: split generic and inode specific mark codeEric Paris2010-07-281-3/+3
* fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-281-5/+0
* fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-281-4/+4
* fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-281-4/+4
* fsnotify: include vfsmount in should_send_event when appropriateEric Paris2010-07-281-1/+2
* fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-281-1/+1
* Audit: only set group mask when something is being watchedEric Paris2010-07-281-2/+9
* fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-281-2/+2
* fsnotify: remove group_num altogetherEric Paris2010-07-281-1/+1
* fsnotify: include data in should_send callsEric Paris2010-07-281-1/+1
* fsnotify: provide the data type to should_send_eventEric Paris2010-07-281-1/+2
* Audit: audit watch init should not be before fsnotify initEric Paris2010-07-281-1/+1
* fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-281-1/+1
* audit: do not get and put just to free a watchEric Paris2010-07-281-24/+3
OpenPOWER on IntegriCloud