summaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorLines
2010-05-21Saner locking around deactivate_super()Al Viro-65/+11
2010-05-21get rid of S_BIASAl Viro-19/+13
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds-8/+10
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov-0/+2
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris-5/+2
2010-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King-0/+1
2010-04-30Inotify: Fix build failure in inotify user supportRalf Baechle-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2010-02-19switch inotify_user to anon_inodeAl Viro-53/+6
2010-01-15inotify: only warn once for inotify problemsEric Paris-1/+1
2010-01-15inotify: do not reuse watch descriptorsEric Paris-2/+2
2009-12-16switch alloc_file() to passing struct pathAl Viro-2/+6
2009-12-16switched inotify_init1() to alloc_file()Al Viro-15/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-4/+0
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano-4/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman-3/+3
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman-7/+1
2009-10-20dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher-1/+2
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun-1/+1
2009-10-18fsnotify: do not set group for a mark before it is on the i_listEric Paris-3/+3
2009-08-28inotify: update the group mask on mark additionEric Paris-0/+4
2009-08-28inotify: fix length reporting and size checkingEric Paris-3/+5
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers-3/+5
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris-69/+103
2009-08-17inotify: start watch descriptor count at 1Eric Paris-1/+1
2009-08-17inotify: tail drop inotify q_overflow eventsEric Paris-0/+4
2009-08-17notify: unused event private raceEric Paris-14/+13
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris-11/+20
2009-07-21fsnotify: fix inotify tail drop check with path entriesEric Paris-0/+1
2009-07-21inotify: check filename before dropping repeat eventsEric Paris-2/+7
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris-13/+3
2009-07-21inotify: fix error paths in inotify_update_watchEric Paris-30/+49
2009-07-21inotify: do not leak inode marks in inotify_add_watchEric Paris-4/+10
2009-07-21inotify: drop user watch count when a watch is removedEric Paris-0/+2
2009-07-02fs/notify/inotify: decrement user inotify count on closeKeith Packard-0/+3
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceEric Paris-29/+8
2009-06-11fsnotify: allow groups to set freeing_mark to nullEric Paris-8/+3
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris-3/+7
2009-06-11dnotify: do not bother to lock entry->lock when reading maskEric Paris-2/+1
2009-06-11dnotify: do not use ?true:false when assigning to a boolEric Paris-1/+1
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris-447/+570
2009-06-11fsnotify: handle filesystem unmounts with fsnotify marksEric Paris-0/+72
2009-06-11fsnotify: fsnotify marks on inodes pin them in coreEric Paris-0/+7
2009-06-11fsnotify: allow groups to add private data to eventsEric Paris-4/+49
2009-06-11fsnotify: add correlations between eventsEric Paris-5/+21
2009-06-11fsnotify: include pathnames with entries when possibleEric Paris-4/+19