1. 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
  2. bcf3d0b jbd/2: fixed typos by Andrea Gelmini · 14 years ago
  3. e4d5e3a jbd: Convert atomic_inc() to get_bh() by Namhyung Kim · 14 years ago
  4. b8ea49f jbd: Fix debug message in do_get_write_access() by Namhyung Kim · 14 years ago
  5. 2a0e338 jbd: Check return value of __getblk() by Namhyung Kim · 14 years ago
  6. a910eef jbd: Convert bitops to buffer fns by Namhyung Kim · 14 years ago
  7. dff6825 ext3/jbd: Avoid WARN() messages when failing to write the superblock by Darrick J. Wong · 14 years ago
  8. 8117f98 jbd: Use offset_in_page() instead of manual calculation by Namhyung Kim · 14 years ago
  9. 2b23976 jbd: Remove unnecessary goto statement by Namhyung Kim · 14 years ago
  10. f81e3d4 jbd: Use printk_ratelimited() in journal_alloc_journal_head() by Namhyung Kim · 14 years ago
  11. c5639be jbd: Move debug message into #ifdef area by Namhyung Kim · 14 years ago
  12. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  13. 749ef9f cfq: improve fsync performance for small files by Corrado Zoccolo · 14 years ago
  14. 4524451 jbd: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  15. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  16. 87e9951 kill BH_Ordered flag by Christoph Hellwig · 14 years ago
  17. 0411ba7 ext3: Fix set but unused variables by Andi Kleen · 14 years ago
  18. 5277970 ext3: Fix waiting on transaction during fsync by Jan Kara · 14 years ago
  19. 03f4d80 jbd: Provide function to check whether transaction will issue data barrier by Jan Kara · 14 years ago
  20. 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
  21. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  22. 8696391 jbd: Delay discarding buffers in journal_unmap_buffer by Jan Kara · 14 years ago
  23. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 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. ff5e4b5 fs/jbd: Export log_start_commit to fix ext3 build. by Stefan Schmidt · 15 years ago
  28. 7b02bec JBD/JBD2: free j_wbuf if journal init fails. by Tao Ma · 15 years ago
  29. 3adae9d jbd: Annotate transaction start also for journal_restart() by Jan Kara · 15 years ago
  30. 9c28cbc jbd: Journal block numbers can ever be only 32-bit use unsigned int for them by Jan Kara · 15 years ago
  31. b449fc6 JBD: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  32. f1015c4 jbd: fix race between write_metadata_buffer and get_write_access by dingdinghua · 15 years ago
  33. 1e9fd53 jbd: Fix a race between checkpointing code and journal_get_write_access() by Jan Kara · 15 years ago
  34. 7447a66 jbd: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  35. 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
  36. a61d90d jbd: fix race in buffer processing in commit code by Jan Kara · 15 years ago
  37. a4277bf1 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  38. 38d726d jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records by Theodore Ts'o · 15 years ago
  39. 3243387 jbd: update locking coments by Jan Kara · 15 years ago
  40. 6c4bac6 jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC by Jens Axboe · 15 years ago
  41. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  42. ecca9af jbd: fix oops in jbd_journal_init_inode() on corrupted fs by Jan Kara · 15 years ago
  43. 512a004 ext3: Use WRITE_SYNC for commits which are caused by fsync() by Theodore Ts'o · 15 years ago
  44. 8fe4cd0 jbd: fix return value of journal_start_commit() by Jan Kara · 15 years ago
  45. 1579c3a jbd: remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  46. f420d4d jbd: improve fsync batching by Josef Bacik · 16 years ago
  47. e219cca jbd: don't give up looking for space so easily in __log_wait_for_space by Theodore Ts'o · 16 years ago
  48. e74481e fs: remove excess kernel-doc by Randy Dunlap · 16 years ago
  49. be07c4e jbd: abort instead of waiting for nonexistent transactions by Duane Griffin · 16 years ago
  50. 9f818b4 jbd: test BH_Write_EIO to detect errors on metadata buffers by Hidehiro Kawai · 16 years ago
  51. 4afe978 jbd: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  52. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  53. 960a22a jbd: ordered data integrity fix by Hidehiro Kawai · 16 years ago
  54. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  55. 885e353 jbd: don't dirty original metadata buffer on abort by Hidehiro Kawai · 16 years ago
  56. d1645e5 jbd: abort when failed to log metadata buffers by Hidehiro Kawai · 16 years ago
  57. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  58. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  59. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  60. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  61. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  62. cbe5f46 jbd: don't abort if flushing file data failed by Hidehiro Kawai · 16 years ago
  63. fc80c44 jbd: positively dispose the unmapped data buffers in journal_commit_transaction() by Toshiyuki Okajima · 16 years ago
  64. a10320e jbd: unexport journal_update_superblock by Adrian Bunk · 16 years ago
  65. 3f31fdd jbd: fix race between free buffer and commit transaction by Mingming Cao · 16 years ago
  66. 1984bb7 jbd: tidy up revoke cache initialisation and destruction by Duane Griffin · 16 years ago
  67. f4d79ca jbd: eliminate duplicated code in revocation table init/destroy functions by Duane Griffin · 16 years ago
  68. 3850f7a jbd: replace potentially false assertion with if block by Duane Griffin · 16 years ago
  69. 772279c jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT by Mingming Cao · 16 years ago
  70. 08fc99b jbd: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  71. 5b9a499 jbd: fix possible journal overflow issues by Josef Bacik · 16 years ago
  72. 5bc833f jbd: fix the way the b_modified flag is cleared by Josef Bacik · 16 years ago
  73. 1076d17 jbd/jbd2 NULL noise by Al Viro · 16 years ago
  74. a6b9191 fs: fix kernel-doc notation warnings by Randy Dunlap · 16 years ago
  75. 439aeec jbd: correctly unescape journal data blocks by Duane Griffin · 16 years ago
  76. 0cf01f6 jbd: fix jbd kernel-doc notation by Randy Dunlap · 16 years ago
  77. 78a4a50 docbook: fix filesystems.tmpl source files by Randy Dunlap · 16 years ago
  78. 5315217 [PATCH] jbd: Remove useless loop when writing commit record by Jan Kara · 16 years ago
  79. 28ae094 ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests by Neil Brown · 16 years ago
  80. 5330838 make jbd/journal.c:__journal_abort_hard() static by Adrian Bunk · 16 years ago
  81. e86e143 BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 by Andi Kleen · 16 years ago
  82. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  83. f63dcda jbd: do not try lock_acquire after handle made invalid by Jonas Bonn · 16 years ago
  84. d4beaf4 jbd: Fix assertion failure in fs/jbd/checkpoint.c by Jan Kara · 17 years ago
  85. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  86. 7a266e7 jbd: fix commit code to properly abort journal by Jan Kara · 17 years ago
  87. c2a9159 jbd: config_jbd_debug cannot create /proc entry by Jose R. Santos · 17 years ago
  88. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  89. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  90. a5005da JBD: replace jbd_kmalloc with kmalloc directly by Mingming Cao · 17 years ago
  91. c089d49 JBD: JBD slab allocation cleanups by Mingming Cao · 17 years ago
  92. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  93. 34a3d1e lockdep: annotate journal_start() by Peter Zijlstra · 17 years ago
  94. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  95. f482394 is_power_of_2(): jbd by vignesh babu · 17 years ago
  96. fe28e42 jbd commit: fix transaction dropping by Jan Kara · 17 years ago
  97. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  98. 97f0678 jbd: check for error returned by kthread_create on creating journal thread by Pavel Emelianov · 17 years ago
  99. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  100. 6f5a9da [PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete by Hisashi Hifumi · 18 years ago