1. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  2. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  3. 6d0bf00 ext4: clean up compiler warning in start_this_handle() by Theodore Ts'o · 14 years ago
  4. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  5. 8dd4204 jbd2: Remove t_handle_lock from start_this_handle() by Theodore Ts'o · 14 years ago
  6. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  7. a51dca9 jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop by Theodore Ts'o · 14 years ago
  8. cc937db jbd2: Make barrier messages less scary by Eric Sandeen · 14 years ago
  9. 47def82 jbd2: Remove __GFP_NOFAIL from jbd2 layer by Theodore Ts'o · 14 years ago
  10. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  11. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  12. e4ce30f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  13. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  14. c35a56a jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop() by Theodore Ts'o · 14 years ago
  15. 8ac97b7 jbd2: use NULL instead of 0 when pointer is needed by Bill Pemberton · 14 years ago
  16. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  17. 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
  18. 23e2af3 jbd2: clean up an assertion in jbd2_journal_commit_transaction() by dingdinghua · 14 years ago
  19. ba86902 jbd2: delay discarding buffers in journal_unmap_buffer by dingdinghua · 14 years ago
  20. d2eecb0 ext4: Use slab allocator for sub-page sized allocations by Theodore Ts'o · 15 years ago
  21. 71f2be2 ext4: Add new tracepoint for jbd2_cleanup_journal_tail by Theodore Ts'o · 15 years ago
  22. 3ebfdf8 jbd2: don't use __GFP_NOFAIL in journal_init_common() by Andrew Morton · 15 years ago
  23. cc3e1be ext4, jbd2: Add barriers for file systems with exernal journals by Theodore Ts'o · 15 years ago
  24. 765f836 jbd: jbd-debug and jbd2-debug should be writable by Yin Kangkai · 15 years ago
  25. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  26. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  27. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  28. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  29. 3b799d1 jbd2: Export jbd2_log_start_commit to fix ext4 build by Theodore Ts'o · 15 years ago
  30. e6ec116 jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer() by Theodore Ts'o · 15 years ago
  31. e6a4742 jbd2: don't wipe the journal on a failed journal checksum by Theodore Ts'o · 15 years ago
  32. 7b02bec JBD/JBD2: free j_wbuf if journal init fails. by Tao Ma · 15 years ago
  33. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  34. bf69932 jbd2: Use tracepoints for history file by Theodore Ts'o · 15 years ago
  35. 90576c0 ext4, jbd2: Drop unneeded printks at mount and unmount time by Theodore Ts'o · 15 years ago
  36. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  37. 0e3d2a6 ext4: Fix async commit mode to be safe by using a barrier by Theodore Ts'o · 15 years ago
  38. 9599b0e jbd2: Annotate transaction start also for jbd2_journal_restart() by Jan Kara · 15 years ago
  39. b1f485f jbd2: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  40. f6f50e2 jbd2: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  41. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  42. 96577c4 jbd2: fix race between write_metadata_buffer and get_write_access by dingdinghua · 15 years ago
  43. f91d1d0 jbd2: Fix a race between checkpointing code and journal_get_write_access() by Jan Kara · 15 years ago
  44. b574480 jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region by Theodore Ts'o · 15 years ago
  45. 536fc24 jbd2: clean up jbd2_journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  46. 879c5e6 jbd2: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  47. bfcd355 jbd2: Fix minor typos in comments in fs/jbd2/journal.c by Alberto Bertogli · 15 years ago
  48. 67c457a jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  49. 4194b1e jbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNC by Jens Axboe · 15 years ago
  50. 86db97c jbd2: Update locking coments by Jan Kara · 15 years ago
  51. 7058548 ext4: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  52. 7f5aa21 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() by Jan Kara · 15 years ago
  53. c88ccea jbd2: Fix return value of jbd2_journal_start_commit() by Jan Kara · 15 years ago
  54. c225aa5 ext4: fix wrong use of do_div by Simon Holm Thøgersen · 16 years ago
  55. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  56. 4b90567 jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs by Jan Kara · 16 years ago
  57. e06c822 jbd2: Add buffer triggers by Joel Becker · 16 years ago
  58. 40a1984 jbd2: Submit writes to the journal using WRITE_SYNC by Theodore Ts'o · 16 years ago
  59. 4a9bf99 jbd2: Add pid and journal device name to the "kjournald2 starting" message by Theodore Ts'o · 16 years ago
  60. c319106 ext4: Remove code to create the journal inode by Theodore Ts'o · 16 years ago
  61. fb68407 jbd2: Call journal commit callback without holding j_list_lock by Aneesh Kumar K.V · 16 years ago
  62. 1a0d378 jbd2: Remove a large array of bh's from the stack of the checkpoint routine by Theodore Ts'o · 16 years ago
  63. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 16 years ago
  64. d7cfa46 ext4: display average commit time by Theodore Ts'o · 16 years ago
  65. e07f718 jbd2: improve jbd2 fsync batching by Josef Bacik · 16 years ago
  66. fd98496 jbd2: Add barrier not supported test to journal_wait_on_commit_record by Theodore Ts'o · 16 years ago
  67. 2423840 jbd2: deregister proc on failure in jbd2_journal_init_inode by Sami Liedes · 16 years ago
  68. 8c3f25d jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space by Theodore Ts'o · 16 years ago
  69. 6c20ec8 jbd2: Call the commit callback before the transaction could get dropped by Theodore Ts'o · 16 years ago
  70. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  71. 3e624fc ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback by Theodore Ts'o · 16 years ago
  72. 5bf5683 ext4: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  73. 7ad7445 jbd2: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  74. 44519fa jbd2: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  75. 77e841d jbd2: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  76. 45a90bf jbd2: Fix buffer head leak when writing the commit block by Theodore Ts'o · 16 years ago
  77. ede86cc ext4: Add debugging markers that can be used by systemtap by Theodore Ts'o · 16 years ago
  78. 23f8b79 jbd2: abort instead of waiting for nonexistent transaction by Duane Griffin · 16 years ago
  79. 914258b ext4/jbd2: Avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 16 years ago
  80. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  81. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  82. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  83. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  84. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  85. 00b32b7 ext4: unexport jbd2_journal_update_superblock by Theodore Ts'o · 16 years ago
  86. e9e34f4 jbd2: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  87. cd1aac3 ext4: Add ordered mode support for delalloc by Aneesh Kumar K.V · 16 years ago
  88. 87c89c2 jbd2: Remove data=ordered mode support using jbd buffer heads by Jan Kara · 16 years ago
  89. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  90. 530576b jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction by Mingming Cao · 16 years ago
  91. 736603a jbd2: Add commit time into the commit block by Theodore Ts'o · 16 years ago
  92. 034772b jbd2: Fix barrier fallback code to re-lock the buffer head by Theodore Ts'o · 16 years ago
  93. 624080e jbd2: If a journal checksum error is detected, propagate the error to ext4 by Theodore Ts'o · 16 years ago
  94. 8ea7690 jbd2: Fix memory leak when verifying checksums in the journal by Theodore Ts'o · 16 years ago
  95. 02c471c jbd2: update transaction t_state to T_COMMIT fix by Mingming Cao · 16 years ago
  96. f36f21e Fix misuses of bdevname() by Jean Delvare · 16 years ago
  97. 329d291 jdb2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  98. 620de4e jbd2: only create debugfs and stats entries if init is successful by Duane Griffin · 16 years ago
  99. 5648ba5 jbd2: fix kernel-doc notation by Randy Dunlap · 16 years ago
  100. 8a9362e jbd2: replace potentially false assertion with if block by Duane Griffin · 16 years ago