linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 v3] fsnotify: Do not share events between notification groups
@ 2013-12-11 15:53 Jan Kara
  2013-12-11 15:53 ` [PATCH 1/4] inotify: Provide function for name length rounding Jan Kara
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jan Kara @ 2013-12-11 15:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Al Viro, Christoph Hellwig, Eric Paris, linux-fsdevel, Jan Kara

  Hello,

  this is the third version of my patchset to change fsnotify framework
so that events are not shared between different notification groups - it
significantly simplifies the code, saves some memory in common cases,
and fixes a problem with outstanding inotify events unnecessarily
preventing umount (see patch 2/4 for more details).

Since v2, I have added Reviewed-by tags and cleaned up some smaller things
Christoph pointed out.

Since v1, I have fixed a couple of bugs found during testing (I have
added a decent coverage of fanotify syscalls into LTP) and separated at
least two logically unrelated changes into separate patches. Still the
main patch is rather huge but I don't know how to make it any smaller
given we change how the core data structure works...

								Honza

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-13 12:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 15:53 [PATCH 0/4 v3] fsnotify: Do not share events between notification groups Jan Kara
2013-12-11 15:53 ` [PATCH 1/4] inotify: Provide function for name length rounding Jan Kara
2013-12-11 15:53 ` [PATCH 2/4] fsnotify: Do not share events between notification groups Jan Kara
2013-12-11 15:53 ` [PATCH 3/4] fsnotify: Remove .should_send_event callback Jan Kara
2013-12-11 15:53 ` [PATCH 4/4] fsnotify: Remove pointless NULL initializers Jan Kara
2013-12-13 12:08   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).