1. e99a03c jbd: use a single printk for jbd_debug() by Paul Gortmaker · 11 years ago
  2. a91de85 jbd: relocate assert after state lock in journal_commit_transaction() by Paul Gortmaker · 11 years ago
  3. d8c8900 jbd: change journal_invalidatepage() to accept length by Lukas Czerner · 11 years ago
  4. 14a9e5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  5. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 11 years ago
  6. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  7. 8bb9da9 jbd: use kmem_cache_zalloc for allocating journal head by Zheng Liu · 11 years ago
  8. e162b2f jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Zheng Liu · 11 years ago
  9. e678a4f jbd: don't wait (forever) for stale tid caused by wraparound by Jan Kara · 11 years ago
  10. 7e2fb2d jbd: don't wake kjournald unnecessarily by Eric Sandeen · 12 years ago
  11. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  12. 25389bb jbd: Fix lock ordering bug in journal_unmap_buffer() by Jan Kara · 12 years ago
  13. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  14. 09e05d4 jbd: Fix assertion failure in commit code due to lacking transaction credits by Jan Kara · 12 years ago
  15. 2e84f26 jbd: don't write superblock when unmounting an ro filesystem by Jan Kara · 12 years ago
  16. 12810ad jbd/jbd2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  17. 349ecd6 jbd: Check return value of blkdev_issue_flush() by Jan Kara · 12 years ago
  18. fd2cbd4 jbd: Write journal superblock with WRITE_FUA after checkpointing by Jan Kara · 12 years ago
  19. 1ce8486 jbd: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 12 years ago
  20. 9754e39 jbd: Split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  21. 2db938b jbd: Refine commit writeout logic by Jan Kara · 13 years ago
  22. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  23. 8fb53c4 jbd: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  24. 35c8042 PM / Sleep: JBD and JBD2 missing set_freezable() by Nigel Cunningham · 12 years ago
  25. 353b67d jbd: Issue cache flush after checkpointing by Jan Kara · 13 years ago
  26. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  27. 0048278 jbd: Remove j_barrier mutex by Jan Kara · 13 years ago
  28. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  29. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  30. 8c111b3 jbd: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 13 years ago
  31. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  32. 8762202 jbd/jbd2: validate sb->s_first in journal_get_superblock() by Eryu Guan · 13 years ago
  33. a212d1a jbd: Use WRITE_SYNC in journal checkpoint. by Tao Ma · 13 years ago
  34. bb18924 jbd: Fix oops in journal_remove_journal_head() by Jan Kara · 13 years ago
  35. bd5c9e1 jbd: fix a bug of leaking jh->b_jcount by Ding Dinghua · 13 years ago
  36. 0571308 jbd: remove dependency on __GFP_NOFAIL by Jan Kara · 13 years ago
  37. 99cb1a3 jbd: Add fixed tracepoints by Lukas Czerner · 13 years ago
  38. c2b6773 jbd: Fix comment to match the code in journal_start() by Eryu Guan · 13 years ago
  39. 9199e66 jbd/jbd2: remove obsolete summarise_journal_usage. by Tao Ma · 13 years ago
  40. 2842bb2 jbd: Fix forever sleeping process in do_get_write_access() by Jan Kara · 13 years ago
  41. d9b0193 jbd: fix fsync() tid wraparound bug by Ted Ts'o · 13 years ago
  42. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  43. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  44. 65ab802 jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging by Jens Axboe · 13 years ago
  45. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  46. 3c26bdb jbd: Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  47. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 14 years ago
  48. 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
  49. bcf3d0b jbd/2: fixed typos by Andrea Gelmini · 14 years ago
  50. e4d5e3a jbd: Convert atomic_inc() to get_bh() by Namhyung Kim · 14 years ago
  51. b8ea49f jbd: Fix debug message in do_get_write_access() by Namhyung Kim · 14 years ago
  52. 2a0e338 jbd: Check return value of __getblk() by Namhyung Kim · 14 years ago
  53. a910eef jbd: Convert bitops to buffer fns by Namhyung Kim · 14 years ago
  54. dff6825 ext3/jbd: Avoid WARN() messages when failing to write the superblock by Darrick J. Wong · 14 years ago
  55. 8117f98 jbd: Use offset_in_page() instead of manual calculation by Namhyung Kim · 14 years ago
  56. 2b23976 jbd: Remove unnecessary goto statement by Namhyung Kim · 14 years ago
  57. f81e3d4 jbd: Use printk_ratelimited() in journal_alloc_journal_head() by Namhyung Kim · 14 years ago
  58. c5639be jbd: Move debug message into #ifdef area by Namhyung Kim · 14 years ago
  59. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  60. 749ef9f cfq: improve fsync performance for small files by Corrado Zoccolo · 14 years ago
  61. 4524451 jbd: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  62. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  63. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  64. 0411ba7 ext3: Fix set but unused variables by Andi Kleen · 14 years ago
  65. 5277970 ext3: Fix waiting on transaction during fsync by Jan Kara · 14 years ago
  66. 03f4d80 jbd: Provide function to check whether transaction will issue data barrier by Jan Kara · 14 years ago
  67. 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
  68. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  69. 8696391 jbd: Delay discarding buffers in journal_unmap_buffer by Jan Kara · 14 years ago
  70. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  71. 765f836 jbd: jbd-debug and jbd2-debug should be writable by Yin Kangkai · 15 years ago
  72. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  73. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  74. ff5e4b5 fs/jbd: Export log_start_commit to fix ext3 build. by Stefan Schmidt · 15 years ago
  75. 7b02bec JBD/JBD2: free j_wbuf if journal init fails. by Tao Ma · 15 years ago
  76. 3adae9d jbd: Annotate transaction start also for journal_restart() by Jan Kara · 15 years ago
  77. 9c28cbc jbd: Journal block numbers can ever be only 32-bit use unsigned int for them by Jan Kara · 15 years ago
  78. b449fc6 JBD: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  79. f1015c4 jbd: fix race between write_metadata_buffer and get_write_access by dingdinghua · 15 years ago
  80. 1e9fd53 jbd: Fix a race between checkpointing code and journal_get_write_access() by Jan Kara · 15 years ago
  81. 7447a66 jbd: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  82. 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  83. a61d90d jbd: fix race in buffer processing in commit code by Jan Kara · 15 years ago
  84. a4277bf1 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  85. 38d726d jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  86. 3243387 jbd: update locking coments by Jan Kara · 15 years ago
  87. 6c4bac6 jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC by Jens Axboe · 15 years ago
  88. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  89. ecca9af jbd: fix oops in jbd_journal_init_inode() on corrupted fs by Jan Kara · 15 years ago
  90. 512a004 ext3: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  91. 8fe4cd0 jbd: fix return value of journal_start_commit() by Jan Kara · 15 years ago
  92. 1579c3a jbd: remove excess kernel-doc notation by Randy Dunlap · 15 years ago
  93. f420d4d jbd: improve fsync batching by Josef Bacik · 15 years ago
  94. e219cca jbd: don't give up looking for space so easily in __log_wait_for_space by Theodore Ts'o · 16 years ago
  95. e74481e fs: remove excess kernel-doc by Randy Dunlap · 16 years ago
  96. be07c4e jbd: abort instead of waiting for nonexistent transactions by Duane Griffin · 16 years ago
  97. 9f818b4 jbd: test BH_Write_EIO to detect errors on metadata buffers by Hidehiro Kawai · 16 years ago
  98. 4afe978 jbd: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  99. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  100. 960a22a jbd: ordered data integrity fix by Hidehiro Kawai · 16 years ago