summaryrefslogtreecommitdiffstats
path: root/kernel/audit_watch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-171-3/+2
|\
| * fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein2018-05-181-1/+1
| * fsnotify: remove redundant arguments to handle_event()Amir Goldstein2018-05-181-2/+1
* | audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
|/
* Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-161-6/+8
|\
| * audit: Receive unmount eventJan Kara2017-08-151-1/+1
| * audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-151-5/+7
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-031-4/+6
|\ \ | |/ |/|
| * 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-2/+3
| * fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-101-1/+1
| * fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-101-1/+2
* | audit: convert audit_watch.count from atomic_t to refcount_tElena Reshetova2017-05-021-4/+5
* | audit: remove unnecessary semicolon in audit_watch_handle_event()Nicholas Mc Guire2017-05-021-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-4/+4
|\
| * fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-051-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-2/+2
|\ \
| * | don't open-code file_inode()Al Viro2016-12-041-2/+2
| |/
* | audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-201-3/+2
|/
* 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
OpenPOWER on IntegriCloud