summaryrefslogtreecommitdiffstats
path: root/arch/sh/math-emu (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-28fsnotify: store struct file not struct pathEric Paris8-63/+56
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris5-95/+101
2010-07-28fsnotify: add pr_debug throughoutEric Paris4-0/+33
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris2-6/+7
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris2-0/+11
2010-07-28inotify: Fix mask checksJerome Marchand1-2/+2
2010-07-28inotify: force inotify and fsnotify use same bitsEric Paris2-0/+30
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris4-1/+12
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 Paris4-15/+7
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: initialize mask in fsnotify_permEric Paris1-3/+5
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 Paris3-6/+184
2010-07-28fanotify: permissions and blockingEric Paris5-4/+99
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris5-30/+68
2010-07-28sysctl extern cleanup: inotifyDave Young2-3/+8
2010-07-28dnotify: move dir_notify_enable declarationAlexey Dobriyan3-3/+2
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris5-15/+17
2010-07-28fanotify: use merge argument to determine actual event added to queueEric Paris1-5/+16
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris5-8/+18
2010-07-28fsnotify: add group prioritiesEric Paris3-4/+41
2010-07-28fanotify: clear all fanotify marksEric Paris6-7/+46
2010-07-28fanotify: allow ignored_masks to survive modifyEric Paris2-1/+5
2010-07-28fsnotify: allow ignored_mask to survive modificationEric Paris2-2/+5
2010-07-28fsnotify: clear ignored mask on modifyEric Paris1-0/+31
2010-07-28fanotify: allow users to set an ignored_maskEric Paris2-19/+39
2010-07-28fanotify: ignored_mask to ignore eventsEric Paris1-14/+23
2010-07-28fsnotify: ignored_mask - excluding notificationEric Paris2-0/+9
2010-07-28fsnotify: allow marks to not pin inodes in coreEric Paris7-21/+58
2010-07-28fanotify: remove outgoing function checks in fanotify.hAndreas Gruenbacher3-16/+4
2010-07-28fanotify: remove fanotify.h declarationsAndreas Gruenbacher3-47/+10
2010-07-28fanotify: split fanotify_remove_markAndreas Gruenbacher1-18/+27
2010-07-28fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNTAndreas Gruenbacher2-4/+4
2010-07-28fanotify: hooks the fanotify_mark syscall to the vfsmount codeEric Paris2-5/+14
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 Paris2-11/+47
2010-07-28fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher5-0/+20
2010-07-28fsnotify: vfsmount marks generic functionsEric Paris5-10/+191
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher3-4/+10