aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit_watch.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-10-25audit: don't take task_lock() in audit_exe_compare() code pathPaul Moore1-1/+8
2022-09-01audit_init_parent(): constify pathAl Viro1-1/+1
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+1
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2021-10-27fsnotify: clarify contract for create event hooksAmir Goldstein1-2/+1
2021-09-19audit: add filtering for io_uring recordsPaul Moore1-1/+2
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein1-1/+1
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-10/+7
2020-07-27audit: do not set FS_EVENT_ON_CHILD in audit marks maskAmir Goldstein1-1/+1
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein1-3/+3
2020-04-06Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+2
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein1-14/+2
2020-02-10audit: CONFIG_CHANGE don't log internal bookkeeping as an eventSteve Grubb1-2/+0
2019-11-10audit_get_nd(): don't unlock parent too earlyAl Viro1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-28audit_compare_dname_path(): switch to const struct qstr *Al Viro1-2/+1
2019-04-26audit_update_watch(): switch to const struct qstr *Al Viro1-4/+5
2019-04-26fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro1-3/+3
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs1-1/+1
2018-11-26audit: minimize our use of audit_log_format()Paul Moore1-2/+1
2018-11-19audit: use session_info helperRichard Guy Briggs1-3/+2
2018-07-18audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-06-28audit: simplify audit_enabled check in audit_watch_log_rule_change()Richard Guy Briggs1-14/+15
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+2
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein1-1/+1
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein1-2/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-1/+1
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+8
2017-08-15audit: Receive unmount eventJan Kara1-1/+1
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-4/+6
2017-05-02audit: convert audit_watch.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-05-02audit: remove unnecessary semicolon in audit_watch_handle_event()Nicholas Mc Guire1-1/+1
2017-04-10fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara1-2/+2
2017-04-10fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara1-2/+3
2017-04-10fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara1-1/+1
2017-04-10fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara1-1/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2016-12-05fsnotify: constify 'data' passed to ->handle_event()Al Viro1-4/+4
2016-12-04don't open-code file_inode()Al Viro1-2/+2
2016-11-20audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb1-3/+2
2016-09-01Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-3/+5
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 Viro1-1/+1
2016-03-19Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2016-02-08audit: Fix typo in commentWei Yuan1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-1/+1
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-11/+45
2015-08-12fixup: audit: implement audit by executableRichard Guy Briggs1-3/+9
2015-08-06audit: implement audit by executableRichard Guy Briggs1-0/+31
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs1-4/+4
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 Briggs1-3/+2
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells1-7/+7
2014-09-23audit: invalid op= values for rulesBurn Alting1-2/+2
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara1-1/+1
2014-01-21fsnotify: remove pointless NULL initializersJan Kara1-3/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara1-9/+0
2014-01-21fsnotify: do not share events between notification groupsJan Kara1-7/+7
2013-01-11audit: catch possible NULL audit buffersKees Cook1-0/+2
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-2/+2
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo1-2/+2
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton1-1/+2
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-07-14get rid of kern_path_parent()Al Viro1-22/+3
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-14fix race in audit_get_nd()Al Viro1-53/+32
2010-10-30audit: make functions staticStephen Hemminger1-2/+2
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-2/+2
2010-07-28fanotify: use both marks when possibleEric Paris1-1/+1
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris1-3/+5
2010-07-28fsnotify: remove group->maskEric Paris1-8/+0
2010-07-28fsnotify: cleanup should_send_eventEric Paris1-6/+1
2010-07-28audit: use the mark in handler functionsEric Paris1-17/+3
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris1-3/+5
2010-07-28fsnotify: store struct file not struct pathEric Paris1-2/+2
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-3/+3
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher1-5/+0
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-4/+4
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-4/+4
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris1-1/+2
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-1/+1
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 Paris1-2/+2
2010-07-28fsnotify: remove group_num altogetherEric Paris1-1/+1
2010-07-28fsnotify: include data in should_send callsEric Paris1-1/+1
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris1-1/+2
2010-07-28Audit: audit watch init should not be before fsnotify initEric Paris1-1/+1
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2010-07-28audit: do not get and put just to free a watchEric Paris1-24/+3
2010-07-28audit: redo audit watch locking and refcnt in light of fsnotifyEric Paris1-40/+5
2010-07-28audit: convert audit watches to use fsnotify instead of inotifyEric Paris1-60/+148
2010-07-28Audit: clean up the audit_watch splitEric Paris1-28/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-24Audit: reorganize struct audit_watch to save 8 bytesEric Paris1-1/+1
2009-06-24Audit: clean up all op= output to include string quotingEric Paris1-5/+1
2009-06-23Audit: move audit_get_nd completely into audit_watchEric Paris1-7/+20
2009-06-23audit: seperate audit inode watches into a subfileEric Paris1-0/+534