Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 년 전 |
Linus Torvalds
|
96680d2b91
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
|
12 년 전 |
Cyrill Gorcunov
|
be77196b80
fs, notify: add procfs fdinfo helper
|
12 년 전 |
Eric Paris
|
0a6b6bd591
fsnotify: make fasync generic for both inotify and fanotify
|
13 년 전 |
Lino Sanfilippo
|
e2a29943e9
fsnotify: pass group to fsnotify_destroy_mark()
|
14 년 전 |
Lino Sanfilippo
|
6dfbd14994
fanotify: add an extra flag to mark_remove_from_mask that indicates wheather a mark should be destroyed
|
14 년 전 |
Lino Sanfilippo
|
d8153d4d8b
inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()
|
14 년 전 |
Al Viro
|
3587b1b097
fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()
|
12 년 전 |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 년 전 |
Al Viro
|
352e3b2492
fanotify: sanitize failure exits in copy_event_to_user()
|
13 년 전 |
Al Viro
|
765927b2d5
switch dentry_open() to struct path, make it grab references itself
|
13 년 전 |
Al Viro
|
c63181e6b6
vfs: move fsnotify junk to struct mount
|
13 년 전 |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 년 전 |
Justin P. Mattock
|
ae0e47f02a
Remove one to many n's in a word
|
14 년 전 |
Eric Paris
|
7d13162332
fanotify: fill in the metadata_len field on struct fanotify_event_metadata
|
14 년 전 |
Lino Sanfilippo
|
fdbf3ceeb6
fanotify: Dont try to open a file descriptor for the overflow event
|
14 년 전 |
Eric Paris
|
2637919893
fanotify: do not leak user reference on allocation failure
|
14 년 전 |
Lino Sanfilippo
|
09e5f14e57
fanotify: on group destroy allow all waiters to bypass permission check
|
14 년 전 |
Lino Sanfilippo
|
1734dee4e3
fanotify: Dont allow a mask of 0 if setting or removing a mark
|
14 년 전 |
Lino Sanfilippo
|
fa218ab98c
fanotify: correct broken ref counting in case adding a mark failed
|
14 년 전 |
Eric Paris
|
ecf6f5e7d6
fanotify: deny permissions when no event was sent
|
14 년 전 |
Lino Sanfilippo
|
1a5cea7215
make fanotify_read() restartable across signals
|
14 년 전 |
Andrew Morton
|
19ba54f464
fs/notify/fanotify/fanotify_user.c: fix warnings
|
14 년 전 |
Eric Paris
|
192ca4d194
fanotify: do not recalculate the mask if the ignored mask changed
|
14 년 전 |
Eric Paris
|
8fcd65280a
fanotify: ignore events on directories unless specifically requested
|
14 년 전 |
Eric Paris
|
4afeff8505
fanotify: limit number of listeners per user
|
14 년 전 |
Eric Paris
|
ac7e22dcfa
fanotify: allow userspace to override max marks
|
14 년 전 |
Eric Paris
|
e7099d8a5a
fanotify: limit the number of marks in a single fanotify group
|
14 년 전 |
Eric Paris
|
5dd03f55fd
fanotify: allow userspace to override max queue depth
|
14 년 전 |
Eric Paris
|
2529a0df0f
fsnotify: implement a default maximum queue depth
|
14 년 전 |