| Commit message (Expand) | Author | Age | Files | Lines |
* | filesystem notification: create fs/notify to contain all fs notification | Eric Paris | 2008-12-31 | 1 | -778/+0 |
* | fs: reorder struct inotify_device on 64bits to remove padding | Richard Kennedy | 2008-12-31 | 1 | -1/+1 |
* | CRED: Wrap task credential accesses in the filesystem subsystem | David Howells | 2008-11-14 | 1 | -1/+1 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -3/+0 |
* | inotify: fix lock ordering wrt do_page_fault's mmap_sem | Nick Piggin | 2008-10-02 | 1 | -7/+20 |
* | [PATCH] sanitize __user_walk_fd() et.al. | Al Viro | 2008-07-26 | 1 | -11/+11 |
* | [PATCH] preparation to __user_walk_fd cleanup | Al Viro | 2008-07-26 | 1 | -1/+1 |
* | flag parameters: check magic constants | Ulrich Drepper | 2008-07-24 | 1 | -0/+4 |
* | flag parameters: NONBLOCK in inotify_init | Ulrich Drepper | 2008-07-24 | 1 | -2/+2 |
* | flag parameters: inotify_init | Ulrich Drepper | 2008-07-24 | 1 | -2/+10 |
* | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 2008-04-29 | 1 | -1/+1 |
* | Introduce path_put() | Jan Blunck | 2008-02-14 | 1 | -2/+2 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-14 | 1 | -1/+1 |
* | inotify: make variables static in inotify_user.c | Harvey Harrison | 2008-02-14 | 1 | -3/+3 |
* | inotify: fix check for one-shot watches before destroying them | Ulisses Furquim | 2008-02-08 | 1 | -1/+1 |
* | SIGIO-driven I/O with inotify queues | Dmitry Antipov | 2008-02-06 | 1 | -0/+14 |
* | A potential bug in inotify_user.c | Yan Zheng | 2008-02-06 | 1 | -1/+14 |
* | change inotifyfs magic as the same magic is used for futexfs | Andrey Mirkin | 2007-10-17 | 1 | -1/+3 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -2/+2 |
* | [PATCH] inotify: read return val fix | Nick Piggin | 2007-02-12 | 1 | -1/+9 |
* | [PATCH] VFS: change struct file to use struct path | Josef "Jeff" Sipek | 2006-12-08 | 1 | -3/+3 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] inotify: fix deadlock found by lockdep | Arjan van de Ven | 2006-07-31 | 1 | -1/+1 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | [PATCH] inotify (3/5): add interfaces to kernel API | Amy Griffis | 2006-06-20 | 1 | -0/+1 |
* | [PATCH] inotify (2/5): add name's inode to event handler | Amy Griffis | 2006-06-20 | 1 | -1/+2 |
* | [PATCH] inotify (1/5): split kernel API from userspace support | Amy Griffis | 2006-06-20 | 1 | -0/+717 |