aboutsummaryrefslogtreecommitdiff
path: root/fs/inotify_user.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-1/+1
2008-02-14inotify: make variables static in inotify_user.cGravatar Harvey Harrison 1-3/+3
2008-02-08inotify: fix check for one-shot watches before destroying themGravatar Ulisses Furquim 1-1/+1
2008-02-06SIGIO-driven I/O with inotify queuesGravatar Dmitry Antipov 1-0/+14
2008-02-06A potential bug in inotify_user.cGravatar Yan Zheng 1-1/+14
2007-10-17change inotifyfs magic as the same magic is used for futexfsGravatar Andrey Mirkin 1-1/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-02-12[PATCH] inotify: read return val fixGravatar Nick Piggin 1-1/+9
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-3/+3
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-07-31[PATCH] inotify: fix deadlock found by lockdepGravatar Arjan van de Ven 1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-06-20[PATCH] inotify (3/5): add interfaces to kernel APIGravatar Amy Griffis 1-0/+1
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerGravatar Amy Griffis 1-1/+2
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportGravatar Amy Griffis 1-0/+717