aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
AgeCommit message (Expand)AuthorFilesLines
2015-03-12fanotify: fix event filtering with FAN_ONDIR setSuzuki K. Poulose1-1/+2
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-3/+3
2015-02-10fanotify: don't set FAN_ONDIR implicitly on a marks ignored maskLino Sanfilippo2-9/+18
2015-02-10fanotify: don't recalculate a marks mask if only the ignored mask changedLino Sanfilippo1-3/+4
2015-02-10fanotify: only destroy mark when both mask and ignored_mask are clearedLino Sanfilippo1-2/+1
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-01-09sched, fanotify: Deal with nested sleepsPeter Zijlstra1-5/+5
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-12-13fsnotify: remove destroy_list from fsnotify_markJan Kara1-4/+4
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara9-201/+148
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-50/+36
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro5-31/+78
2014-11-19Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Al Viro2-48/+34
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-6/+11
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara5-25/+67
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches2-48/+34
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-2/+2
2014-10-29fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2014-10-28sched, inotify: Deal with nested sleepsPeter Zijlstra1-5/+4
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-7/+1
2014-10-09fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-09fsnotify: don't put user context if it was never assignedSasha Levin1-2/+4
2014-10-09fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton2-4/+1
2014-09-10fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1
2014-09-10fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin1-2/+2
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-7/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-2/+2
2014-08-06fanotify: fix double free of pending permission eventsJan Kara3-2/+37
2014-08-06fsnotify: rename event handling functionsJan Kara5-14/+15
2014-06-06inotify: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-06-04fanotify: check file flags passed in fanotify_initHeinrich Schuchardt1-0/+25
2014-06-04fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checkingHeinrich Schuchardt1-0/+3
2014-06-04fs/notify/mark.c: trivial cleanupDavid Cohen1-1/+1
2014-06-04fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and pathHeinrich Schuchardt1-7/+10
2014-05-06fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods1-0/+2
2014-04-03fanotify: move unrelated handling from copy_event_to_user()Jan Kara1-21/+19
2014-04-03fanotify: reorganize loop in fanotify_read()Jan Kara1-22/+24
2014-04-03fanotify: convert access_mutex to spinlockJan Kara1-7/+7
2014-04-03fanotify: use fanotify event structure for permission response processingJan Kara3-104/+116
2014-04-03fanotify: remove useless bypass_perm checkJan Kara1-8/+0
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara4-3/+34
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara2-6/+14
2014-02-25fsnotify: Fix detection whether overflow event is queuedJan Kara1-1/+5
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara6-6/+7
2014-01-29fanotify: Fix use after free for permission eventsJan Kara3-2/+17
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara3-35/+26
2014-01-29fanotify: Fix use after free in mask checkingJan Kara1-10/+11
2014-01-27compat: fix sys_fanotify_markHeiko Carstens1-2/+2
2014-01-21fsnotify: remove pointless NULL initializersJan Kara2-4/+0
2014-01-21fsnotify: remove .should_send_event callbackJan Kara4-48/+21
2014-01-21fsnotify: do not share events between notification groupsJan Kara10-611/+279
2014-01-21inotify: provide function for name length roundingJan Kara1-20/+21
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo1-28/+22
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo1-9/+4
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo1-12/+13
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo1-36/+35
2013-07-09fanotify: fix races when adding/removing marksLino Sanfilippo1-12/+37
2013-07-09fanotify: info leak in copy_event_to_user()Dan Carpenter1-0/+1
2013-06-29fanotify: quit wanking with FASYNC in ->release()Al Viro1-3/+0
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+17
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+3
2013-04-30inotify: invalid mask should return a error number but not set itZhao Hongjiang1-2/+4
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-6/+2
2013-04-29fanotify: don't wank with FASYNC on ->release()Al Viro1-3/+0
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-14/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-24/+17
2013-02-27inotify: convert to idr_alloc()Tejun Heo1-13/+11
2013-02-27inotify: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2013-02-22new helper: file_inode(file)Al Viro2-3/+3
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds11-104/+152
2012-12-17fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov1-5/+9
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov5-1/+207
2012-12-17fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() staticTushar Behera1-2/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-12-11inotify: automatically restart syscallsEric Paris1-1/+1
2012-12-11inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo1-5/+5
2012-12-11fanotify: dont merge permission eventsLino Sanfilippo1-0/+6
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris4-9/+16
2012-12-11fsnotify: change locking orderLino Sanfilippo1-10/+10
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo1-8/+2
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo1-12/+30
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo7-25/+28
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo4-14/+14
2012-12-11fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Lino Sanfilippo1-5/+14
2012-12-11fsnotify: take groups mark_lock before mark lockLino Sanfilippo1-10/+16
2012-12-11fsnotify: use reference counting for groupsLino Sanfilippo4-28/+27
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo1-0/+8
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo3-13/+11
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-18fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()Al Viro1-1/+2
2012-11-09fanotify: fix missing breakEric Paris1-0/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro2-29/+27
2012-09-26fanotify: sanitize failure exits in copy_event_to_user()Al Viro1-39/+20
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-6/+2
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
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