aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inotify.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-20[PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis1-9/+14
2006-06-20[PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis1-6/+58
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis1-5/+8
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis1-711/+230
2006-05-21[PATCH] fix NULL dereference in inotify_ignoreAmy Griffis1-2/+1
2006-05-21[PATCH] fix race in inotify_releaseAmy Griffis1-1/+5
2006-04-11[PATCH] inotify: check for NULL inode in inotify_d_instantiateArnd Bergmann1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet1-6/+6
2006-03-25[PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin1-10/+77
2006-03-23[PATCH] sem2mutex: ipruneIngo Molnar1-3/+3
2006-03-23[PATCH] sem2mutex: inotifyIngo Molnar1-55/+55
2006-02-07[PATCH] inotify: fix one-shot supportRobert Love1-1/+1
2006-01-18[PATCH] add missing syscall declarationsArnd Bergmann1-0/+1
2005-12-12[PATCH] inotify: add two inotify_add_watch flagsJohn McCutchan1-3/+10
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig1-1/+1
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton1-0/+1
2005-09-07[PATCH] inotify: fix event loss on hardlinked filesJohn McCutchan1-1/+8
2005-09-07[PATCH] inotify speedupJohn McCutchan1-0/+7
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan1-1/+1
2005-08-15[PATCH] inotify: fix idr_get_new_above usageRobert Love1-1/+1
2005-08-01[PATCH] inotify: fix race between the kernel and user spaceJohn McCutchan1-1/+4
2005-07-26[PATCH] inotify: fix oops fixAndrew Morton1-1/+1
2005-07-26[PATCH] inotify: check retval in initRobert Love1-1/+8
2005-07-26[PATCH] inotify: change default limitsRobert Love1-2/+2
2005-07-26[PATCH] inotify: exit path cleanupsRobert Love1-10/+8
2005-07-26[PATCH] inotify: oops fixRobert Love1-1/+15
2005-07-26[PATCH] inotify: use fget_lightRobert Love1-8/+8
2005-07-26[PATCH] inotify: misc. cleanupRobert Love1-34/+32
2005-07-13[PATCH] inotify: misc cleanupRobert Love1-6/+3
2005-07-13[PATCH] inotify: move sysctlRobert Love1-4/+45
2005-07-12[PATCH] inotifyRobert Love1-0/+999