aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit_watch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* audit: redo audit watch locking and refcnt in light of fsnotifyEric Paris2010-07-281-40/+5
* audit: convert audit watches to use fsnotify instead of inotifyEric Paris2010-07-281-60/+148
* Audit: clean up the audit_watch splitEric Paris2010-07-281-28/+39
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Audit: reorganize struct audit_watch to save 8 bytesEric Paris2009-09-241-1/+1
* Audit: clean up all op= output to include string quotingEric Paris2009-06-241-5/+1
* Audit: move audit_get_nd completely into audit_watchEric Paris2009-06-231-7/+20
* audit: seperate audit inode watches into a subfileEric Paris2009-06-231-0/+534