1. be07c4e jbd: abort instead of waiting for nonexistent transactions by Duane Griffin · 16 years ago
  2. 9f818b4 jbd: test BH_Write_EIO to detect errors on metadata buffers by Hidehiro Kawai · 16 years ago
  3. 4afe978 jbd: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  4. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  5. 960a22a jbd: ordered data integrity fix by Hidehiro Kawai · 16 years ago
  6. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  7. 885e353 jbd: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  8. d1645e5 jbd: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  9. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  10. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  11. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  12. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  13. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  14. cbe5f46 jbd: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  15. fc80c44 jbd: positively dispose the unmapped data buffers in journal_commit_transaction() by Toshiyuki Okajima · 16 years ago
  16. a10320e jbd: unexport journal_update_superblock by Adrian Bunk · 16 years ago
  17. 3f31fdd jbd: fix race between free buffer and commit transaction by Mingming Cao · 16 years ago
  18. 1984bb7 jbd: tidy up revoke cache initialisation and destruction by Duane Griffin · 16 years ago
  19. f4d79ca jbd: eliminate duplicated code in revocation table init/destroy functions by Duane Griffin · 16 years ago
  20. 3850f7a jbd: replace potentially false assertion with if block by Duane Griffin · 16 years ago
  21. 772279c jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT by Mingming Cao · 16 years ago
  22. 08fc99b jbd: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  23. 5b9a499 jbd: fix possible journal overflow issues by Josef Bacik · 16 years ago
  24. 5bc833f jbd: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  25. 1076d17 jbd/jbd2 NULL noise by Al Viro · 16 years ago
  26. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  27. 439aeec jbd: correctly unescape journal data blocks by Duane Griffin · 16 years ago
  28. 0cf01f6 jbd: fix jbd kernel-doc notation by Randy Dunlap · 16 years ago
  29. 78a4a50 docbook: fix filesystems.tmpl source files by Randy Dunlap · 16 years ago
  30. 5315217 [PATCH] jbd: Remove useless loop when writing commit record by Jan Kara · 16 years ago
  31. 28ae094 ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests by Neil Brown · 16 years ago
  32. 5330838 make jbd/journal.c:__journal_abort_hard() static by Adrian Bunk · 16 years ago
  33. e86e143 BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 by Andi Kleen · 16 years ago
  34. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  35. f63dcda jbd: do not try lock_acquire after handle made invalid by Jonas Bonn · 16 years ago
  36. d4beaf4 jbd: Fix assertion failure in fs/jbd/checkpoint.c by Jan Kara · 17 years ago
  37. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  38. 7a266e7 jbd: fix commit code to properly abort journal by Jan Kara · 17 years ago
  39. c2a9159 jbd: config_jbd_debug cannot create /proc entry by Jose R. Santos · 17 years ago
  40. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  41. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  42. a5005da JBD: replace jbd_kmalloc with kmalloc directly by Mingming Cao · 17 years ago
  43. c089d49 JBD: JBD slab allocation cleanups by Mingming Cao · 17 years ago
  44. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  45. 34a3d1e lockdep: annotate journal_start() by Peter Zijlstra · 17 years ago
  46. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  47. f482394 is_power_of_2(): jbd by vignesh babu · 17 years ago
  48. fe28e42 jbd commit: fix transaction dropping by Jan Kara · 17 years ago
  49. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  50. 97f0678 jbd: check for error returned by kthread_create on creating journal thread by Pavel Emelianov · 17 years ago
  51. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  52. 6f5a9da [PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete by Hisashi Hifumi · 17 years ago
  53. 44d306e [PATCH] user of the jiffies rounding code: JBD by Arjan van de Ven · 17 years ago
  54. d394e12 [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() static by Adrian Bunk · 18 years ago
  55. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  56. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  57. f58a74d [PATCH] jbd: journal_dirty_data re-check for unmapped buffers by Eric Sandeen · 18 years ago
  58. 3e2a532 [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop() by OGAWA Hirofumi · 18 years ago
  59. 41716c7 [PATCH] null dereference in fs/jbd/journal.c by Eric Sesterhenn · 18 years ago
  60. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  61. d180779 [PATCH] JBD: memory leak in "journal_init_dev()" by Zoltan Menyhart · 18 years ago
  62. f71b2f1 [PATCH] JBD: Make journal_brelse_array() static by Dave Kleikamp · 18 years ago
  63. a4e4de3 [PATCH] ext3: Fix sparse warnings by Dave Kleikamp · 18 years ago
  64. e9ad562 [PATCH] ext3: More whitespace cleanups by Dave Kleikamp · 18 years ago
  65. 37ed322 [PATCH] JBD: 16T fixes by Eric Sandeen · 18 years ago
  66. 2aed348 [PATCH] jbd: use BUILD_BUG_ON in journal init by Alexey Dobriyan · 18 years ago
  67. ae6ddcc [PATCH] ext3 and jbd cleanup: remove whitespace by Mingming Cao · 18 years ago
  68. e7ab8d6 [PATCH] jbd: add lock annotation to jbd_sync_bh by Josh Triplett · 18 years ago
  69. 3998b93 [PATCH] jbd: fix commit of ordered data buffers by Jan Kara · 18 years ago
  70. 4cfb04a [PATCH] manage-jbd-its-own-slab fix by Badari Pulavarty · 18 years ago
  71. ea81739 [PATCH] Manage jbd allocations from its own slabs by Badari Pulavarty · 18 years ago
  72. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  73. e8f1c62 [PATCH] ext3: fix memory leak when the journal file is corrupted by Theodore Ts'o · 18 years ago
  74. 78ce89c [PATCH] JBD: split checkpoint lists by Jan Kara · 18 years ago
  75. 304c4c8 [PATCH] jbd: avoid kfree(NULL) by Andrew Morton · 18 years ago
  76. 9ada734 [PATCH] jbd: fix BUG in journal_commit_transaction() by Jan Kara · 18 years ago
  77. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  78. 8d8c851 [PATCH] jbd: convert kjournald to kthread API by Andrew Morton · 18 years ago
  79. e3df189 [PATCH] jbd: embed j_commit_timer in journal struct by Andrew Morton · 18 years ago
  80. 2c68ee7 [PATCH] sem2mutex: jbd, j_checkpoint_mutex by Arjan van de Ven · 18 years ago
  81. 7c8903f [PATCH] jbd: revert checkpoint list changes by Mark Fasheh · 18 years ago
  82. fe1dcbc [PATCH] jbd: fix transaction batching by Andrew Morton · 18 years ago
  83. 43c3e6f [PATCH] jbd: remove_transaction fix by Jan Kara · 18 years ago
  84. 8d3c7fc [PATCH] jbd: log_do_checkpoint fix by Jan Kara · 18 years ago
  85. f93ea41 [PATCH] jbd: split checkpoint lists by Jan Kara · 18 years ago
  86. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  87. 6c8bec6 [PATCH] jbd doc: fix some kernel-doc warnings by Randy Dunlap · 19 years ago
  88. 27496a8 [PATCH] gfp_t: fs/* by Al Viro · 19 years ago
  89. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  90. 4407c2b [PATCH] Fix race in do_get_write_access() by Jan Kara · 19 years ago
  91. 2670769 [PATCH] Change ll_rw_block() calls in JBD by Jan Kara · 19 years ago
  92. e6c9f5c [PATCH] Fix JBD race in t_forget list handling by Jan Kara · 19 years ago
  93. cbf0d27 [PATCH] kjournald: missing JFS_UNMOUNT check by Mark Fasheh · 19 years ago
  94. 022a4a7 [PATCH] fs/jbd/: cleanups by Adrian Bunk · 19 years ago
  95. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  96. 7e3b11a [PATCH] ext3: fix list scanning in __cleanup_transaction by Jan Kara · 19 years ago
  97. 00ea814 [PATCH] ext3: fix log_do_checkpoint() assertion failure by Jan Kara · 19 years ago
  98. d13df84 [PATCH] jbd dirty buffer leak fix by akpm@osdl.org · 19 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago