)]}'
{
  "log": [
    {
      "commit": "5d157885f383ccc0660c011fa488ae4edb77ab16",
      "tree": "0caba31219184fcf47fb7f91ef330217812cc149",
      "parents": [
        "ba460e48064edeb57e3398eb8972c58de33f11ea"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@tglx.tec.linutronix.de",
        "time": "Fri Jul 15 08:14:44 2005 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Fri Jul 15 08:14:44 2005 +0200"
      },
      "message": "[JFFS2] Fix node allocation leak\n\nIn the rare case of failing to write the cleanmarker\nthe allocated node was not freed.\n\nPointed out by Forrest Zhao\nInitial cleanup by Joern Engel\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "751382dd5cb2702368d281a50b55c2d6c4e8fbfc",
      "tree": "1d9195fe0bf264668b92fe2b2c36a4d76d253162",
      "parents": [
        "b62205986a73a40e4fc174d2ef668e3895e925bc"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@mvista.com",
        "time": "Tue Jul 12 03:34:39 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Wed Jul 13 00:03:19 2005 +0200"
      },
      "message": "[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER\u003dn\n\nSigned-off-by: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b62205986a73a40e4fc174d2ef668e3895e925bc",
      "tree": "e5754d64dcdf508dd4f3602135c963990d261411",
      "parents": [
        "e4fef6618992bea48b7856ebbd236796b744964f"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Tue Jul 12 17:37:12 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Wed Jul 13 00:02:33 2005 +0200"
      },
      "message": "[JFFS2] Init locks early during mount\n\nIn case of a mount error locks might be uninitialized but\naccessed by the resulting call to jffs2_kill_sb().\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "e4fef6618992bea48b7856ebbd236796b744964f",
      "tree": "fd0f89f0a1f5c955aec128843bc0663b326ff830",
      "parents": [
        "86ffc0d5f5f0c8a6fe70eccade3f7ae8e9630edf"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Sun Jul 10 16:15:36 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Tue Jul 12 23:58:26 2005 +0200"
      },
      "message": "[JFFS2] Rename function and update comments\n\nWe recently changed the method of collecting and sorting of\ntmp_dnode objects to use a temporary RB-tree instead of a\ntemporary list. Rename function and update comments.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "86ffc0d5f5f0c8a6fe70eccade3f7ae8e9630edf",
      "tree": "bef3020557487dd8755ca0d7b93aa46e0ddbf11a",
      "parents": [
        "336d2ff7115bd4391108a16f476c739cb4a505b0"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Sun Jul 10 14:13:58 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Tue Jul 12 23:56:40 2005 +0200"
      },
      "message": "[JFFS2] Remove needless variable initialization\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "336d2ff7115bd4391108a16f476c739cb4a505b0",
      "tree": "ac5dbf60deb2b97ec3cc0f0278da24efecacef21",
      "parents": [
        "1ca70351af02b1f0eb9cd2e7eb7a547f8ad5d893"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Thu Jul 07 16:45:32 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Tue Jul 12 23:55:05 2005 +0200"
      },
      "message": "[JFFS2] Avoid alloc/dealloc for zero sized nodes\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6430a8def12edebc1c9c7c2621d33ca0e8653c33",
      "tree": "d3c12091e821b7a98da9a58d9d11f648699d207c",
      "parents": [
        "265489f01d8c05f7aae174651a98854af090efc0"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Jul 06 15:43:18 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Wed Jul 06 18:30:00 2005 +0200"
      },
      "message": "[JFFS2] Simplify the tree insert code.\n\nIt isn\u0027t _normal_ that we allow key collision in rbtrees, \nbut it does not matter as long as the two nodes with the same\nversion are together.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "265489f01d8c05f7aae174651a98854af090efc0",
      "tree": "3d543da813f26f5637194b4a10b5c253be1dfc9c",
      "parents": [
        "9dee7503ce3fc38911b9873216619190cf688128"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Jul 06 13:13:13 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Wed Jul 06 16:12:09 2005 +0200"
      },
      "message": "[JFFS2] Remove compatibilty cruft for ancient kernels\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9dee7503ce3fc38911b9873216619190cf688128",
      "tree": "4a980e7afd14722a81472600ed13e147ff69f923",
      "parents": [
        "10c96f2ec37f5369a785cf8c5a065a15e323c743"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jul 05 22:03:10 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Wed Jul 06 14:07:54 2005 +0200"
      },
      "message": "[JFFS2] Optimise jffs2_add_tn_to_list \n\nUse an rbtree instead of a simple linked list. We were wasting \nan amazing amount of time in jffs2_add_tn_to_list(). \nThanks to Artem Bityuckiy and Jarkko Jlavinen  for noticing.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e \nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7ca6448dbfb398bba36eda3c01bc14b86c3675be",
      "tree": "82d934ebf07f22a2c64c3b6d82ec24082878b43a",
      "parents": [
        "f1f67a9874f1a4bba1adff6d694aa52e5f52ff1a",
        "7d681b23d6cc14a8c026ea6756242cb522cbbcae"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@tglx.tec.linutronix.de",
        "time": "Sun Jun 26 23:20:36 2005 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Sun Jun 26 23:20:36 2005 +0200"
      },
      "message": "Merge with rsync://fileserver/linux\nUpdate to Linus latest\n"
    },
    {
      "commit": "34f18a9887afaeb6e50168df512e1118f7d73542",
      "tree": "05314329def96fb2e3466f94587cfbd83fde81b3",
      "parents": [
        "6f0dcb72d6a053fff9288b742d3bcc9b23f0f6db"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun Jun 26 03:27:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 26 08:43:19 2005 -0700"
      },
      "message": "[PATCH] jffs2 build fix\n\nMissed conversion in the swsusp cleanup.\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7d27c8143c8234e1cae8285fd2d43c19dad69bde",
      "tree": "6db0918cdc71206843816b85480194e4eddcc8d9",
      "parents": [
        "c84441c47d21d9291e780cdb5686e927dcd6f227"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@tglx.tec.linutronix.de",
        "time": "Sun May 22 21:47:19 2005 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:49:40 2005 +0200"
      },
      "message": "[JFFS2] Whitespace cleanup. Fix missing debug message\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c84441c47d21d9291e780cdb5686e927dcd6f227",
      "tree": "6f429781c82b9ba21ce8210313407d0771b1d53b",
      "parents": [
        "e2d48b1a98bb5da8d6998ca4db0b20fa46938a11"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri May 20 20:30:09 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:49:14 2005 +0200"
      },
      "message": "[JFFS2] Fix crosscompile\n\nInclude sched.h instead of asm/semaphore.h to make it compile everywhere.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "e2d48b1a98bb5da8d6998ca4db0b20fa46938a11",
      "tree": "8b6cb220be02b78a064fa718bb2b5b182907bdf1",
      "parents": [
        "fb4a90bfcd6d86e8531073c42fae7fde40974f5d"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri May 20 22:37:15 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:48:38 2005 +0200"
      },
      "message": "[JFFS2] Fix cleanup in case of GC-Task not started\n\nDo not call wait_for_completion, when the gc task is not there. \nPrevent an oops when the gc thread was not started.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "fff7afd791f6a685b3ddedb8cfb152aed85f3cf8",
      "tree": "d120969aad25f0c67d1e81e51552c85ac954bb8b",
      "parents": [
        "90e260c84f563a4ac6b47886e8188af06f4a4a46"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Thu May 19 17:18:11 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:21:14 2005 +0200"
      },
      "message": "[JFFS2] Convert thread start semaphore to completion\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "a69dde91e8940b49bdc9920dd65ec02c6a51f85c",
      "tree": "f7e4359c4a7d6238a64ab104b0fbb11c4e123971",
      "parents": [
        "4132ace8d6f1b57839048548a17a0265f889aa3e"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Wed May 18 12:37:28 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:20:19 2005 +0200"
      },
      "message": "[JFFS2] Kill GC thread before cleanup\n\nFirst kill GC thread, then start clearing the internal structures\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "4132ace8d6f1b57839048548a17a0265f889aa3e",
      "tree": "277a12b76bef5d56c9f5c38db2737fa02fb15dde",
      "parents": [
        "8cd79216676d9122fa714615e6b49553761aca8a"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Fri May 06 10:30:30 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:20:00 2005 +0200"
      },
      "message": "[JFFS2] Suppress annoying debug messages\n\nEmbrace uneeded messages in D1().\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8cd79216676d9122fa714615e6b49553761aca8a",
      "tree": "148c1c6abe0e9241a0a701d05518386128424a97",
      "parents": [
        "c25bb1f59ca6ebbee2649d82533537d4bf123609"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Tue May 03 16:19:02 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:19:07 2005 +0200"
      },
      "message": "[JFFS2] Fix NOR only compile\n\nFix the bug that caouses problems when compiling for NOR.\nWe read  a newly erased block so we don\u0027t need to check ECC.\n\nDefine jffs2_is_writebuffered as zero if there is no wbuf.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7d200960d4f3d1b50c3b9e9688408d9f81c66ff4",
      "tree": "0faf7439968a955f55871048448abb36fa44c090",
      "parents": [
        "0a18cde60f384d1f7aa012aba004766fb633a31d"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Apr 13 14:22:38 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:17:49 2005 +0200"
      },
      "message": "[JFFS2] Fix inode allocation race\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8557fd51c22e4c2109f062decd19de439061ceae",
      "tree": "66884a832e912decd06a8441db05fd78ec8e3e6e",
      "parents": [
        "abc37e6771ec92bb4c531d218ad572afbef6aa21"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Sat Apr 09 11:47:03 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:16:47 2005 +0200"
      },
      "message": "[JFFS2] Fix race in garbage collector\n\nFix the race problem described here:\nhttp://lists.infradead.org/pipermail/linux-mtd/2005-April/012361.html\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6f401a40b5e46144e1ea361a5e2be428fb18a344",
      "tree": "f4473769aeeca88b1e95d0bf3b96bc782f4ebf70",
      "parents": [
        "894214d1a75745a283d5f1921125b3ad36d7ba26"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Apr 06 17:02:55 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:09:44 2005 +0200"
      },
      "message": "[JFFS2] Add KERN_DEBUG level to printks\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "894214d1a75745a283d5f1921125b3ad36d7ba26",
      "tree": "70dd3913dfb671871348878b1f2a4c30427e2d73",
      "parents": [
        "22c60f5fb7b8184a2d00a607f965b54c586fb40e"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Tue Apr 05 13:51:58 2005 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:09:29 2005 +0200"
      },
      "message": "[JFFS2] Fix race problems with wbuf.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3cceb9f6cf433545b607451e5de7af2cd6cec0b5",
      "tree": "cc9934231e9977bdd95d2a751bdd36649704af37",
      "parents": [
        "437316d9b5ea142ca7ab9ef131c28506c407d1d6"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Sun Mar 20 21:43:26 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:03:04 2005 +0200"
      },
      "message": "[JFFS2] Prevent deadlock when flushing write buffer\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "437316d9b5ea142ca7ab9ef131c28506c407d1d6",
      "tree": "1edf9fa6fc996bb873fad59b0019d3a985ded794",
      "parents": [
        "a42163d7c331c2532551f675d6616a00e1e87fe9"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Sun Mar 20 17:46:23 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:02:39 2005 +0200"
      },
      "message": "[JFFS2] Forbid to free inode_cache objects if its nlink isn\u0027t zero.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "a42163d7c331c2532551f675d6616a00e1e87fe9",
      "tree": "f437025983cca8c43ee33e839199d0ee091c8107",
      "parents": [
        "a921e28b4bd35b091754a1814ff015fe268b9295"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Sun Mar 20 17:45:29 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 13:01:25 2005 +0200"
      },
      "message": "[JFFS2] Improve garbage collector block selection\n\nMake sure the erase_pending_wbuf_list\u0027s blocks are taken into account\nwhen picking the block to GC.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "4d9527096e2e5da7bec4b6a276fdb05086b6c395",
      "tree": "6733cf2c2694a6ae0058c82b4de6e05d279c7bd0",
      "parents": [
        "3c45e00afcaa22c65cfb7f77649591db9e0bec03"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Fri Mar 18 09:58:09 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:57:27 2005 +0200"
      },
      "message": "[JFFS2] Use function to manipulate superblock dirty flag\n\nUse the corresponding function to mark Superblock dirty instead\nof doing it directly.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "32f1a95d505b99b1f01b6aeea36ec3f97245b357",
      "tree": "5da0e8b01362cf6b0cc79f11e5e9b3fd4ad169d6",
      "parents": [
        "20a6c211903dce92a0db7f19c221cfa3f2cb4c32"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Tue Mar 01 10:50:52 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:48:15 2005 +0200"
      },
      "message": "[JFFS2] Add symlink caching support.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "31fbdf7aa5aac8a2a34f180a25deb157297a10c9",
      "tree": "2189fa2b2f74789e259724719826f6508ae305da",
      "parents": [
        "67e345d17ff8c2085a54c293001ae548f7be7b21"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Mon Feb 28 08:21:09 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:47:15 2005 +0200"
      },
      "message": "[JFFS2] Fix NOR specific scan BUG \n\nFix fairly sad NOR-specific bug - during FS building ic-\u003escan_dents\nisn\u0027t zero, but jffs2_mark_node_obsolete() migt be called it tries to\nfinde the ic corresponding to ref - this requires ic-\u003escan_dents \u003d 0.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "67e345d17ff8c2085a54c293001ae548f7be7b21",
      "tree": "07f2829e98c22c5d1edd8832a06a11cbdde85f24",
      "parents": [
        "002fa30170f9500ac31fa22931c689029af7f27b"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 27 23:01:36 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:46:14 2005 +0200"
      },
      "message": "[JFFS2] Prevent ino cache removal for inodes in use\n\nDon\u0027t remove inocache for inodes which are in read_inode() or\nclear_inode() until they\u0027re done.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b81226c5d55b16a23f044d37b45e9b6909d8fbce",
      "tree": "41c3f5d6c4d163735a60fc5a930d2feb313c17cd",
      "parents": [
        "171650af9cd847964cf69b6bab9009631283293f"
      ],
      "author": {
        "name": "Artem B. Bityuckiy",
        "email": "dedekind@infradead.org",
        "time": "Thu Feb 17 17:51:17 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:39:35 2005 +0200"
      },
      "message": "[JFFS2] Fix node lookup\n\nLook the ref-\u003enext_phys field instead of -\u003enext_in_ino to determine\nif the block has more then one node.\n\nSigned-off-by: Artem B. Bityuckiy \u003cdedekind@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "2f82ce1eb637c06dfc60f095cd1891ae0ba4894c",
      "tree": "425727d05f70fdd55d5cf715c7acbeca6aeeeb18",
      "parents": [
        "8f15fd55f9bf266139b10850947e19c4e3f4e9b7"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 09 09:24:26 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:29:43 2005 +0200"
      },
      "message": "[JFFS2] Use a single config option for write buffer support\n\nThis patch replaces the current CONFIG_JFFS2_FS_NAND, CONFIG_JFFS2_FS_NOR_ECC\nand CONFIG_JFFS2_FS_DATAFLASH with a single configuration option -\nCONFIG_JFFS2_FS_WRITEBUFFER.\n\nThe only functional change of this patch is that the slower div/mod\ncalculations for SECTOR_ADDR(), PAGE_DIV() and PAGE_MOD() are now always\nused when CONFIG_JFFS2_FS_WRITEBUFFER is enabled.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8f15fd55f9bf266139b10850947e19c4e3f4e9b7",
      "tree": "3df936efbffbbd6c20dd75f51780ac37458285ff",
      "parents": [
        "3be36675d41a30ed3b192f92684f1417aa0f8bfe"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 09 09:17:45 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:28:03 2005 +0200"
      },
      "message": "[JFFS2] Add support for JFFS2-on-Dataflash devices.\n\nFor Dataflash, can_mark_obsolete \u003d false and the NAND write buffering\ncode (wbuf.c) is used.\n\nSince the DataFlash chip will automatically erase pages when writing,\nthe cleanmarkers are not needed - so cleanmarker_oob \u003d false and\ncleanmarker_size \u003d 0\n\nDataFlash page-sizes are not a power of two (they\u0027re multiples of 528\nbytes).  The SECTOR_ADDR macro (added in the previous core patch) is\nreplaced with a (slower) div/mod version if CONFIG_JFFS2_FS_DATAFLASH is\nselected.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3be36675d41a30ed3b192f92684f1417aa0f8bfe",
      "tree": "da8395bb14ffef19e551c509c47d16b52fb536d9",
      "parents": [
        "045e9a5d51ced27bfcbdb78071534ce6fd36b33d"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Feb 09 09:09:05 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:27:09 2005 +0200"
      },
      "message": "[JFFS2] Core changes required to support JFFS2-on-Dataflash devices.\n\nDataFlash page-sizes are not a power of two (they\u0027re multiples of 528\nbytes).  There are a few places in JFFS2 code where sector_size is used\nas a bitmask.  A new macro (SECTOR_ADDR) was defined to calculate these\nsector addresses. For non-DataFlash devices, the original (faster)\nbitmask operation is still used.\n\nIn scan.c, the EMPTY_SCAN_SIZE was a constant of 1024.\nSince this could be larger than the sector size of the DataFlash, this\nis now basically set to MIN(sector_size, 1024).\n\nAddition of a jffs2_is_writebuffered() macro.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "67d9e95c393d23c229836e28b262dc73d71da784",
      "tree": "1c22b8ad2715d8155570aa082d6c20ed8c269e11",
      "parents": [
        "72b56a2d7dccd9ea90f34f6ddb653086a3f3bd2e"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Sat Feb 05 18:23:40 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:23:54 2005 +0200"
      },
      "message": "[JFFS2] Prevent deadlock during write buffer recovery\n\nPrevent deadlock when checking erased block for\nspace allocation during wbuf recovery.\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8aee6ac1446d6e2cb69908facbaccc0dfb4f1145",
      "tree": "8e1413d24eb930cb9173e690c8b04b4c370e9eb0",
      "parents": [
        "f29a4b86f554a496beba8d339917399b9c44fbc9"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Feb 02 22:12:08 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:20:43 2005 +0200"
      },
      "message": "[JFFS2] Remove NAND dependencies for NOR FLASH\n\nmake NAND code work on NOR flash again\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9b88f47390efb72540b050628ebc04202d91c6ec",
      "tree": "13d56b9a76a76b7dca5509cad63827570b3496b1",
      "parents": [
        "6170b43401a3230756ff76287ee07db0d75eddde"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Fri Jan 28 18:53:05 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:16:06 2005 +0200"
      },
      "message": "[JFFS2] Code cleanup \n\nCode beautification and block filing correction for optimization.\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3118db3dfe7c16284d1d578e628fd87639b00731",
      "tree": "a0bd21784ca0dfd95f4713c4d649a37b5f531371",
      "parents": [
        "7f716cf3f9cc9dd420b9c75071559017812df6d2"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Mon Jan 24 21:30:25 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:14:34 2005 +0200"
      },
      "message": "[JFFS2] Fix refile of blocks due to write failure. \n\navoid segfault when nextblock was refiled because of a write failure\n- avoid filing blocks on the clean list when they have wasted\nspace\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7f716cf3f9cc9dd420b9c75071559017812df6d2",
      "tree": "5f6492e6e83562d8b048dd14c3c9b844caa3845b",
      "parents": [
        "e4803c30d64391d84635061eaebfc7d66de9d6ab"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Mon Jan 24 21:24:18 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:12:13 2005 +0200"
      },
      "message": "[JFFS2] Fix block refiling\n\n- block refiling when writing directly to flash a buffer\nwhich is bigger than wbuf\n- retry cases for flushing wbuf\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "e4803c30d64391d84635061eaebfc7d66de9d6ab",
      "tree": "b36dbc4306c6b8223f0fd9755ea0d8a04a15bcb6",
      "parents": [
        "ed3786a599f5639c99dfcceaef1b064ab5e2e9f9"
      ],
      "author": {
        "name": "Estelle Hammache",
        "email": "estelle.hammache@st.com",
        "time": "Mon Jan 24 21:13:42 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 12:11:28 2005 +0200"
      },
      "message": "[JFFS2] Fix write buffer retry case\n\nCorrection of retry case to avoid silent failure of rmdir\nwhen jffs2_wbuf_recover GCs the previous entry (+ corresponding\ndnode case).\n\nSigned-off-by: Estelle Hammache \u003cestelle.hammache@st.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8fabed4a0f78623236c035de0984beeacb8096d8",
      "tree": "a38636004739a5cedece1cd95710ef38aabe06d4",
      "parents": [
        "15266bb74d0156556f9541c9817b778286ffe5d6"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@mvista.com",
        "time": "Wed Jan 19 19:22:04 2005 +0000"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@mtd.linutronix.de",
        "time": "Mon May 23 11:30:31 2005 +0200"
      },
      "message": "[JFFS2] Avoid warning for empty filesystems\n\nAvoid \"Eep. No valid nodes for ino #1\" message for just-created filesystem.\n\nSigned-off-by: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "75c96f85845a6707b0f9916cb263cb3584f7d48f",
      "tree": "45a64d1c9bb71d7093db3a11e0f21465c2e3dec6",
      "parents": [
        "5e198d94dd0c3ec7f6138229e2e412c2c6268c38"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu May 05 16:16:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 05 16:36:47 2005 -0700"
      },
      "message": "[PATCH] make some things static\n\nThis patch makes some needlessly global identifiers static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Arjan van de Ven \u003carjanv@infradead.org\u003e\nAcked-by: Trond Myklebust \u003ctrond.myklebust@fys.uio.no\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cd7619d6bf36564cf54ff7218ef54e558a741913",
      "tree": "c11674169b6d8f0b498e7ebe8a85d624cca82502",
      "parents": [
        "c8538a7aa5527d02c7191ac5da124efadf6a2827"
      ],
      "author": {
        "name": "Matt Mackall",
        "email": "mpm@selenic.com",
        "time": "Sun May 01 08:59:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:01 2005 -0700"
      },
      "message": "[PATCH] Exterminate PAGE_BUG\n\nRemove PAGE_BUG - repalce it with BUG and BUG_ON.\n\nSigned-off-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
