Sign in
android-kvm
/
linux
/
503c358cf1925853195ee39ec437e51138bbb7df
/
kernel
/
audit_tree.c
0809ab6
fsnotify: unify inode and mount marks handling
by Jan Kara
· 10 years ago
799b601
audit: keep inode pinned
by Miklos Szeredi
· 10 years ago
2991dd2
audit: rename audit_log_remove_rule to disambiguate for trees
by Richard Guy Briggs
· 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
736f320
kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()
by Chen Gang
· 12 years ago
12b2f11
kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees()
by Chen Gang
· 12 years ago
0644ec0
audit: catch possible NULL audit buffers
by Kees Cook
· 12 years ago
e2a2994
fsnotify: pass group to fsnotify_destroy_mark()
by Lino Sanfilippo
· 14 years ago
b3e8692
audit: clean up refcounting in audit-tree
by Miklos Szeredi
· 12 years ago
a2140fc
audit: fix refcounting in audit-tree
by Miklos Szeredi
· 12 years ago
0fe33aa
audit: don't free_chunk() after fsnotify_add_mark()
by Miklos Szeredi
· 12 years ago
be34d1a
VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
by David Howells
· 13 years ago
3b097c4
audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
f7a998a
in untag_chunk() we need to do alloc_chunk() a bit earlier
by Al Viro
· 14 years ago
1968f5e
fanotify: use both marks when possible
by Eric Paris
· 14 years ago
ce8f76f
fsnotify: pass both the vfsmount mark and inode mark
by Eric Paris
· 14 years ago
2612abb
fsnotify: cleanup should_send_event
by Eric Paris
· 14 years ago
3a9b16b
fsnotify: send fsnotify_mark to groups in event handling functions
by Eric Paris
· 14 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
2823e04
fsnotify: put inode specific fields in an fsnotify_mark in a union
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
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
28a3a7e
audit: reimplement audit_trees using fsnotify rather than inotify
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
1f70713
new helper: iterate_mounts()
by Al Viro
· 15 years ago
2096f75
New helper: path_is_under(path1, path2)
by Al Viro
· 15 years ago
b4c30aa
fix more leaks in audit_tree.c tag_chunk()
by Al Viro
· 15 years ago
6f5d511
fix braindamage in audit_tree.c untag_chunk()
by Al Viro
· 15 years ago
916d757
Fix rule eviction order for AUDIT_DIR
by Al Viro
· 16 years ago
9d96098
Audit: clean up all op= output to include string quoting
by Eric Paris
· 16 years ago
589ff87
Switch collect_mounts() to struct path
by Al Viro
· 16 years ago
24b6f16
No need for crossing to mountpoint in audit_tag_tree()
by Al Viro
· 16 years ago
318b6d3
audit: incorrect ref counting in audit tree tag_chunk
by Eric Paris
· 16 years ago
5af75d8
audit: validate comparison operations, store them in sane form
by Al Viro
· 16 years ago
e45aa21
audit rules ordering, part 2
by Al Viro
· 16 years ago
8f7b0ba
Fix inotify watch removal/umount races
by Al Viro
· 16 years ago
98bc993
[PATCH] get rid of nameidata in audit_tree
by Al Viro
· 16 years ago
6793a05
[PATCH] list_for_each_rcu must die: audit
by Paul E. McKenney
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
74c3cbe
[PATCH] audit: watching subtrees
by Al Viro
· 17 years ago