aboutsummaryrefslogtreecommitdiff
path: root/fs/inotify.c
AgeCommit message (Expand)Author
2008-02-06inotify: remove debug codeNick Piggin
2008-02-06inotify: fix raceNick Piggin
2007-10-21[PATCH] new helper - inotify_evict_watch()Al Viro
2007-10-21[PATCH] new helper - inotify_clone_watch()Al Viro
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro
2006-06-20[PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis
2006-06-20[PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis
2006-05-21[PATCH] fix NULL dereference in inotify_ignoreAmy Griffis
2006-05-21[PATCH] fix race in inotify_releaseAmy Griffis
2006-04-11[PATCH] inotify: check for NULL inode in inotify_d_instantiateArnd Bergmann
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet
2006-03-25[PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin
2006-03-23[PATCH] sem2mutex: ipruneIngo Molnar
2006-03-23[PATCH] sem2mutex: inotifyIngo Molnar
2006-02-07[PATCH] inotify: fix one-shot supportRobert Love
2006-01-18[PATCH] add missing syscall declarationsArnd Bergmann
2005-12-12[PATCH] inotify: add two inotify_add_watch flagsJohn McCutchan
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton
2005-09-07[PATCH] inotify: fix event loss on hardlinked filesJohn McCutchan
2005-09-07[PATCH] inotify speedupJohn McCutchan
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan
2005-08-15[PATCH] inotify: fix idr_get_new_above usageRobert Love
2005-08-01[PATCH] inotify: fix race between the kernel and user spaceJohn McCutchan
2005-07-26[PATCH] inotify: fix oops fixAndrew Morton
2005-07-26[PATCH] inotify: check retval in initRobert Love
2005-07-26[PATCH] inotify: change default limitsRobert Love
2005-07-26[PATCH] inotify: exit path cleanupsRobert Love
2005-07-26[PATCH] inotify: oops fixRobert Love
2005-07-26[PATCH] inotify: use fget_lightRobert Love
2005-07-26[PATCH] inotify: misc. cleanupRobert Love
2005-07-13[PATCH] inotify: misc cleanupRobert Love
2005-07-13[PATCH] inotify: move sysctlRobert Love
2005-07-12[PATCH] inotifyRobert Love