1. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  2. 4b90567 jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs by Jan Kara · 15 years ago
  3. e06c822 jbd2: Add buffer triggers by Joel Becker · 16 years ago
  4. 40a1984 jbd2: Submit writes to the journal using WRITE_SYNC by Theodore Ts'o · 15 years ago
  5. 4a9bf99 jbd2: Add pid and journal device name to the "kjournald2 starting" message by Theodore Ts'o · 15 years ago
  6. c319106 ext4: Remove code to create the journal inode by Theodore Ts'o · 15 years ago
  7. fb68407 jbd2: Call journal commit callback without holding j_list_lock by Aneesh Kumar K.V · 16 years ago
  8. 1a0d378 jbd2: Remove a large array of bh's from the stack of the checkpoint routine by Theodore Ts'o · 16 years ago
  9. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 15 years ago
  10. d7cfa46 ext4: display average commit time by Theodore Ts'o · 16 years ago
  11. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 16 years ago
  12. fd98496 jbd2: Add barrier not supported test to journal_wait_on_commit_record by Theodore Ts'o · 15 years ago
  13. 2423840 jbd2: deregister proc on failure in jbd2_journal_init_inode by Sami Liedes · 16 years ago
  14. 8c3f25d jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space by Theodore Ts'o · 16 years ago
  15. 6c20ec8 jbd2: Call the commit callback before the transaction could get dropped by Theodore Ts'o · 16 years ago
  16. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  17. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  18. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  19. 7ad7445 jbd2: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  20. 44519fa jbd2: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  21. 77e841d jbd2: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  22. 45a90bf jbd2: Fix buffer head leak when writing the commit block by Theodore Ts'o · 16 years ago
  23. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago
  24. 23f8b79 jbd2: abort instead of waiting for nonexistent transaction by Duane Griffin · 16 years ago
  25. 914258b ext4/jbd2: Avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 16 years ago
  26. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  27. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  28. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  29. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  30. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  31. 00b32b7 ext4: unexport jbd2_journal_update_superblock by Theodore Ts'o · 16 years ago
  32. e9e34f4 jbd2: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  33. cd1aac3 ext4: Add ordered mode support for delalloc by Aneesh Kumar K.V · 16 years ago
  34. 87c89c2 jbd2: Remove data=ordered mode support using jbd buffer heads by Jan Kara · 16 years ago
  35. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  36. 530576b jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction by Mingming Cao · 16 years ago
  37. 736603a jbd2: Add commit time into the commit block by Theodore Ts'o · 16 years ago
  38. 034772b jbd2: Fix barrier fallback code to re-lock the buffer head by Theodore Ts'o · 16 years ago
  39. 624080e jbd2: If a journal checksum error is detected, propagate the error to ext4 by Theodore Ts'o · 16 years ago
  40. 8ea7690 jbd2: Fix memory leak when verifying checksums in the journal by Theodore Ts'o · 16 years ago
  41. 02c471c jbd2: update transaction t_state to T_COMMIT fix by Mingming Cao · 16 years ago
  42. f36f21e Fix misuses of bdevname() by Jean Delvare · 16 years ago
  43. 329d291 jdb2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  44. 620de4e jbd2: only create debugfs and stats entries if init is successful by Duane Griffin · 16 years ago
  45. 5648ba5 jbd2: fix kernel-doc notation by Randy Dunlap · 16 years ago
  46. 8a9362e jbd2: replace potentially false assertion with if block by Duane Griffin · 16 years ago
  47. 83c4952 jbd2: eliminate duplicated code in revocation table init/destroy functions by Duane Griffin · 16 years ago
  48. 9fa27c8 jbd2: tidy up revoke cache initialisation and destruction by Duane Griffin · 16 years ago
  49. 1dfc322 jbd2: fix possible journal overflow issues by Josef Bacik · 16 years ago
  50. 9fc7c63 jbd2: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  51. 79da366 jbd2: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  52. 1076d17 jbd/jbd2 NULL noise by Al Viro · 16 years ago
  53. d002567 jbd2: correctly unescape journal data blocks by Duane Griffin · 16 years ago
  54. c4e35e07 JBD2: Clear buffer_ordered flag for barried IO request on success by Dave Kleikamp · 16 years ago
  55. 4d60517 JBD2: Use the incompat macro for testing the incompat feature. by Aneesh Kumar K.V · 16 years ago
  56. c4b8e63 jbd2: Fix reference counting on the journal commit block's buffer head by Aneesh Kumar K.V · 16 years ago
  57. b048d84 jbd2: Add error check to journal_wait_on_commit_record to avoid oops by Mingming Cao · 16 years ago
  58. e86e143 BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 by Andi Kleen · 16 years ago
  59. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  60. 4019191 jbd2: sparse pointer use of zero as null by Mingming Cao · 16 years ago
  61. db857da jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup by Mingming Cao · 16 years ago
  62. 7716095 jbd2: Mark jbd2 slabs as SLAB_TEMPORARY by Mingming Cao · 16 years ago
  63. 7b75106 jbd2: add lockdep support by Mingming Cao · 16 years ago
  64. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 16 years ago
  65. 8e85fb3 jbd2: jbd2 stats through procfs by Johann Lombardi · 16 years ago
  66. f5a7a6b jbd2: Fix assertion failure in fs/jbd2/checkpoint.c by Jan Kara · 16 years ago
  67. 6f38c74 JBD2: debug code cleanup. by Jose R. Santos · 17 years ago
  68. a7fa2ba jbd2: fix commit code to properly abort journal by Jan Kara · 17 years ago
  69. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  70. d802ffa JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4 by Mingming Cao · 17 years ago
  71. 2d917969 JBD2: replace jbd_kmalloc with kmalloc directly. by Mingming Cao · 17 years ago
  72. af1e76d JBD2: jbd2 slab allocation cleanups by Mingming Cao · 17 years ago
  73. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  74. b38bd33 fix ext4/JBD2 build warnings by Mingming Cao · 17 years ago
  75. 0f49d5d jbd2: Move jbd2-debug file to debugfs by Jose R. Santos · 17 years ago
  76. e23291b jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG by Jose R. Santos · 17 years ago
  77. f482394 is_power_of_2(): jbd by vignesh babu · 17 years ago
  78. f89b779 jbd2 commit: fix transaction dropping by Jan Kara · 17 years ago
  79. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  80. 97f0678 jbd: check for error returned by kthread_create on creating journal thread by Pavel Emelianov · 17 years ago
  81. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  82. 1260392 [PATCH] jbd2: wait for already submitted t_sync_datalist buffer to complete by Hisashi Hifumi · 18 years ago
  83. 7ddae86 [PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static by Adrian Bunk · 18 years ago
  84. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  85. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  86. 9b57988 [PATCH] jbd2: journal_dirty_data re-check for unmapped buffers by Eric Sandeen · 18 years ago
  87. 3e2a532 [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop() by OGAWA Hirofumi · 18 years ago
  88. 5eb3079 [PATCH] null dereference in fs/jbd2/journal.c by Dave Kleikamp · 18 years ago
  89. 18eba7a [PATCH] jbd2: switch blks_type from sector_t to ull by Mingming Cao · 18 years ago
  90. 2997176 [PATCH] jbd2: sector_t conversion by Mingming Cao · 18 years ago
  91. b517bea [PATCH] 64-bit jbd2 core by Zach Brown · 18 years ago
  92. a920e94 [PATCH] jbd2: rename slab by Johann Lombardi · 18 years ago
  93. f7f4bcc [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols by Mingming Cao · 18 years ago
  94. 470decc [PATCH] jbd2: initial copy of files from jbd by Dave Kleikamp · 18 years ago