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