1. 221c195 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 4 years, 4 months ago
  2. 1e7e931 ocfs2: clear journal dirty flag after shutdown journal by Junxiao Bi · 5 years ago
  3. 75d52a1 ocfs2: fix panic due to ocfs2_wq is null by Yi Li · 4 years, 7 months ago
  4. 9f5efe5 ocfs2: return error when we attempt to access a dirty bh in jbd2 by piaojun · 6 years ago
  5. 0b492f6 ocfs2: improve recovery performance by Junxiao Bi · 8 years ago
  6. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 8 years ago
  9. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  10. 93d911f ocfs2: only take lock if dio entry when recover orphans by Joseph Qi · 9 years ago
  11. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  12. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  13. ad69482 ocfs2: fix race between crashed dio and rm by Joseph Qi · 9 years ago
  14. acf8fdb ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access by Joseph Qi · 9 years ago
  15. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  16. b519ea6 ocfs2: mark local functions as static by Joseph Qi · 9 years ago
  17. 74e364a ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger() by Xue jiufei · 9 years ago
  18. e272e7f ocfs2: do not BUG if jbd2_journal_dirty_metadata fails by Joseph Qi · 9 years ago
  19. cf1776a ocfs2: fix a tiny race when truncate dio orohaned entry by Joseph Qi · 9 years ago
  20. 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 9 years ago
  21. ed460cf ocfs2: add orphan recovery types in ocfs2_recover_orphans by Joseph Qi · 9 years ago
  22. 9d6008c ocfs2: remove unreachable code in __ocfs2_recovery_thread() by Daeseok Youn · 9 years ago
  23. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  24. 55b465b ocfs2: limit printk when journal is aborted by Joseph Qi · 10 years ago
  25. 7bf619c ocfs2: remove OCFS2_INODE_SKIP_DELETE flag by Jan Kara · 10 years ago
  26. f17c20d ocfs2: use i_size_read() to access i_size by Junxiao Bi · 11 years ago
  27. 2b1e55c ocfs2: lighten up allocate transaction by Younger Liu · 11 years ago
  28. 3704412b [readdir] convert ocfs2 by Al Viro · 11 years ago
  29. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 11 years ago
  30. fef6925 ocfs2: Convert to new freezing mechanism by Jan Kara · 12 years ago
  31. a035bff ocfs2: Add comment about orphan scanning by Sunil Mushran · 13 years ago
  32. 619c200 ocfs2: Clean up messages in the fs by Sunil Mushran · 13 years ago
  33. 10b3dd7 ocfs2: Skip mount recovery for hard-ro mounts by Sunil Mushran · 13 years ago
  34. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  35. b410795 ocfs2: Remove masklog ML_JOURNAL. by Tao Ma · 13 years ago
  36. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  37. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  38. 17ae521 ocfs2: Remove obsolete comments before ocfs2_start_trans. by Tao Ma · 14 years ago
  39. f9c57ad ocfs2: Remove unused old_id in ocfs2_commit_cache. by Tao Ma · 14 years ago
  40. 3c3f20c ocfs2: Add some trace log for orphan scan. by Tao Ma · 14 years ago
  41. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  42. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  43. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  44. 40f165f ocfs2: Move orphan scan work to ocfs2_wq. by Tao Ma · 14 years ago
  45. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 14 years ago
  46. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  47. 2bd6321 ocfs2/trivial: Remove trailing whitespaces by Sunil Mushran · 14 years ago
  48. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  49. 93c9708 ocfs2: Add metaecc for ocfs2_refcount_block. by Tao Ma · 15 years ago
  50. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  51. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  52. 8b712cd ocfs2: Fixup orphan scan cleanup after failed mount by Jeff Mahoney · 15 years ago
  53. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  54. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 15 years ago
  55. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  56. 15633a2 ocfs2 patch to track delayed orphan scan timer statistics by Srinivas Eeda · 15 years ago
  57. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 15 years ago
  58. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  59. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  60. 96a6c64 ocfs2: Move struct recovery_map to a header file by Sunil Mushran · 15 years ago
  61. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 15 years ago
  62. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  63. 50655ae ocfs2: Add journal_access functions with jbd2 triggers. by Joel Becker · 16 years ago
  64. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  65. 2205363 ocfs2: Implement quota recovery by Jan Kara · 16 years ago
  66. 90e86a6 ocfs2: Support nested transactions by Jan Kara · 16 years ago
  67. 53ef99c ocfs2: Remove JBD compatibility layer by Mark Fasheh · 15 years ago
  68. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  69. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  70. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  71. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  72. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  73. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  74. da1e909 ocfs2: Separate out sync reads from ocfs2_read_blocks() by Joel Becker · 16 years ago
  75. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  76. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  77. a1af7d1 ocfs2: Fix sleep-with-spinlock recovery regression by Mark Fasheh · 16 years ago
  78. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  79. e407e39 ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs by Joel Becker · 16 years ago
  80. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 16 years ago
  81. fc881fa ocfs2: De-magic the in-memory slot map. by Joel Becker · 16 years ago
  82. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 16 years ago
  83. d85b20e ocfs2: Make ocfs2_slot_info private. by Joel Becker · 16 years ago
  84. 8e8a460 ocfs2: Move slot map access into slot_map.c by Mark Fasheh · 16 years ago
  85. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 16 years ago
  86. d147b3d ocfs2: Support commit= mount option by Mark Fasheh · 17 years ago
  87. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  88. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  89. e8aed34 ocfs2: Re-journal buffers after transaction extend by Mark Fasheh · 16 years ago
  90. 0879c58 ocfs2: Allow for debugging of transaction extends by Mark Fasheh · 16 years ago
  91. a86370f ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans() by Mark Fasheh · 16 years ago
  92. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  93. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  94. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  95. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  96. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  97. 4f902c3 ocfs2: Fix extent lookup to return true size of holes by Mark Fasheh · 17 years ago
  98. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  99. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  100. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago