1. 28e35e4 jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait by Tao Ma · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 13 years ago
  4. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  5. ae00b26 jbd2: remove unnecessary goto statement by Theodore Ts'o · 13 years ago
  6. a1dd533 jbd2: use offset_in_page() instead of manual calculation by Theodore Ts'o · 13 years ago
  7. cfef2c6 jbd2: Fix a debug message in do_get_write_access() by Theodore Ts'o · 13 years ago
  8. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 14 years ago
  9. 5c2178e jbd2: Add sanity check for attempts to start handle during umount by Theodore Ts'o · 14 years ago
  10. 6d0bf00 ext4: clean up compiler warning in start_this_handle() by Theodore Ts'o · 14 years ago
  11. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  12. 8dd4204 jbd2: Remove t_handle_lock from start_this_handle() by Theodore Ts'o · 14 years ago
  13. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  14. a51dca9 jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop by Theodore Ts'o · 14 years ago
  15. 47def82 jbd2: Remove __GFP_NOFAIL from jbd2 layer by Theodore Ts'o · 14 years ago
  16. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  17. c35a56a jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop() by Theodore Ts'o · 14 years ago
  18. ba86902 jbd2: delay discarding buffers in journal_unmap_buffer by dingdinghua · 14 years ago
  19. 9599b0e jbd2: Annotate transaction start also for jbd2_journal_restart() by Jan Kara · 15 years ago
  20. b1f485f jbd2: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  21. f91d1d0 jbd2: Fix a race between checkpointing code and journal_get_write_access() by Jan Kara · 15 years ago
  22. 536fc24 jbd2: clean up jbd2_journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  23. 7058548 ext4: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  24. 7f5aa21 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() by Jan Kara · 15 years ago
  25. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  26. e06c822 jbd2: Add buffer triggers by Joel Becker · 16 years ago
  27. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 15 years ago
  28. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 16 years ago
  29. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  30. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  31. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  32. 87c89c2 jbd2: Remove data=ordered mode support using jbd buffer heads by Jan Kara · 16 years ago
  33. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  34. 530576b jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction by Mingming Cao · 16 years ago
  35. 329d291 jdb2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  36. 5648ba5 jbd2: fix kernel-doc notation by Randy Dunlap · 16 years ago
  37. 1dfc322 jbd2: fix possible journal overflow issues by Josef Bacik · 16 years ago
  38. 9fc7c63 jbd2: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  39. 4019191 jbd2: sparse pointer use of zero as null by Mingming Cao · 16 years ago
  40. db857da jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup by Mingming Cao · 16 years ago
  41. 7b75106 jbd2: add lockdep support by Mingming Cao · 16 years ago
  42. 8e85fb3 jbd2: jbd2 stats through procfs by Johann Lombardi · 16 years ago
  43. d802ffa JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4 by Mingming Cao · 17 years ago
  44. 2d917969 JBD2: replace jbd_kmalloc with kmalloc directly. by Mingming Cao · 17 years ago
  45. af1e76d JBD2: jbd2 slab allocation cleanups by Mingming Cao · 17 years ago
  46. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  47. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  48. 7ddae86 [PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static by Adrian Bunk · 18 years ago
  49. 9b57988 [PATCH] jbd2: journal_dirty_data re-check for unmapped buffers by Eric Sandeen · 18 years ago
  50. 3e2a532 [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop() by OGAWA Hirofumi · 18 years ago
  51. f7f4bcc [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols by Mingming Cao · 18 years ago
  52. 470decc [PATCH] jbd2: initial copy of files from jbd by Dave Kleikamp · 18 years ago