summaryrefslogtreecommitdiff
path: root/fs/notify
AgeCommit message (Expand)Author
2009-11-06fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris
2009-11-06fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris
2009-11-06fsnotify: remove group_num altogetherEric Paris
2009-11-06fsnotify: lock annotation for event replacementEric Paris
2009-11-06fsnotify: replace an event on a listEric Paris
2009-11-06fsnotify: clone existing eventsEric Paris
2009-11-06fsnotify: per group notification queue merge typesEric Paris
2009-11-06fsnotify: send struct file when sending events to parents when possibleEric Paris
2009-11-06fsnotify: include data in should_send callsEric Paris
2009-11-06fsnotify: provide the data type to should_send_eventEric Paris
2009-11-06fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris
2009-11-06fsnotify: kzalloc fsnotify groupsEric Paris
2009-11-06inotify: use container_of instead of castingEric Paris
2009-11-06fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris
2009-11-06fsnotify: allow addition of duplicate fsnotify marksEric Paris
2009-11-06fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris
2009-11-06inotify: simplify the inotify idr handlingEric Paris
2009-10-20dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun
2009-10-18fsnotify: do not set group for a mark before it is on the i_listEric Paris
2009-08-28inotify: update the group mask on mark additionEric Paris
2009-08-28inotify: fix length reporting and size checkingEric Paris
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris
2009-08-17inotify: start watch descriptor count at 1Eric Paris
2009-08-17inotify: tail drop inotify q_overflow eventsEric Paris
2009-08-17notify: unused event private raceEric Paris
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris
2009-07-21fsnotify: fix inotify tail drop check with path entriesEric Paris
2009-07-21inotify: check filename before dropping repeat eventsEric Paris
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris
2009-07-21inotify: fix error paths in inotify_update_watchEric Paris
2009-07-21inotify: do not leak inode marks in inotify_add_watchEric Paris
2009-07-21inotify: drop user watch count when a watch is removedEric Paris
2009-07-02fs/notify/inotify: decrement user inotify count on closeKeith Packard
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceEric Paris
2009-06-11fsnotify: allow groups to set freeing_mark to nullEric Paris
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris
2009-06-11dnotify: do not bother to lock entry->lock when reading maskEric Paris
2009-06-11dnotify: do not use ?true:false when assigning to a boolEric Paris
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris
2009-06-11fsnotify: fsnotify marks on inodes pin them in coreEric Paris
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris
2009-06-11fsnotify: add correlations between eventsEric Paris
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris
2009-06-11fsnotify: generic notification queue and waitqEric Paris