Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-07fanotify: fix double free of pending permission eventsJan Kara
2014-08-07fsnotify: rename event handling functionsJan Kara
2014-04-04fanotify: convert access_mutex to spinlockJan Kara
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara
2014-02-18inotify: Fix reporting of cookies for inotify eventsJan Kara
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara
2014-01-22fsnotify: remove .should_send_event callbackJan Kara
2014-01-22fsnotify: do not share events between notification groupsJan Kara
2013-04-30inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton
2012-12-11fsnotify: make fasync generic for both inotify and fanotifyEric Paris
2012-12-11fsnotify: change locking orderLino Sanfilippo
2012-12-11fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo
2012-12-11fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo
2012-12-11fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo
2012-12-11fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo
2012-12-11fsnotify: introduce fsnotify_get_group()Lino Sanfilippo
2012-12-11inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo
2012-05-31fsnotify: handle subfiles' perm eventsNaohiro Aota
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2011-01-07fs: dcache remove dcache_lockNick Piggin
2010-12-08fanotify: on group destroy allow all waiters to bypass permission checkLino Sanfilippo
2010-10-29fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsRichard Kennedy
2010-10-29fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris
2010-10-29fanotify: limit number of listeners per userEric Paris
2010-10-29fanotify: limit the number of marks in a single fanotify groupEric Paris
2010-10-29fsnotify: call fsnotify_parent in perm eventsEric Paris
2010-10-29fsnotify: correctly handle return codes from listenersEric Paris
2010-10-29fsnotify: implement ordering between notifiersEric Paris
2010-08-23fanotify: flush outstanding perm requests on group destroyEric Paris
2010-08-13Revert "fsnotify: store struct file not struct path"Linus Torvalds
2010-07-28fanotify: use both marks when possibleEric Paris
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris
2010-07-28fsnotify: remove global fsnotify groups listsEric Paris
2010-07-28fsnotify: remove group->maskEric Paris
2010-07-28fsnotify: remove the global masksEric Paris
2010-07-28fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris
2010-07-28fsnotify: srcu to protect read side of inode and vfsmount locksEric Paris
2010-07-28fsnotify: use an explicit flag to indicate fsnotify_destroy_mark has been calledEric Paris
2010-07-28fsnotify: store struct file not struct pathEric Paris
2010-07-28fsnotify: fsnotify_add_notify_event should return an eventEric Paris
2010-07-28fanotify: groups can specify their f_flags for new fdEric Paris
2010-07-28fsnotify: check to make sure all fsnotify bits are uniqueEric Paris
2010-07-28inotify: allow users to request not to recieve events on unlinked childrenEric Paris
2010-07-28fanotify: drop the useless priority argumentEric Paris
2010-07-28fanotify: permissions and blockingEric Paris
2010-07-28fsnotify: new fsnotify hooks and events types for access decisionsEric Paris
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris
2010-07-28fsnotify: intoduce a notification merge argumentEric Paris
2010-07-28fsnotify: add group prioritiesEric Paris
2010-07-28fanotify: clear all fanotify marksEric Paris