Lino Sanfilippo ([email protected])

Number of posts: 600 (0.12 per day)
First post: 2010-07-15 13:12:00
Last post: 2024-04-22 14:07:46

Date List Subject
2011-02-21 17:38:21 linux-kernel [PATCH 4/5] fsnotify: dont call fsnotify_destroy_[inode|vfsmount]_mark() with mark lock held.
2011-02-21 17:37:55 linux-kernel [PATCH 5/5] fsnotify: dont lock fsobject with mark lock held
2011-02-21 17:37:51 linux-kernel [PATCH 3/5] fsnotify: dont call fsnotify_add_[inode|vfsmount]_mark() with mark lock held.
2011-02-21 17:37:49 linux-kernel [PATCH 1/5] fsnotify: grab inode ref in add_inode_mark() instead of add_mark()
2011-02-21 17:37:46 linux-kernel [PATCH 0/5] fsnotify: decouple mark lock and marks fsobject lock
2011-02-11 15:08:07 linux-kernel [PATCH] inotify: fix race when adding a new watch
2011-02-11 10:42:09 linux-kernel [PATCH 1/7] fsnotify: take groups mark_lock before mark lock
2011-02-11 10:41:19 linux-kernel [PATCH 7/7] fsnotify: replace the groups mutex with the groups mark list mutex
2011-02-11 10:40:52 linux-kernel [PATCH 5/7] fsnotify: use a mutex instead of a spinlock to protect a groups mark list
2011-02-11 10:40:51 linux-kernel [PATCH 6/7] fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()
2011-02-11 10:40:46 linux-kernel [PATCH 4/7] fsnotify: replace most calls of fsnotify_destroy_mark() with fsnotify_remove_mark()
2011-02-11 10:40:43 linux-kernel [PATCH 3/7] fsnotify: introduce fsnotify_remove_mark()
2011-02-11 10:40:40 linux-kernel [PATCH 2/7] fanotify: add an extra flag to mark_remove_from_mask that indicates wheather a mark could be destroyed
2011-02-11 10:40:37 linux-kernel [PATCH 0/7] fsnotify: use a groups mark_mutex to synchronize access to its mark list
2010-12-10 17:49:51 linux-kernel [PATCH 2/2] fanotify: remove obsolete check for overflow event in create_fd()
2010-12-10 17:46:49 linux-kernel [PATCH 1/2] fanotify: fix broken ref count in create_fd()
2010-12-02 10:12:17 linux-kernel [PATCH 6/6] fanotify: remove obsolete flag FAN_MARK_ONDIR
2010-12-02 10:10:43 linux-kernel [PATCH 5/6] fanotify: dont set FAN_ONDIR implicitly
2010-12-02 10:09:16 linux-kernel [PATCH 4/6] fanotify: only destroy a mark if both its mask and its ignored_mask are cleared
2010-12-02 10:07:28 linux-kernel [PATCH 3/6] dnotify: replace dnotify_mark_mutex with dnotify_group mutex
2010-12-02 10:05:50 linux-kernel [PATCH 2/6] fanotify: synchronize adding/removing a mark by means of group mutex
2010-12-02 10:03:54 linux-kernel [PATCH 1/6] fsnotify: introduce new group mutex
2010-11-30 16:01:55 linux-kernel Re: [PATCH] fanotify: dont destroy mark when ignore mask is cleared
2010-11-26 11:41:57 linux-kernel [PATCH] fsnotify: Do not always merge overflow events
2010-11-24 17:28:00 linux-kernel [PATCH 2/2] fanotify: Dont try to open a file descriptor for the overflow event
2010-11-24 17:24:05 linux-kernel [PATCH 1/2] fanotify: Introduce FAN_NOFD
2010-11-24 13:19:53 linux-kernel Re: [PATCH] fanotify: on group destroy allow all waiters to bypass permission check
2010-11-24 12:33:52 linux-kernel Re: [PATCH] fanotify: dont destroy mark when ignore mask is cleared
2010-11-22 17:54:24 linux-kernel [PATCH] fanotify: dont destroy mark when ignore mask is cleared
2010-11-22 17:48:27 linux-kernel [PATCH] fanotify: Dont allow a mask of 0 if setting or removing a mark
2010-11-19 09:59:58 linux-kernel [PATCH] fanotify: on group destroy allow all waiters to bypass permission check
2010-11-10 17:15:45 linux-kernel Re: linux-next: build failure after merge of the fsnotify tree
2010-11-09 18:20:41 linux-kernel [PATCH] fanotify: Do check against max_marks and increase number of group marks atomically
2010-11-09 17:19:53 linux-kernel [PATCH] fanotify: correct broken ref counting in case adding a mark failed
2010-11-05 16:07:18 linux-kernel [PATCH] fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is called
2010-07-29 13:50:52 linux-kernel Questions concerning memory mapping in stackable filesystems
2010-07-29 11:01:52 linux-kernel [PATCH] ecryptfs (repost): release reference to lower mount if interpose fails
2010-07-20 10:10:05 linux-kernel [PATCH] ecryptfs: release reference to lower mount if interpose fails
2010-07-15 13:12:00 linux-kernel [PATCH] ecryptfs: dont call lookup_one_len to avoid NULL nameidata