aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2012-03-23fs/notify/notification.c: make subsys_initcall function staticH Hartley Sweeten1-2/+1
2012-01-14fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2012-01-03vfs: move fsnotify junk to struct mountAl Viro3-13/+21
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds3-3/+3
2011-04-05inotify: fix double free/corruption of stuct userEric Paris2-26/+14
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-24fs: rename inode_lock to inode_hash_lockDave Chinner3-3/+0
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-10/+10
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-6/+15
2011-03-01Remove one to many n's in a wordJustin P. Mattock2-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-0/+2
2011-01-07fs: dcache scale subdirsNick Piggin1-1/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina3-31/+57
2010-12-15fanotify: fill in the metadata_len field on struct fanotify_event_metadataEric Paris1-2/+4
2010-12-07fanotify: Dont try to open a file descriptor for the overflow eventLino Sanfilippo1-4/+13
2010-12-07fanotify: do not leak user reference on allocation failureEric Paris1-1/+3
2010-12-07inotify: stop kernel memory leak on file creation failureEric Paris1-0/+1
2010-12-07fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo2-3/+8
2010-12-07fanotify: Dont allow a mask of 0 if setting or removing a markLino Sanfilippo1-1/+3
2010-12-07fanotify: correct broken ref counting in case adding a mark failedLino Sanfilippo1-17/+14
2010-12-07fanotify: deny permissions when no event was sentEric Paris1-4/+12
2010-11-01Kconfig: typo: and -> anMichael Witten1-1/+1
2010-10-30make fanotify_read() restartable across signalsLino Sanfilippo1-1/+1
2010-10-28fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton1-3/+2
2010-10-28fanotify: do not recalculate the mask if the ignored mask changedEric Paris1-3/+3
2010-10-28fanotify: ignore events on directories unless specifically requestedEric Paris2-0/+17
2010-10-28fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris1-1/+1
2010-10-28fanotify: do not send events for irregular filesEric Paris1-5/+6
2010-10-28fanotify: limit number of listeners per userEric Paris2-1/+21
2010-10-28fanotify: allow userspace to override max marksEric Paris1-1/+8
2010-10-28fanotify: limit the number of marks in a single fanotify groupEric Paris1-0/+9
2010-10-28fanotify: allow userspace to override max queue depthEric Paris1-1/+8
2010-10-28fsnotify: implement a default maximum queue depthEric Paris1-0/+4
2010-10-28fanotify: ignore fanotify ignore marks if open writersEric Paris1-0/+10
2010-10-28fsnotify: call fsnotify_parent in perm eventsEric Paris1-6/+9
2010-10-28fsnotify: correctly handle return codes from listenersEric Paris1-8/+12
2010-10-28fanotify: implement fanotify listener orderingEric Paris1-1/+24
2010-10-28fsnotify: implement ordering between notifiersEric Paris2-3/+12
2010-10-28fanotify: allow fanotify to be builtEric Paris1-1/+1
2010-10-25split invalidate_inodes()Al Viro1-0/+2
2010-10-25fsnotify: use dget_parentChristoph Hellwig1-28/+5
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-11fanotify: disable fanotify syscallsEric Paris1-1/+1
2010-08-27fsnotify: drop two useless bools in the fnsotify main loopEric Paris1-8/+5
2010-08-27fsnotify: fix list walk orderEric Paris1-6/+5
2010-08-27fanotify: Return EPERM when a process is not privilegedAndreas Gruenbacher1-1/+1
2010-08-22fanotify: drop duplicate pr_debug statementTvrtko Ursulin1-3/+0
2010-08-22fanotify: flush outstanding perm requests on group destroyEric Paris1-0/+27
2010-08-22fsnotify: fix ignored mask handling between inode and vfsmount marksEric Paris1-18/+17
2010-08-22fsnotify: reset used_inode and used_vfsmount on each passEric Paris1-1/+3
2010-08-22fanotify: do not dereference inode_mark when it is unsetEric Paris1-4/+11
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds5-41/+30
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds20-1727/+2440
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro2-7/+6
2010-07-28fanotify: use both marks when possibleEric Paris4-58/+38
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris4-38/+77
2010-07-28fsnotify: walk the inode and vfsmount lists simultaneouslyEric Paris1-50/+84
2010-07-28fsnotify: rework ignored mark flushingEric Paris1-49/+11
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris4-128/+2
2010-07-28fsnotify: remove group->maskEric Paris4-47/+5
2010-07-28fsnotify: remove the global masksEric Paris3-46/+2
2010-07-28fsnotify: cleanup should_send_eventEric Paris4-38/+14
2010-07-28fanotify: use the mark in handler functionsEric Paris1-29/+17
2010-07-28dnotify: use the mark in handler functionsEric Paris1-17/+5
2010-07-28inotify: use the mark in handler functionsEric Paris1-24/+5
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris4-16/+23
2010-07-28fsnotify: Exchange list heads instead of moving elementsAndreas Gruenbacher1-4/+2
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris4-40/+110
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris3-6/+9
2010-07-28fsnotify: use _rcu functions for mark list traversalEric Paris2-10/+10
2010-07-28fsnotify: place marks on object in order of group memory addressEric Paris2-25/+55
2010-07-28vfs/fsnotify: fsnotify_close can delay the final work in fputEric Paris1-0/+13
2010-07-28fsnotify: store struct file not struct pathEric Paris5-32/+30
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris4-88/+96
2010-07-28fsnotify: add pr_debug throughoutEric Paris4-0/+33
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris1-4/+2
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris1-0/+2
2010-07-28inotify: Fix mask checksJerome Marchand1-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris1-0/+21
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris2-1/+10
2010-07-28inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2010-07-28inotify: fix inotify oneshot supportEric Paris1-0/+3
2010-07-28fsnotify: update gfp/slab.h includesTejun Heo2-1/+1
2010-07-28fanotify: drop the useless priority argumentEric Paris2-12/+6
2010-07-28fanotify: default Kconfig to nEric Paris1-1/+1
2010-07-28inotify_user.c: make local symbol staticH Hartley Sweeten1-1/+1
2010-07-28fsnotify: call iput on inodes when no longer markedEric Paris1-1/+1
2010-07-28fanotify: do not always return 0 in fsnotifyJean-Christophe Dubois1-1/+1
2010-07-28fanotify: do not return 0 in a void functionEric Paris1-1/+1
2010-07-28fanotify: userspace interface for permission responsesEric Paris2-6/+179
2010-07-28fanotify: permissions and blockingEric Paris3-4/+69
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris1-23/+24
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris2-4/+5
2010-07-28fanotify: use merge argument to determine actual event added to queueEric Paris1-5/+16
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris4-7/+14
2010-07-28fsnotify: add group prioritiesEric Paris2-4/+40
2010-07-28fanotify: clear all fanotify marksEric Paris4-7/+39
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris1-0/+2
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris1-2/+4
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31
2010-07-28fanotify: allow users to set an ignored_maskEric Paris1-18/+36
2010-07-28fanotify: ignored_mask to ignore eventsEric Paris1-14/+23
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris1-0/+6
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris6-19/+53
2010-07-28fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher3-16/+4
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher2-40/+10
2010-07-28fanotify: split fanotify_remove_markAndreas Gruenbacher1-18/+27
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher1-2/+2
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris1-4/+11
2010-07-28fanotify: remove fanotify_add_markAndreas Gruenbacher1-22/+1
2010-07-28fanotify: do not return pointer from fanotify_add_*_markAndreas Gruenbacher1-20/+16
2010-07-28fanotify: do not call fanotify_update_object_mask in fanotify_add_markAndreas Gruenbacher1-94/+50
2010-07-28fanotify: do not call fanotify_update_object_mask in fanotify_remove_markAndreas Gruenbacher1-4/+29
2010-07-28fanotify: remove fanotify_update_markAndreas Gruenbacher1-21/+10
2010-07-28fanotify: infrastructure to add an remove marks on vfsmountsEric Paris1-52/+133
2010-07-28fanotify: should_send_event needs to handle vfsmountsEric Paris1-11/+45
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2-0/+7
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris4-10/+189
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher1-3/+1
2010-07-28fsnotify: clear marks to 0 in fsnotify_init_markEric Paris1-4/+1
2010-07-28fsnotify: split generic and inode specific mark codeEric Paris9-243/+337
2010-07-28fanotify: Add pids to eventsAndreas Gruenbacher3-2/+7
2010-07-28fanotify: create_fd cleanupAndreas Gruenbacher1-11/+6
2010-07-28fanotify: CONFIG_HAVE_SYSCALL_WRAPPERS for sys_fanotify_markHeiko Carstens1-2/+14
2010-07-28fanotify: select ANON_INODES.Paul Mundt1-0/+1
2010-07-28fanotify: send events using readEric Paris2-4/+221
2010-07-28fanotify: fanotify_mark syscall implementationEric Paris2-1/+256
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris1-0/+6
2010-07-28fanotify: fanotify_init syscall implementationEric Paris2-1/+62
2010-07-28fanotify: fanotify_init syscall declarationEric Paris2-1/+14
2010-07-28fanotify: do not clone on merge unless neededEric Paris1-0/+10
2010-07-28fanotify: merge notification events with different masksEric Paris1-9/+30
2010-07-28fanotify:drop notification if they exist in the outgoing queueEric Paris1-2/+43
2010-07-28fanotify: fscking all notification systemEric Paris6-0/+104
2010-07-28fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher4-25/+19
2010-07-28dnotify: rename mark_entry to markEric Paris1-85/+85
2010-07-28inotify: rename mark_entry to just markEric Paris3-124/+123
2010-07-28fsnotify: rename mark_entry to just markEric Paris2-77/+77
2010-07-28fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris4-19/+19
2010-07-28fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris6-51/+51
2010-07-28fsnotify: kill FSNOTIFY_EVENT_FILEAndreas Gruenbacher2-16/+5
2010-07-28fsnotify: add flags to fsnotify_mark_entriesEric Paris1-0/+2
2010-07-28fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris4-22/+22
2010-07-28fsnotify: include vfsmount in should_send_event when appropriateEric Paris3-23/+23
2010-07-28fsnotify: mount point listeners list and global maskEric Paris4-26/+112
2010-07-28fsnotify: add groups to fsnotify_inode_groups when registering inode watchEric Paris3-10/+17
2010-07-28fsnotify: initialize the group->num_marks in a better placeEric Paris1-3/+7
2010-07-28fsnotify: rename fsnotify_groups to fsnotify_inode_groupsEric Paris3-18/+26
2010-07-28fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris3-9/+3
2010-07-28fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris3-9/+5
2010-07-28fsnotify: fsnotify_obtain_group kzalloc cleanupEric Paris1-3/+0
2010-07-28fsnotify: remove group_num altogetherEric Paris3-58/+4
2010-07-28fsnotify: lock annotation for event replacementEric Paris1-28/+13
2010-07-28fsnotify: replace an event on a listEric Paris1-0/+56
2010-07-28fsnotify: clone existing eventsEric Paris1-4/+25
2010-07-28fsnotify: per group notification queue merge typesEric Paris3-56/+75
2010-07-28fsnotify: send struct file when sending events to parents when possibleEric Paris1-3/+10
2010-07-28fsnotify: include data in should_send callsEric Paris3-3/+4
2010-07-28fsnotify: provide the data type to should_send_eventEric Paris3-3/+5
2010-07-28inotify: do not spam console without limitEric Paris1-7/+4
2010-07-28inotify: remove inotify in kernel interfaceEric Paris3-889/+0
2010-07-28inotify: do not reuse watch descriptorsEric Paris1-7/+6
2010-07-28fsnotify: use kmem_cache_zalloc to simplify event initializationEric Paris1-12/+1
2010-07-28fsnotify: kzalloc fsnotify groupsEric Paris1-1/+1
2010-07-28inotify: use container_of instead of castingEric Paris1-1/+3
2010-07-28fsnotify: use fsnotify_create_event to allocate the q_overflow eventEric Paris1-4/+7
2010-07-28fsnotify: allow addition of duplicate fsnotify marksEric Paris3-5/+7
2010-07-28fsnotify: duplicate fsnotify_mark_entry data between 2 marksEric Paris1-1/+9
2010-07-28inotify: simplify the inotify idr handlingEric Paris1-55/+139
2010-05-21Saner locking around deactivate_super()Al Viro1-65/+11
2010-05-21get rid of S_BIASAl Viro1-19/+13
2010-05-14Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-8/+10
2010-05-14inotify: don't leak user struct on inotify releasePavel Emelyanov1-0/+2
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-05-12Inotify: undefined reference to `anon_inode_getfd'Russell King1-0/+1
2010-04-30Inotify: Fix build failure in inotify user supportRalf Baechle1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-1/+1
2010-02-19switch inotify_user to anon_inodeAl Viro1-53/+6
2010-01-15inotify: only warn once for inotify problemsEric Paris1-1/+1
2010-01-15inotify: 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-09Merge 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-10-20dnotify: ignore FS_EVENT_ON_CHILDAndreas Gruenbacher1-1/+2
2009-10-18inotify: fix coalesce duplicate events into a single event in special caseWei Yongjun1-1/+1
2009-10-18fsnotify: do not set group for a mark before it is on the i_listEric Paris1-3/+3
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