1. ff5e4b5 fs/jbd: Export log_start_commit to fix ext3 build. by Stefan Schmidt · 15 years ago
  2. 7b02bec JBD/JBD2: free j_wbuf if journal init fails. by Tao Ma · 15 years ago
  3. 3adae9d jbd: Annotate transaction start also for journal_restart() by Jan Kara · 15 years ago
  4. 9c28cbc jbd: Journal block numbers can ever be only 32-bit use unsigned int for them by Jan Kara · 15 years ago
  5. b449fc6 JBD: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  6. f1015c4 jbd: fix race between write_metadata_buffer and get_write_access by dingdinghua · 15 years ago
  7. 1e9fd53 jbd: Fix a race between checkpointing code and journal_get_write_access() by Jan Kara · 15 years ago
  8. 7447a66 jbd: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  9. 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  10. a61d90d jbd: fix race in buffer processing in commit code by Jan Kara · 15 years ago
  11. a4277bf1 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  12. 38d726d jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  13. 3243387 jbd: update locking coments by Jan Kara · 15 years ago
  14. 6c4bac6 jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC by Jens Axboe · 15 years ago
  15. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  16. ecca9af jbd: fix oops in jbd_journal_init_inode() on corrupted fs by Jan Kara · 15 years ago
  17. 512a004 ext3: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  18. 8fe4cd0 jbd: fix return value of journal_start_commit() by Jan Kara · 15 years ago
  19. 1579c3a jbd: remove excess kernel-doc notation by Randy Dunlap · 15 years ago
  20. f420d4d jbd: improve fsync batching by Josef Bacik · 15 years ago
  21. e219cca jbd: don't give up looking for space so easily in __log_wait_for_space by Theodore Ts'o · 16 years ago
  22. e74481e fs: remove excess kernel-doc by Randy Dunlap · 16 years ago
  23. be07c4e jbd: abort instead of waiting for nonexistent transactions by Duane Griffin · 16 years ago
  24. 9f818b4 jbd: test BH_Write_EIO to detect errors on metadata buffers by Hidehiro Kawai · 16 years ago
  25. 4afe978 jbd: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  26. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  27. 960a22a jbd: ordered data integrity fix by Hidehiro Kawai · 16 years ago
  28. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  29. 885e353 jbd: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  30. d1645e5 jbd: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  31. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  32. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  33. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  34. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  35. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  36. cbe5f46 jbd: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  37. fc80c44 jbd: positively dispose the unmapped data buffers in journal_commit_transaction() by Toshiyuki Okajima · 16 years ago
  38. a10320e jbd: unexport journal_update_superblock by Adrian Bunk · 16 years ago
  39. 3f31fdd jbd: fix race between free buffer and commit transaction by Mingming Cao · 16 years ago
  40. 1984bb7 jbd: tidy up revoke cache initialisation and destruction by Duane Griffin · 16 years ago
  41. f4d79ca jbd: eliminate duplicated code in revocation table init/destroy functions by Duane Griffin · 16 years ago
  42. 3850f7a jbd: replace potentially false assertion with if block by Duane Griffin · 16 years ago
  43. 772279c jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT by Mingming Cao · 16 years ago
  44. 08fc99b jbd: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  45. 5b9a499 jbd: fix possible journal overflow issues by Josef Bacik · 16 years ago
  46. 5bc833f jbd: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  47. 1076d17 jbd/jbd2 NULL noise by Al Viro · 16 years ago
  48. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  49. 439aeec jbd: correctly unescape journal data blocks by Duane Griffin · 16 years ago
  50. 0cf01f6 jbd: fix jbd kernel-doc notation by Randy Dunlap · 16 years ago
  51. 78a4a50 docbook: fix filesystems.tmpl source files by Randy Dunlap · 16 years ago
  52. 5315217 [PATCH] jbd: Remove useless loop when writing commit record by Jan Kara · 16 years ago
  53. 28ae094 ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests by Neil Brown · 16 years ago
  54. 5330838 make jbd/journal.c:__journal_abort_hard() static by Adrian Bunk · 16 years ago
  55. e86e143 BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 by Andi Kleen · 16 years ago
  56. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  57. f63dcda jbd: do not try lock_acquire after handle made invalid by Jonas Bonn · 16 years ago
  58. d4beaf4 jbd: Fix assertion failure in fs/jbd/checkpoint.c by Jan Kara · 17 years ago
  59. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  60. 7a266e7 jbd: fix commit code to properly abort journal by Jan Kara · 17 years ago
  61. c2a9159 jbd: config_jbd_debug cannot create /proc entry by Jose R. Santos · 17 years ago
  62. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  63. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  64. a5005da JBD: replace jbd_kmalloc with kmalloc directly by Mingming Cao · 17 years ago
  65. c089d49 JBD: JBD slab allocation cleanups by Mingming Cao · 17 years ago
  66. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  67. 34a3d1e lockdep: annotate journal_start() by Peter Zijlstra · 17 years ago
  68. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  69. f482394 is_power_of_2(): jbd by vignesh babu · 17 years ago
  70. fe28e42 jbd commit: fix transaction dropping by Jan Kara · 17 years ago
  71. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  72. 97f0678 jbd: check for error returned by kthread_create on creating journal thread by Pavel Emelianov · 17 years ago
  73. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  74. 6f5a9da [PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete by Hisashi Hifumi · 18 years ago
  75. 44d306e [PATCH] user of the jiffies rounding code: JBD by Arjan van de Ven · 18 years ago
  76. d394e12 [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() static by Adrian Bunk · 18 years ago
  77. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  78. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  79. f58a74d [PATCH] jbd: journal_dirty_data re-check for unmapped buffers by Eric Sandeen · 18 years ago
  80. 3e2a532 [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop() by OGAWA Hirofumi · 18 years ago
  81. 41716c7 [PATCH] null dereference in fs/jbd/journal.c by Eric Sesterhenn · 18 years ago
  82. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  83. d180779 [PATCH] JBD: memory leak in "journal_init_dev()" by Zoltan Menyhart · 18 years ago
  84. f71b2f1 [PATCH] JBD: Make journal_brelse_array() static by Dave Kleikamp · 18 years ago
  85. a4e4de3 [PATCH] ext3: Fix sparse warnings by Dave Kleikamp · 18 years ago
  86. e9ad562 [PATCH] ext3: More whitespace cleanups by Dave Kleikamp · 18 years ago
  87. 37ed322 [PATCH] JBD: 16T fixes by Eric Sandeen · 18 years ago
  88. 2aed348 [PATCH] jbd: use BUILD_BUG_ON in journal init by Alexey Dobriyan · 18 years ago
  89. ae6ddcc [PATCH] ext3 and jbd cleanup: remove whitespace by Mingming Cao · 18 years ago
  90. e7ab8d6 [PATCH] jbd: add lock annotation to jbd_sync_bh by Josh Triplett · 18 years ago
  91. 3998b93 [PATCH] jbd: fix commit of ordered data buffers by Jan Kara · 18 years ago
  92. 4cfb04a [PATCH] manage-jbd-its-own-slab fix by Badari Pulavarty · 18 years ago
  93. ea81739 [PATCH] Manage jbd allocations from its own slabs by Badari Pulavarty · 18 years ago
  94. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  95. e8f1c62 [PATCH] ext3: fix memory leak when the journal file is corrupted by Theodore Ts'o · 18 years ago
  96. 78ce89c [PATCH] JBD: split checkpoint lists by Jan Kara · 18 years ago
  97. 304c4c8 [PATCH] jbd: avoid kfree(NULL) by Andrew Morton · 18 years ago
  98. 9ada734 [PATCH] jbd: fix BUG in journal_commit_transaction() by Jan Kara · 18 years ago
  99. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  100. 8d8c851 [PATCH] jbd: convert kjournald to kthread API by Andrew Morton · 18 years ago