1. f2db197 jbd2: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  2. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 8 years ago
  3. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  4. c0a2ad9 jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path by OGAWA Hirofumi · 8 years ago
  5. cb0d9d4 jbd2: save some atomic ops in __JI_COMMIT_RUNNING handling by Jan Kara · 8 years ago
  6. 1101cd4 jbd2: unify revoke and tag block checksum handling by Jan Kara · 8 years ago
  7. 32ab671 jbd2: factor out common descriptor block initialization by Jan Kara · 8 years ago
  8. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  9. 56316a0 jbd2: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  10. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  11. 8595798 jbd2: gate checksum calculations on crc driver presence, not sb flags by Darrick J. Wong · 9 years ago
  12. 841df7df jbd2: avoid infinite loop when destroying aborted journal by Jan Kara · 9 years ago
  13. 564bc40 ext4, jbd2: add REQ_FUA flag when recording an error in the superblock by Daeho Jeong · 9 years ago
  14. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  15. 81ae394 fs/jbd2/journal.c: use strreplace() by Rasmus Villemoes · 9 years ago
  16. 7b506b1 jbd2: get rid of open coded allocation retry loop by Michal Hocko · 9 years ago
  17. 6f6a6fd jbd2: fix ocfs2 corrupt when updating journal superblock fails by Joseph Qi · 9 years ago
  18. de92c8c jbd2: speedup jbd2_journal_get_[write|undo]_access() by Jan Kara · 9 years ago
  19. 6ccaf3e jbd2: revert must-not-fail allocation loops back to GFP_NOFAIL by Michal Hocko · 9 years ago
  20. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  21. 32f3869 jbd2: fix regression where we fail to initialize checksum seed when loading by Darrick J. Wong · 10 years ago
  22. d9f39d1 jbd2: remove unnecessary NULL check before iput() by Theodore Ts'o · 10 years ago
  23. feb8c6d jbd2: fix journal checksum feature flag handling by Darrick J. Wong · 10 years ago
  24. a49058f jbd/jbd2: use non-movable memory for the jbd superblock by Gioh Kim · 10 years ago
  25. db9ee22 jbd2: fix descriptor block size handling errors with journal_csum by Darrick J. Wong · 10 years ago
  26. 3469a32 jbd2: don't hold j_state_lock while calling wake_up() by Theodore Ts'o · 10 years ago
  27. 7747e6d jbd2: mark file-local functions as static by Rashika Kheria · 10 years ago
  28. a67c848 jbd2: rename obsoleted msg JBD->JBD2 by Dmitry Monakhov · 11 years ago
  29. 7568507 jbd2: revise KERN_EMERG error messages by Jan Kara · 11 years ago
  30. 18a6ea1 jbd2: Fix endian mixing problems in the checksumming code by Darrick J. Wong · 11 years ago
  31. fe52d17 jbd2: move superblock checksum calculation to jbd2_write_superblock() by Theodore Ts'o · 11 years ago
  32. 169f1a2 jbd2: use a single printk for jbd_debug() by Paul Gortmaker · 11 years ago
  33. 9ff8644 jbd2: optimize jbd2_journal_force_commit by Dmitry Monakhov · 11 years ago
  34. 8f7d89f jbd2: transaction reservation support by Jan Kara · 11 years ago
  35. f29fad7 jbd2: remove unused waitqueues by Jan Kara · 11 years ago
  36. 76c3990 jbd2: cleanup needed free block estimates when starting a transaction by Jan Kara · 11 years ago
  37. b34090e jbd2: refine waiting for shadow buffers by Jan Kara · 11 years ago
  38. e5a120a jbd2: remove journal_head from descriptor buffers by Jan Kara · 11 years ago
  39. f5113ef jbd2: don't create journal_head for temporary journal buffers by Jan Kara · 11 years ago
  40. 5d9cf9c jbd2: use kmem_cache_zalloc for allocating journal head by Zheng Liu · 11 years ago
  41. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  42. 149b306 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  43. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 11 years ago
  44. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  45. d76a3a77 ext4/jbd2: don't wait (forever) for stale tid caused by wraparound by Theodore Ts'o · 11 years ago
  46. b6e96d0 jbd2: use module parameters instead of debugfs for jbd_debug by Theodore Ts'o · 11 years ago
  47. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 11 years ago
  48. e7b04ac jbd2: don't wake kjournald unnecessarily by Eric Sandeen · 11 years ago
  49. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  50. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  51. eeecef0 jbd2: don't write superblock when if its empty by Eric Sandeen · 12 years ago
  52. 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
  53. d796c52 ext4: make sure the journal sb is written in ext4_clear_journal_err() by Theodore Ts'o · 12 years ago
  54. 12810ad jbd/jbd2: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  55. c390087 jbd2: checksum data blocks that are stored in the journal by Darrick J. Wong · 12 years ago
  56. 4fd5ea4 jbd2: checksum journal superblock by Darrick J. Wong · 12 years ago
  57. 01b5adc jbd2: Grab a reference to the crc32c driver if necessary by Darrick J. Wong · 12 years ago
  58. 25ed6e8 jbd2: enable journal clients to enable v2 checksumming by Darrick J. Wong · 12 years ago
  59. 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
  60. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  61. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  62. 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
  63. 303a8f2 jbd2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  64. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 12 years ago
  65. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 12 years ago
  66. 35c8042 PM / Sleep: JBD and JBD2 missing set_freezable() by Nigel Cunningham · 12 years ago
  67. a78bb11 jbd2: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 12 years ago
  68. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  69. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 12 years ago
  70. 4185a2a jbd2: rename functions which initialize slab caches by Yongqiang Yang · 12 years ago
  71. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 12 years ago
  72. 2201c59 jbd2: add drop_transaction/update_superblock_end tracepoints by Seiji Aguchi · 12 years ago
  73. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  74. f2a4452 jbd2: Unify log messages in jbd2 code by Eryu Guan · 13 years ago
  75. 8762202 jbd/jbd2: validate sb->s_first in journal_get_superblock() by Eryu Guan · 13 years ago
  76. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 13 years ago
  77. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 13 years ago
  78. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 13 years ago
  79. 1be2add jbd2: only print the debugging information for tid wraparound once by Theodore Ts'o · 13 years ago
  80. deeeaf1 jbd2: fix fsync() tid wraparound bug by Theodore Ts'o · 13 years ago
  81. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  82. 50f689a jbd2: move bdget out of critical section by Zhu Yanhai · 13 years ago
  83. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  84. 3c26bdb jbd: Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  85. e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 13 years ago
  86. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  87. b7271b0 jbd2: simplify return path of journal_init_common by Theodore Ts'o · 14 years ago
  88. 670be5a jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head() by Theodore Ts'o · 14 years ago
  89. 0587aa3 jbd2: fix /proc/fs/jbd2/<dev> when using an external journal by yangsheng · 14 years ago
  90. 51dfacde jbd2: Convert jbd2_slab_create_sem to mutex by Thomas Gleixner · 14 years ago
  91. 8128057 Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  92. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  93. 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
  94. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  95. bcf3d0b jbd/2: fixed typos by Andrea Gelmini · 14 years ago
  96. 1113e1b JBD2: Allow feature checks before journal recovery by Patrick J. LoPresti · 14 years ago
  97. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  98. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  99. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  100. 47def82 jbd2: Remove __GFP_NOFAIL from jbd2 layer by Theodore Ts'o · 14 years ago