summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2017-08-25audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-9/+30
2016-08-31audit: fix exe_file access in audit_exe_compareMateusz Guzik1-3/+5
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro30-50/+41
2016-03-20Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-5/+24
2016-02-08audit: Fix typo in commentWei Yuan2-4/+4
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-38/+359
2015-08-13fixup: audit: implement audit by executableRichard Guy Briggs1-3/+9
2015-08-06audit: implement audit by executableRichard Guy Briggs7-2/+97
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs4-8/+11
2015-08-04audit: eliminate unnecessary extra layer of watch parent referencesRichard Guy Briggs1-4/+2
2015-08-04audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2-16/+5
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells4-13/+13
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-01-11audit: catch possible NULL audit buffersKees Cook4-11/+27
2012-12-21Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds14-121/+180
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo10-34/+38
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton4-12/+20
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton4-10/+5
2012-09-18userns: Convert the audit loginuid to be a kuidEric W. Biederman18-66/+80
2012-07-14get rid of kern_path_parent()Al Viro4-82/+65
2011-03-14kill path_lookup()Al Viro6-9/+8
2011-03-14fix race in audit_get_nd()Al Viro1-53/+32
2010-10-30audit: make functions staticStephen Hemminger3-9/+6
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds9-76/+61
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: remove group->maskEric Paris6-66/+5
2010-07-28fsnotify: cleanup should_send_eventEric Paris6-45/+16
2010-07-28audit: use the mark in handler functionsEric Paris1-17/+3
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris7-25/+37
2010-07-28fsnotify: store struct file not struct pathEric Paris8-63/+56
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: 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-28Audit: only set group mask when something is being watchedEric Paris1-2/+9
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: audit watch init should not be before fsnotify initEric Paris1-1/+1
[next]