aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/inotify (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-28inotify: update the group mask on mark additionEric Paris1-0/+4
2009-08-28inotify: fix length reporting and size checkingEric Paris1-3/+5
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers1-3/+5
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris1-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris1-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris1-69/+103
2009-08-17inotify: start watch descriptor count at 1Eric Paris1-1/+1
2009-08-17notify: unused event private raceEric Paris2-10/+10
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-6/+12
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris1-1/+1
2009-07-21inotify: fix error paths in inotify_update_watchEric Paris1-30/+49
2009-07-21inotify: do not leak inode marks in inotify_add_watchEric Paris1-4/+10
2009-07-21inotify: drop user watch count when a watch is removedEric Paris1-0/+2
2009-07-02fs/notify/inotify: decrement user inotify count on closeKeith Packard1-0/+3
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceEric Paris3-29/+8
2009-06-11inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris1-0/+1
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris5-447/+570
2009-06-11fsnotify: unified filesystem notification backendEric Paris1-0/+20
2009-05-06inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang1-1/+1
2009-03-27fs: avoid I_NEW inodesNick Piggin1-8/+8
2009-02-18inotify: fix GFP_KERNEL related deadlockIngo Molnar1-1/+1
2009-01-26inotify: clean up inotify_read and fix locking problemsVegard Nossum1-61/+74
2009-01-14[CVE-2009-0029] System call wrappers part 29Heiko Carstens1-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens1-2/+2
2009-01-05inotify: fix type errors in interfacesMichael Kerrisk1-1/+1
2008-12-31filesystem notification: create fs/notify to contain all fs notificationEric Paris4-0/+1720