1. e136e76 Freezer: Fix JFFS2 garbage collector freezing issue (rev. 2) by Rafael J. Wysocki · 17 years ago
  2. 8d6ea58 [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post() by David Woodhouse · 17 years ago
  3. 2a754b5 [JFFS2] Fix return value from jffs2_write_end() by Nick Piggin · 17 years ago
  4. cfc8dc6 [JFFS2] Tidy up fix for ACL/permissions problem. by KaiGai Kohei · 17 years ago
  5. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  6. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  7. 205c109 jffs2: convert to new aops by Nick Piggin · 17 years ago
  8. b160292 Merge Linux 2.6.23 by David Woodhouse · 17 years ago
  9. 4fc8a60 [JFFS2] Remove stray debugging printk by David Woodhouse · 17 years ago
  10. b534e70 [JFFS2] Handle dirents on the flash with embedded zero bytes in names. by David Woodhouse · 17 years ago
  11. 69ca437 [JFFS2] Check for creation of dirents with embedded zero bytes in name. by David Woodhouse · 17 years ago
  12. a8c68f3 [JFFS2] Don't count all 'very dirty' blocks except in debug mode by David Woodhouse · 17 years ago
  13. 2665ea8 [JFFS2] Check whether garbage-collection actually obsoleted its victim. by David Woodhouse · 17 years ago
  14. 85becc5 [JFFS2] Relax threshold for triggering GC due to dirty blocks. by David Woodhouse · 17 years ago
  15. 8fb870df [JFFS2] Trigger garbage collection when very_dirty_list size becomes excessive by David Woodhouse · 17 years ago
  16. 59d8235 [JFFS2] Fix unpoint length by Andy Lowe · 18 years ago
  17. fc0e019 [JFFS2] fix write deadlock regression by Jason Lunz · 17 years ago
  18. ac0c955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  19. f4e3564 [JFFS2] fix printk warning in jffs2_block_check_erase() by Andrew Morton · 17 years ago
  20. 9ed437c [JFFS2] Fix ACL vs. mode handling. by David Woodhouse · 17 years ago
  21. b574864 JFFS2 locking regression fix. by David Woodhouse · 17 years ago
  22. 09b3fba [JFFS2] Correct cleanmarker checks -- we should use only 8 bytes by David Woodhouse · 17 years ago
  23. b8e3ec3 [JFFS2] Print correct node offset when complaining about broken data CRC by David Woodhouse · 17 years ago
  24. 7b68770 [JFFS2] Fix suspend failure with JFFS2 GC thread. by David Woodhouse · 17 years ago
  25. 71c2339 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. by David Woodhouse · 17 years ago
  26. 5bd5c03 [JFFS2] Prevent oops after 'node added in wrong place' debug check by Joakim Tjernlund · 17 years ago
  27. 39fe543 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  28. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  29. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  30. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  31. 0fc72b8 [JFFS2] Add declaration of jffs2_lzo_{init,exit} to compr.h by David Woodhouse · 17 years ago
  32. 3b23c1f [JFFS2] Add a "favourlzo" compression mode by Richard Purdie · 17 years ago
  33. c799aca [JFFS2] Add LZO compression support. by Richard Purdie · 17 years ago
  34. db1b39d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  35. a6bc432 [JFFS2] Add support for write-buffer verification. by David Woodhouse · 17 years ago
  36. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  37. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  38. b2e2523 [JFFS2] Print correct node offset when complaining about broken data CRC by David Woodhouse · 17 years ago
  39. e2baf4e [JFFS2] Fix readinode failure when read_dnode() detects CRC failure. by David Woodhouse · 17 years ago
  40. 14c6381 [JFFS2] Fix readinode failure when read_dnode() detects CRC failure. by David Woodhouse · 17 years ago
  41. 43dfa07 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. by David Woodhouse · 17 years ago
  42. e716dd3 [JFFS2] Fix suspend failure with JFFS2 GC thread. by David Woodhouse · 17 years ago
  43. 66bfaea [JFFS2] Improve diagnostic output for 'node added in wrong place' check by David Woodhouse · 17 years ago
  44. d364fb1 [JFFS2] Reduce time for which erase_free_sem is held during erase. by Joakim Tjernlund · 17 years ago
  45. f79c449 [JFFS2] Prevent oops after 'node added in wrong place' debug check by Joakim Tjernlund · 17 years ago
  46. fab2c39 [JFFS2] Use point(), if available, to check newly erased blocks. by Joakim Tjernlund · 17 years ago
  47. fd53249 [JFFS2] Fix hanging close for /dev/mtd character device. by Joakim Tjernlund · 17 years ago
  48. ec4883b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  49. 0477d24 [JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree() by David Woodhouse · 17 years ago
  50. ea55d30 [JFFS2] Fix buffer length calculations in jffs2_get_inode_nodes() by Artem Bityutskiy · 17 years ago
  51. 2ad8ee7 [JFFS2] Fix potential memory leak of dead xattrs on unmount. by David Woodhouse · 17 years ago
  52. 8ae5d31 [JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files. by David Woodhouse · 17 years ago
  53. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  54. acaebfd [MTD] generalise the handling of MTD-specific superblocks by David Howells · 17 years ago
  55. ba7cc09 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  56. 1c97964 [JFFS2] Simplify and clean up jffs2_add_tn_to_tree() some more. by David Woodhouse · 17 years ago
  57. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  58. fcf3caf [JFFS2] Remove another bogus optimisation in jffs2_add_tn_to_tree() by David Woodhouse · 17 years ago
  59. 96dd8d2 [JFFS2] Remove broken insert_point optimisation in jffs2_add_tn_to_tree() by David Woodhouse · 17 years ago
  60. 1123e2a [JFFS2] Remember to calculate overlap on nodes which replace older nodes by David Woodhouse · 17 years ago
  61. 3fddb6c [JFFS2] Don't advance c->wbuf_ofs to next eraseblock after wbuf flush by David Woodhouse · 17 years ago
  62. 7c96b7a [JFFS2] Remove dead file histo_mips.h by David Woodhouse · 17 years ago
  63. d1da4e5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  64. 0029da3 JFFS2: add UBI support by Artem Bityutskiy · 18 years ago
  65. f6449f4 [JFFS2] Fix compr_rubin.c build after include file elimination. by Andrew Morton · 17 years ago
  66. 61c4b23 [JFFS2] Handle inodes with only a single metadata node with non-zero isize by David Woodhouse · 17 years ago
  67. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  68. 0dec4c8 [JFFS2] Better fix for all-zero node headers by Joakim Tjernlund · 17 years ago
  69. df8e96f [JFFS2] Improve read_inode memory usage, v2. by David Woodhouse · 17 years ago
  70. 44b998e [JFFS2] Improve failure mode if inode checking leaves unchecked space. by David Woodhouse · 17 years ago
  71. 566865a [JFFS2] Fix cross-endian build. by David Woodhouse · 17 years ago
  72. a491486 [JFFS2] Obsolete dirent nodes immediately on unlink, where possible. by Joakim Tjernlund · 17 years ago
  73. c2aecda [JFFS2] Speed up mount for directly-mapped NOR flash by Joakim Tjernlund · 17 years ago
  74. 10731f8 [JFFS2] fix buffer sise calculations in jffs2_get_inode_nodes() by Artem Bityutskiy · 17 years ago
  75. 7f762ab [JFFS2] Disable summary after wbuf recovery by Adrian Hunter · 17 years ago
  76. 99c2594 [JFFS2] Prevent list corruption when handling write errors by Adrian Hunter · 17 years ago
  77. b0afbbe [JFFS2] fix deadlock on error path by Artem Bityutskiy · 17 years ago
  78. 5304300 [JFFS2] check node crc before doing anything else by Thomas Gleixner · 17 years ago
  79. 8dc64fc [JFFS2] Delete everything related to obsolete JFFS2_PROC option by Robert P. J. Day · 17 years ago
  80. 3a6effe [JFFS2] Remove superfluous source file fs/jffs2/comprtest.c by Robert P. J. Day · 17 years ago
  81. 0feba82 [JFFS2] print a message when marking bad block by Artem Bityutskiy · 17 years ago
  82. c7258a4 [JFFS2] Check for all-zero node headers by David Woodhouse · 17 years ago
  83. f8a922c [JFFS2] Use yield() between GC passes in background thread. by David Woodhouse · 17 years ago
  84. 180bfb3 [JFFS2] Fix writebuffer recovery in the first page of a block by Vitaly Wool · 17 years ago
  85. 4935361 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  86. 7be26bfb [JFFS2] printk warning fixes by Andrew Morton · 17 years ago
  87. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  88. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  89. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  90. a7a6ace1 [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NAND by Artem Bityutskiy · 17 years ago
  91. cfa7239 JFFS2: memory leak in jffs2_do_mount_fs() by Dmitry Adamushko · 18 years ago
  92. 9cdf083 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  93. e499e01 [JFFS2] debug.h: include <linux/sched.h> for current->pid by David Woodhouse · 18 years ago
  94. abb536e [JFFS2] use the ref_offset macro by Kyungmin Park · 18 years ago
  95. a2166b9 [JFFS2] Reschedule in loops by Artem Bityutskiy · 18 years ago
  96. 85de3d9 [JFFS2] Fix error-path leak in summary scan by Amit Choudhary · 18 years ago
  97. aba54da [JFFS2] add cond_resched() when garbage collecting deletion dirent by Artem Bityutskiy · 18 years ago
  98. 3d375d9 [JFFS2] replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  99. ec2e203 [PATCH] struct path: convert jffs2 by Josef Sipek · 18 years ago
  100. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago