Commit Graph

308 Commits (499b3803d3e2f062f73bf22372b38393369ffcbf)

Author SHA1 Message Date
Joe Perches 92f778dd5d inotify: convert use of typedef ctl_table to struct ctl_table 11 years ago
Heinrich Schuchardt 48149e9d3a fanotify: check file flags passed in fanotify_init 11 years ago
Heinrich Schuchardt cc299a98eb fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking 11 years ago
David Cohen efa8f7e5d7 fs/notify/mark.c: trivial cleanup 11 years ago
Heinrich Schuchardt 0a8dd2db57 fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path 11 years ago
Will Woods 1e2ee49f7f fanotify: fix -EOVERFLOW with large files on 64-bit 11 years ago
Jan Kara d507816b58 fanotify: move unrelated handling from copy_event_to_user() 11 years ago
Jan Kara d8aaab4f61 fanotify: reorganize loop in fanotify_read() 11 years ago
Jan Kara 9573f79355 fanotify: convert access_mutex to spinlock 11 years ago
Jan Kara f083441ba8 fanotify: use fanotify event structure for permission response processing 11 years ago
Jan Kara 3298cf37be fanotify: remove useless bypass_perm check 11 years ago
Jan Kara ff57cd5863 fsnotify: Allocate overflow events with proper type 11 years ago
Jan Kara 482ef06c5e fanotify: Handle overflow in case of permission events 11 years ago
Jan Kara 2513190a92 fsnotify: Fix detection whether overflow event is queued 11 years ago
Jan Kara 45a22f4c11 inotify: Fix reporting of cookies for inotify events 11 years ago
Jan Kara 8581679424 fanotify: Fix use after free for permission events 11 years ago
Jan Kara 83c0e1b442 fsnotify: Do not return merged event from fsnotify_add_notify_event() 11 years ago
Jan Kara 13116dfd13 fanotify: Fix use after free in mask checking 11 years ago
Heiko Carstens 592f6b842f compat: fix sys_fanotify_mark 11 years ago
Jan Kara 56b27cf603 fsnotify: remove pointless NULL initializers 11 years ago
Jan Kara 83c4c4b0a3 fsnotify: remove .should_send_event callback 11 years ago
Jan Kara 7053aee26a fsnotify: do not share events between notification groups 11 years ago
Jan Kara e9fe69045b inotify: provide function for name length rounding 11 years ago
Lino Sanfilippo 9756b9187e fsnotify: update comments concerning locking scheme 12 years ago
Lino Sanfilippo e1e5a9f84e inotify: fix race when adding a new watch 12 years ago
Lino Sanfilippo 52f8572980 dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group 12 years ago
Lino Sanfilippo 5e9c070ca0 fanotify: put duplicate code for adding vfsmount/inode marks into an own function 12 years ago
Lino Sanfilippo 7b18527c4a fanotify: fix races when adding/removing marks 12 years ago
Dan Carpenter de1e0c40ac fanotify: info leak in copy_event_to_user() 12 years ago
Al Viro 3058dca694 fanotify: quit wanking with FASYNC in ->release() 12 years ago
Al Viro 91c2e0bcae unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE 12 years ago
Zhao Hongjiang 04df32fa10 inotify: invalid mask should return a error number but not set it 12 years ago
Jeff Layton a66c04b453 inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic() 12 years ago
Al Viro f269cad7f4 fanotify: don't wank with FASYNC on ->release() 12 years ago
Al Viro 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Tejun Heo 4542da631a inotify: convert to idr_alloc() 12 years ago
Tejun Heo 644e1b90ef inotify: don't use idr_remove_all() 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Jim Somerville 676a0675cf inotify: remove broken mask checks causing unmount to be EINVAL 12 years ago
Cyrill Gorcunov e6dbcafb74 fs, fanotify: add @mflags field to fanotify output 12 years ago
Cyrill Gorcunov be77196b80 fs, notify: add procfs fdinfo helper 12 years ago
Tushar Behera ac5f121b8f fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static 12 years ago
Eric Paris 1ca39ab9d2 inotify: automatically restart syscalls 12 years ago
Lino Sanfilippo 8b99c3ccf7 inotify: dont skip removal of watch descriptor if creation of ignored event failed 12 years ago
Lino Sanfilippo 03a1cec1f1 fanotify: dont merge permission events 12 years ago
Eric Paris 0a6b6bd591 fsnotify: make fasync generic for both inotify and fanotify 12 years ago
Lino Sanfilippo 6960b0d909 fsnotify: change locking order 12 years ago
Lino Sanfilippo 64c20d2a20 fsnotify: dont put marks on temporary list when clearing marks by group 12 years ago
Lino Sanfilippo d5a335b845 fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark() 12 years ago