1. fd2cbd4 jbd: Write journal superblock with WRITE_FUA after checkpointing by Jan Kara · 12 years ago
  2. 1ce8486 jbd: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 12 years ago
  3. 9754e39 jbd: Split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  4. 2db938b jbd: Refine commit writeout logic by Jan Kara · 13 years ago
  5. 8c111b3 jbd: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 13 years ago
  6. bb18924 jbd: Fix oops in journal_remove_journal_head() by Jan Kara · 13 years ago
  7. 99cb1a3 jbd: Add fixed tracepoints by Lukas Czerner · 13 years ago
  8. 9199e66 jbd/jbd2: remove obsolete summarise_journal_usage. by Tao Ma · 13 years ago
  9. 2842bb2 jbd: Fix forever sleeping process in do_get_write_access() by Jan Kara · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 65ab802 jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging by Jens Axboe · 13 years ago
  12. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  13. 7d2f280 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  14. e4d5e3a jbd: Convert atomic_inc() to get_bh() by Namhyung Kim · 14 years ago
  15. a910eef jbd: Convert bitops to buffer fns by Namhyung Kim · 14 years ago
  16. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  17. 749ef9f cfq: improve fsync performance for small files by Corrado Zoccolo · 14 years ago
  18. 4524451 jbd: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  19. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  20. 03f4d80 jbd: Provide function to check whether transaction will issue data barrier by Jan Kara · 14 years ago
  21. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  22. 8696391 jbd: Delay discarding buffers in journal_unmap_buffer by Jan Kara · 14 years ago
  23. 9c28cbc jbd: Journal block numbers can ever be only 32-bit use unsigned int for them by Jan Kara · 15 years ago
  24. a61d90d jbd: fix race in buffer processing in commit code by Jan Kara · 15 years ago
  25. 38d726d jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  26. 6c4bac6 jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC by Jens Axboe · 15 years ago
  27. 512a004 ext3: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  28. f420d4d jbd: improve fsync batching by Josef Bacik · 16 years ago
  29. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  30. 885e353 jbd: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  31. d1645e5 jbd: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  32. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  33. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  34. cbe5f46 jbd: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  35. fc80c44 jbd: positively dispose the unmapped data buffers in journal_commit_transaction() by Toshiyuki Okajima · 16 years ago
  36. 772279c jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT by Mingming Cao · 16 years ago
  37. 5b9a499 jbd: fix possible journal overflow issues by Josef Bacik · 16 years ago
  38. 5bc833f jbd: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  39. 5315217 [PATCH] jbd: Remove useless loop when writing commit record by Jan Kara · 16 years ago
  40. 28ae094 ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests by Neil Brown · 16 years ago
  41. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  42. d4beaf4 jbd: Fix assertion failure in fs/jbd/checkpoint.c by Jan Kara · 17 years ago
  43. 7a266e7 jbd: fix commit code to properly abort journal by Jan Kara · 17 years ago
  44. c089d49 JBD: JBD slab allocation cleanups by Mingming Cao · 17 years ago
  45. fe28e42 jbd commit: fix transaction dropping by Jan Kara · 17 years ago
  46. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  47. 6f5a9da [PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete by Hisashi Hifumi · 18 years ago
  48. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  49. 3998b93 [PATCH] jbd: fix commit of ordered data buffers by Jan Kara · 18 years ago
  50. ea81739 [PATCH] Manage jbd allocations from its own slabs by Badari Pulavarty · 18 years ago
  51. 9ada734 [PATCH] jbd: fix BUG in journal_commit_transaction() by Jan Kara · 18 years ago
  52. 7c8903f [PATCH] jbd: revert checkpoint list changes by Mark Fasheh · 18 years ago
  53. 43c3e6f [PATCH] jbd: remove_transaction fix by Jan Kara · 19 years ago
  54. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  55. 2670769 [PATCH] Change ll_rw_block() calls in JBD by Jan Kara · 19 years ago
  56. e6c9f5c [PATCH] Fix JBD race in t_forget list handling by Jan Kara · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago