Lino Sanfilippo
|
64c20d2a20
fsnotify: dont put marks on temporary list when clearing marks by group
|
14 년 전 |
Lino Sanfilippo
|
d5a335b845
fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()
|
14 년 전 |
Lino Sanfilippo
|
e2a29943e9
fsnotify: pass group to fsnotify_destroy_mark()
|
14 년 전 |
Lino Sanfilippo
|
986ab09807
fsnotify: use a mutex instead of a spinlock to protect a groups mark list
|
14 년 전 |
Lino Sanfilippo
|
9861295204
fsnotify: introduce fsnotify_get_group()
|
14 년 전 |
Lino Sanfilippo
|
d8153d4d8b
inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()
|
14 년 전 |
Naohiro Aota
|
a4f9a9a635
fsnotify: handle subfiles' perm events
|
13 년 전 |
Arun Sharma
|
60063497a9
atomic: use <linux/atomic.h>
|
14 년 전 |
Nick Piggin
|
b5c84bf6f6
fs: dcache remove dcache_lock
|
14 년 전 |
Lino Sanfilippo
|
09e5f14e57
fanotify: on group destroy allow all waiters to bypass permission check
|
14 년 전 |
Richard Kennedy
|
d8c0fca68d
fsnotify: remove alignment padding from fsnotify_mark on 64 bit builds
|
14 년 전 |
Eric Paris
|
b29866aab8
fsnotify: rename FS_IN_ISDIR to FS_ISDIR
|
14 년 전 |
Eric Paris
|
4afeff8505
fanotify: limit number of listeners per user
|
14 년 전 |
Eric Paris
|
e7099d8a5a
fanotify: limit the number of marks in a single fanotify group
|
14 년 전 |
Eric Paris
|
52420392c8
fsnotify: call fsnotify_parent in perm events
|
14 년 전 |
Eric Paris
|
ff8bcbd03d
fsnotify: correctly handle return codes from listeners
|
14 년 전 |
Eric Paris
|
6ad2d4e3e9
fsnotify: implement ordering between notifiers
|
14 년 전 |
Eric Paris
|
2eebf582c9
fanotify: flush outstanding perm requests on group destroy
|
15 년 전 |
Linus Torvalds
|
2069601b3f
Revert "fsnotify: store struct file not struct path"
|
15 년 전 |
Eric Paris
|
1968f5eed5
fanotify: use both marks when possible
|
15 년 전 |
Eric Paris
|
ce8f76fb73
fsnotify: pass both the vfsmount mark and inode mark
|
15 년 전 |
Eric Paris
|
02436668d9
fsnotify: remove global fsnotify groups lists
|
15 년 전 |
Eric Paris
|
43709a288e
fsnotify: remove group->mask
|
15 년 전 |
Eric Paris
|
03930979af
fsnotify: remove the global masks
|
15 년 전 |
Eric Paris
|
3a9b16b407
fsnotify: send fsnotify_mark to groups in event handling functions
|
15 년 전 |
Eric Paris
|
75c1be487a
fsnotify: srcu to protect read side of inode and vfsmount locks
|
15 년 전 |
Eric Paris
|
700307a29a
fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been called
|
15 년 전 |
Eric Paris
|
3bcf3860a4
fsnotify: store struct file not struct path
|
15 년 전 |
Eric Paris
|
f70ab54cc6
fsnotify: fsnotify_add_notify_event should return an event
|
15 년 전 |
Eric Paris
|
80af258867
fanotify: groups can specify their f_flags for new fd
|
15 년 전 |