- 230d97d fsnotify: create a wrapper fsnotify_find_inode_mark() by Amir Goldstein · 12 months ago
- 969d90e audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() by Paul Moore · 1 year, 4 months ago
- 47846d5 audit: don't take task_lock() in audit_exe_compare() code path by Paul Moore · 1 year, 5 months ago
- bf2e1ae4 audit_init_parent(): constify path by Al Viro · 2 years, 7 months ago
- 867a448 fsnotify: pass flags argument to fsnotify_alloc_group() by Amir Goldstein · 2 years, 11 months ago
- 2acda75 Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 4 months ago
- dabe729 fsnotify: clarify contract for create event hooks by Amir Goldstein · 3 years, 4 months ago
- 67daf27 audit: add filtering for io_uring records by Paul Moore · 3 years, 11 months ago
- 950cc0d fsnotify: generalize handle_inode_event() by Amir Goldstein · 4 years, 3 months ago
- b9a1b97 fsnotify: create method handle_inode_event() in fsnotify_operations by Amir Goldstein · 4 years, 8 months ago
- 7dbe608 audit: do not set FS_EVENT_ON_CHILD in audit marks mask by Amir Goldstein · 4 years, 8 months ago
- b54cecf fsnotify: pass dir argument to handle_event() callback by Amir Goldstein · 4 years, 9 months ago
- b6ff107 Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
- aa93bdc fsnotify: use helpers to access data by data_type by Amir Goldstein · 5 years ago
- 70b3eee audit: CONFIG_CHANGE don't log internal bookkeeping as an event by Steve Grubb · 5 years ago
- 69924b8 audit_get_nd(): don't unlock parent too early by Al Viro · 5 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 795d673 audit_compare_dname_path(): switch to const struct qstr * by Al Viro · 6 years ago
- 6921d4e audit_update_watch(): switch to const struct qstr * by Al Viro · 6 years ago
- e43e9c3 fsnotify: switch send_to_group() and ->handle_event to const struct qstr * by Al Viro · 6 years ago
- 626abcd audit: add syscall information to CONFIG_CHANGE records by Richard Guy Briggs · 6 years ago
- d0a3f18 audit: minimize our use of audit_log_format() by Paul Moore · 7 years ago
- a2c97da audit: use session_info helper by Richard Guy Briggs · 6 years ago
- baa2a4f audit: fix use-after-free in audit_add_watch by Ronny Chevalier · 7 years ago
- 4fa7f08 audit: simplify audit_enabled check in audit_watch_log_rule_change() by Richard Guy Briggs · 7 years ago
- dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
- b249f5b fsnotify: add fsnotify_add_inode_mark() wrappers by Amir Goldstein · 7 years ago
- 5b0457a fsnotify: remove redundant arguments to handle_event() by Amir Goldstein · 7 years ago
- cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
- 422ce07 Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 8 years ago
- b5fed47 audit: Receive unmount event by Jan Kara · 8 years ago
- d76036ab audit: Fix use after free in audit_remove_watch_rule() by Jan Kara · 8 years ago
- 5133cd7 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
- bd120de audit: convert audit_watch.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- 9aab4f4 audit: remove unnecessary semicolon in audit_watch_handle_event() by Nicholas Mc Guire · 8 years ago
- 054c636 fsnotify: Move ->free_mark callback to fsnotify_ops by Jan Kara · 8 years ago
- 7b129323 fsnotify: Add group pointer in fsnotify_init_mark() by Jan Kara · 8 years ago
- b1362ed fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark() by Jan Kara · 8 years ago
- 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
- 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3cd5eca fsnotify: constify 'data' passed to ->handle_event() by Al Viro · 8 years ago
- 4506309 don't open-code file_inode() by Al Viro · 8 years ago
- c1e8f06 audit: fix formatting of AUDIT_CONFIG_CHANGE events by Steve Grubb · 8 years ago
- 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
- 5efc244 audit: fix exe_file access in audit_exe_compare by Mateusz Guzik · 9 years ago
- fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
- 51b3eae Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
- fd97646 audit: Fix typo in comment by Wei Yuan · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
- 15ce414 fixup: audit: implement audit by executable by Richard Guy Briggs · 10 years ago
- 34d99af5 audit: implement audit by executable by Richard Guy Briggs · 10 years ago
- 84cb777 audit: use macros for unset inode and device values by Richard Guy Briggs · 10 years ago
- aa7c043 audit: eliminate unnecessary extra layer of watch parent references by Richard Guy Briggs · 10 years ago
- f8259b2 audit: eliminate unnecessary extra layer of watch references by Richard Guy Briggs · 10 years ago
- 3b36215 VFS: audit: d_backing_inode() annotations by David Howells · 10 years ago
- e7df61f audit: invalid op= values for rules by Burn Alting · 11 years ago
- 45a22f4 inotify: Fix reporting of cookies for inotify events by Jan Kara · 11 years ago
- 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
- 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
- 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
- 0644ec0 audit: catch possible NULL audit buffers by Kees Cook · 12 years ago
- 96680d2 Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 12 years ago
- e2a2994 fsnotify: pass group to fsnotify_destroy_mark() by Lino Sanfilippo · 14 years ago
- e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
- 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
- e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
- 79714f7 get rid of kern_path_parent() by Al Viro · 13 years ago
- c9c6cac kill path_lookup() by Al Viro · 14 years ago
- 15a9155 fix race in audit_get_nd() by Al Viro · 14 years ago
- b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
- 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 15 years ago
- 1968f5e fanotify: use both marks when possible by Eric Paris · 15 years ago
- ce8f76f fsnotify: pass both the vfsmount mark and inode mark by Eric Paris · 15 years ago
- 43709a2 fsnotify: remove group->mask by Eric Paris · 15 years ago
- 2612abb fsnotify: cleanup should_send_event by Eric Paris · 15 years ago
- 4cd76a4 audit: use the mark in handler functions by Eric Paris · 15 years ago
- 3a9b16b fsnotify: send fsnotify_mark to groups in event handling functions by Eric Paris · 15 years ago
- 3bcf386 fsnotify: store struct file not struct path by Eric Paris · 15 years ago
- 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
- 3556608 fsnotify: take inode->i_lock inside fsnotify_find_mark_entry() by Andreas Gruenbacher · 15 years ago
- d077544 fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark by Eric Paris · 15 years ago
- e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
- 3a9fb89 fsnotify: include vfsmount in should_send_event when appropriate by Eric Paris · 15 years ago
- 0d2e2a1 fsnotify: drop mask argument from fsnotify_alloc_group by Eric Paris · 15 years ago
- 220d14d Audit: only set group mask when something is being watched by Eric Paris · 15 years ago
- ffab834 fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group by Eric Paris · 15 years ago
- 74be0cc fsnotify: remove group_num altogether by Eric Paris · 15 years ago
- 8112e2d fsnotify: include data in should_send calls by Eric Paris · 15 years ago
- 7b0a04f fsnotify: provide the data type to should_send_event by Eric Paris · 15 years ago
- 1a3aedb Audit: audit watch init should not be before fsnotify init by Eric Paris · 15 years ago
- 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
- a05fb6c audit: do not get and put just to free a watch by Eric Paris · 15 years ago
- e118e9c audit: redo audit watch locking and refcnt in light of fsnotify by Eric Paris · 15 years ago
- e9fd702 audit: convert audit watches to use fsnotify instead of inotify by Eric Paris · 15 years ago
- ae7b8f4 Audit: clean up the audit_watch split by Eric Paris · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- e08b061 Audit: reorganize struct audit_watch to save 8 bytes by Eric Paris · 16 years ago
- 9d96098 Audit: clean up all op= output to include string quoting by Eric Paris · 16 years ago