summaryrefslogtreecommitdiff
path: root/fs/notify/inotify/inotify_user.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris1-7/+5
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris1-2/+2
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher1-2/+0
2010-07-28inotify: rename mark_entry to just markEric Paris1-96/+96
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris1-3/+3
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris1-4/+4
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris1-5/+5
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris1-1/+1
2010-07-28fsnotify: remove group_num altogetherEric Paris1-10/+1
2010-07-28fsnotify: per group notification queue merge typesEric Paris1-1/+1
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: do not reuse watch descriptorsEric Paris1-7/+6
2010-07-28inotify: use container_of instead of castingEric Paris1-1/+3
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris1-1/+1
2010-07-28inotify: simplify the inotify idr handlingEric Paris1-55/+139
2010-05-14inotify: race use after free/double free in inotify inode marksEric Paris1-3/+6
2010-05-14inotify: clean up the inotify_add_watch out pathEric Paris1-5/+2
2010-02-19switch inotify_user to anon_inodeAl Viro1-53/+6
2010-01-16inotify: do not reuse watch descriptorsEric Paris1-2/+2
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+6
2009-12-16switched inotify_init1() to alloc_file()Al Viro1-15/+10
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+0
2009-12-04inotify: remove superfluous return code checkGiuseppe Scrivano1-4/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-3/+3
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-7/+1
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: seperate new watch creation updating existing watchesEric Paris1-69/+103
2009-08-18inotify: start watch descriptor count at 1Eric Paris1-1/+1
2009-08-18notify: unused event private raceEric Paris1-4/+3
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris1-6/+12
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 Paris1-27/+5
2009-06-11inotify: reimplement inotify using fsnotifyEric Paris1-438/+399
2009-05-07inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang1-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
2009-01-01filesystem notification: create fs/notify to contain all fs notificationEric Paris1-0/+778