Journal, reloaded: Difference between revisions

From OLPC
Jump to navigation Jump to search
(→‎Related: Add a bunch of inotify-related links.)
 
Line 27: Line 27:
* [[Experiments with unordered paths]] (lots of links here)
* [[Experiments with unordered paths]] (lots of links here)
* [http://www.usenix.org/publications/login/2006-06/pdfs/buettcher.pdf Wumpus paper] - describes the races inherent in inotify when subdirectories are created (more on [http://www.wumpus-search.org/ Wumpus])
* [http://www.usenix.org/publications/login/2006-06/pdfs/buettcher.pdf Wumpus paper] - describes the races inherent in inotify when subdirectories are created (more on [http://www.wumpus-search.org/ Wumpus])
** [http://bugs.l3ib.org/index.php?do=details&task_id=23 A description of one problem
** [http://bugs.l3ib.org/index.php?do=details&task_id=23 A description of one problem]
** [http://lkml.indiana.edu/hypermail/linux/kernel/0603.0/1400.html Chris Ball's description of the problem]
** [http://lkml.indiana.edu/hypermail/linux/kernel/0603.0/1400.html Chris Ball's description of the problem]
** The [http://mail.gnome.org/archives/dashboard-hackers/2004-October/msg00022.html Love-Trowbridge solution] -- always use the scan-and-watch algorithm when you see a new directory created
** The [http://mail.gnome.org/archives/dashboard-hackers/2004-October/msg00022.html Love-Trowbridge solution] -- always use the scan-and-watch algorithm when you see a new directory created

Latest revision as of 20:24, 16 December 2008

This page details the work being done on "next generation" Journal ideas.

Source code

For the brave only at this point. I'll have RPM and DEB packages available when the code is at the "everyone should try this out and let me know what you think" stage (ie, not quite yet).

Journal2
gitweb .tar.gz snapshot
Patched version of Pinot
gitweb .tar.gz snapshot

Talks

Related