1. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  2. b794e7a jbd2: fix assertion failure in commit code due to lacking transaction credits by Jan Kara · 12 years ago
  3. eeecef0 jbd2: don't write superblock when if its empty by Eric Sandeen · 12 years ago
  4. ef824bf Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  5. 316e4cf jbd2: check return value of blkdev_issue_flush() by Theodore Ts'o · 12 years ago
  6. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  7. 12810ad jbd/jbd2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  8. 906adea jbd2: remove the second argument of kmap_atomic by Cong Wang · 12 years ago
  9. b2f4edb jbd2: use kmem_cache_zalloc wrapper instead of flag by Wanlong Gao · 12 years ago
  10. c390087 jbd2: checksum data blocks that are stored in the journal by Darrick J. Wong · 12 years ago
  11. 1f56c58 jbd2: checksum commit blocks by Darrick J. Wong · 12 years ago
  12. 3caa487 jbd2: checksum descriptor blocks by Darrick J. Wong · 12 years ago
  13. 42a7106 jbd2: checksum revocation blocks by Darrick J. Wong · 12 years ago
  14. 4fd5ea4 jbd2: checksum journal superblock by Darrick J. Wong · 12 years ago
  15. 01b5adc jbd2: Grab a reference to the crc32c driver if necessary by Darrick J. Wong · 12 years ago
  16. 25ed6e8 jbd2: enable journal clients to enable v2 checksumming by Darrick J. Wong · 12 years ago
  17. 8f888ef jbd2: change disk layout for metadata checksumming by Darrick J. Wong · 12 years ago
  18. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  19. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  20. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  21. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 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. 303a8f2 jbd2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  24. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 12 years ago
  25. 932bb30 jbd2: remove bh_state lock from checkpointing code by Jan Kara · 12 years ago
  26. c254c9e jbd2: remove always true condition in __journal_try_to_free_buffer() by Jan Kara · 12 years ago
  27. 5bebccf jbd2: declare __jbd2_journal_temp_unlink_buffer() static by Jan Kara · 12 years ago
  28. 96c8667 jbd2: fix BH_JWrite setting in checkpointing code by Jan Kara · 12 years ago
  29. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 12 years ago
  30. 35c8042 PM / Sleep: JBD and JBD2 missing set_freezable() by Nigel Cunningham · 12 years ago
  31. a78bb11 jbd2: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 12 years ago
  32. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  33. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 12 years ago
  34. 9c0e00e jbd2: use KMEM_CACHE instead of kmem_cache_create() by Yongqiang Yang · 12 years ago
  35. 4185a2a jbd2: rename functions which initialize slab caches by Yongqiang Yang · 12 years ago
  36. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 12 years ago
  37. 1529116 jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer by Eric Sandeen · 12 years ago
  38. 2201c59 jbd2: add drop_transaction/update_superblock_end tracepoints by Seiji Aguchi · 12 years ago
  39. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 12 years ago
  40. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  41. 9837d8e jbd2: fix hung processes in jbd2_journal_lock_updates() by Jan Kara · 12 years ago
  42. 1ba3726 jbd2: clear revoked flag on buffers before a new transaction started by Yongqiang Yang · 12 years ago
  43. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  44. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  45. f2a4452 jbd2: Unify log messages in jbd2 code by Eryu Guan · 13 years ago
  46. 8762202 jbd/jbd2: validate sb->s_first in journal_get_superblock() by Eryu Guan · 13 years ago
  47. 4470575 jbd2: fix build when CONFIG_BUG is not enabled by Randy Dunlap · 13 years ago
  48. d2159fb jbd2: use gfp_t instead of int by Dan Carpenter · 13 years ago
  49. 9ea7a0d jbd2: add debugging information to jbd2_journal_dirty_metadata() by Theodore Ts'o · 13 years ago
  50. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 13 years ago
  51. d3ad843 jbd2: use WRITE_SYNC in journal checkpoint by Tao Ma · 13 years ago
  52. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 13 years ago
  53. 1fb74cd jbd2: Remove obsolete parameters in the comments for some jbd2 functions by Tao Ma · 13 years ago
  54. 35806b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  55. 3991b40 jbd2: fix a potential leak of a journal_head on an error path by Ding Dinghua · 13 years ago
  56. c867516 jbd2: Fix comment to match the code in jbd2__journal_start() by Eryu Guan · 13 years ago
  57. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 13 years ago
  58. 81be12c jbd2: fix sending of data flush on journal commit by Jan Kara · 13 years ago
  59. 28e35e4 jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait by Tao Ma · 13 years ago
  60. 9199e66 jbd/jbd2: remove obsolete summarise_journal_usage. by Tao Ma · 13 years ago
  61. 1be2add jbd2: only print the debugging information for tid wraparound once by Theodore Ts'o · 13 years ago
  62. 229309c jbd2: Fix forever sleeping process in do_get_write_access() by Jan Kara · 13 years ago
  63. deeeaf1 jbd2: fix fsync() tid wraparound bug by Theodore Ts'o · 13 years ago
  64. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  65. 6cba611 jbd2: fix potential memory leak on transaction commit by Zhang Huan · 13 years ago
  66. 50f689a jbd2: move bdget out of critical section by Zhu Yanhai · 13 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  68. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  69. 82f04ab jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging by Jens Axboe · 13 years ago
  70. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  71. 3c26bdb jbd: Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  72. e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 13 years ago
  73. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  74. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  75. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  76. b7271b0 jbd2: simplify return path of journal_init_common by Theodore Ts'o · 14 years ago
  77. 9a4f627 jbd2: move debug message into debug #ifdef by Theodore Ts'o · 14 years ago
  78. ae00b26 jbd2: remove unnecessary goto statement by Theodore Ts'o · 14 years ago
  79. a1dd533 jbd2: use offset_in_page() instead of manual calculation by Theodore Ts'o · 14 years ago
  80. cfef2c6 jbd2: Fix a debug message in do_get_write_access() by Theodore Ts'o · 14 years ago
  81. 670be5a jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head() by Theodore Ts'o · 14 years ago
  82. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 14 years ago
  83. 0587aa3 jbd2: fix /proc/fs/jbd2/<dev> when using an external journal by yangsheng · 14 years ago
  84. 51dfacde jbd2: Convert jbd2_slab_create_sem to mutex by Thomas Gleixner · 14 years ago
  85. 8128057 Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  86. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  87. 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
  88. 5c2178e jbd2: Add sanity check for attempts to start handle during umount by Theodore Ts'o · 14 years ago
  89. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  90. bcf3d0b jbd/2: fixed typos by Andrea Gelmini · 14 years ago
  91. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  92. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  93. 749ef9f cfq: improve fsync performance for small files by Corrado Zoccolo · 14 years ago
  94. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  95. 1113e1b JBD2: Allow feature checks before journal recovery by Patrick J. LoPresti · 14 years ago
  96. 9c35575 jbd2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  97. f73bee4 jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier by Jan Kara · 14 years ago
  98. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  99. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  100. 6d0bf00 ext4: clean up compiler warning in start_this_handle() by Theodore Ts'o · 14 years ago