1. 93c9708 ocfs2: Add metaecc for ocfs2_refcount_block. by Tao Ma · 15 years ago
  2. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  3. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  4. 8b712cd ocfs2: Fixup orphan scan cleanup after failed mount by Jeff Mahoney · 15 years ago
  5. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  6. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 15 years ago
  7. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  8. 15633a2 ocfs2 patch to track delayed orphan scan timer statistics by Srinivas Eeda · 15 years ago
  9. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 15 years ago
  10. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  11. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  12. 96a6c64 ocfs2: Move struct recovery_map to a header file by Sunil Mushran · 16 years ago
  13. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 16 years ago
  14. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  15. 50655ae ocfs2: Add journal_access functions with jbd2 triggers. by Joel Becker · 16 years ago
  16. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  17. 2205363 ocfs2: Implement quota recovery by Jan Kara · 16 years ago
  18. 90e86a6 ocfs2: Support nested transactions by Jan Kara · 16 years ago
  19. 53ef99c ocfs2: Remove JBD compatibility layer by Mark Fasheh · 16 years ago
  20. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  21. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  22. ae0dff6 ocfs2: Set journal descriptor to NULL after journal shutdown by Sunil Mushran · 16 years ago
  23. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  24. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  25. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  26. da1e909 ocfs2: Separate out sync reads from ocfs2_read_blocks() by Joel Becker · 16 years ago
  27. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  28. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  29. a1af7d1 ocfs2: Fix sleep-with-spinlock recovery regression by Mark Fasheh · 16 years ago
  30. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  31. e407e39 ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs by Joel Becker · 16 years ago
  32. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 16 years ago
  33. fc881fa ocfs2: De-magic the in-memory slot map. by Joel Becker · 16 years ago
  34. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 16 years ago
  35. d85b20e ocfs2: Make ocfs2_slot_info private. by Joel Becker · 16 years ago
  36. 8e8a460 ocfs2: Move slot map access into slot_map.c by Mark Fasheh · 16 years ago
  37. 5fa0613 ocfs2: Silence false lockdep warnings by Jan Kara · 17 years ago
  38. d147b3d ocfs2: Support commit= mount option by Mark Fasheh · 17 years ago
  39. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  40. 34d024f ocfs2: Remove mount/unmount votes by Mark Fasheh · 17 years ago
  41. e8aed34 ocfs2: Re-journal buffers after transaction extend by Mark Fasheh · 17 years ago
  42. 0879c58 ocfs2: Allow for debugging of transaction extends by Mark Fasheh · 17 years ago
  43. a86370f ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans() by Mark Fasheh · 17 years ago
  44. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  45. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  46. 800deef [PATCH] ocfs2: use list_for_each_entry where benefical by Christoph Hellwig · 17 years ago
  47. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  48. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  49. 4f902c3 ocfs2: Fix extent lookup to return true size of holes by Mark Fasheh · 17 years ago
  50. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  51. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  52. 5000863 ocfs2: Remove delete inode vote by Tiger Yang · 17 years ago
  53. c271c5c ocfs2: local mounts by Sunil Mushran · 18 years ago
  54. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  55. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  56. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  57. dae8583 ocfs2: remove ocfs2_journal_handle journal field by Mark Fasheh · 18 years ago
  58. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  59. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  60. a301a27 ocfs2: make ocfs2_alloc_handle() static by Mark Fasheh · 18 years ago
  61. daf29e9 ocfs2: remove unused ocfs2_handle_add_lock() by Mark Fasheh · 18 years ago
  62. 02928a7 ocfs2: remove unused ocfs2_handle_add_inode() by Mark Fasheh · 18 years ago
  63. c161f89 ocfs2: remove ocfs2_journal_handle flags field by Mark Fasheh · 18 years ago
  64. 1fc5814 ocfs2: have ocfs2_extend_trans() take handle_t by Mark Fasheh · 18 years ago
  65. 01ddf1e ocfs2: remove unused ocfs2_journal_handle field by Mark Fasheh · 18 years ago
  66. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  67. 24c19ef ocfs2: Remove i_generation from inode lock names by Mark Fasheh · 18 years ago
  68. 7842704 ocfs2: clean up some osb fields by Mark Fasheh · 18 years ago
  69. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  70. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  71. afae00ab ocfs2: fix gfp mask in some file system paths by Sunil Mushran · 18 years ago
  72. dd4a2c2 ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal() by Mark Fasheh · 18 years ago
  73. 205f87f [PATCH] change buffer_head.b_size to size_t by Badari Pulavarty · 18 years ago
  74. 5515eff [PATCH] 2tb-files-add-blkcnt_t-fixes by Andrew Morton · 18 years ago
  75. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  76. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 18 years ago
  77. 745ae8ba [PATCH] ocfs2: only checkpoint journal when asked to by Mark Fasheh · 18 years ago
  78. 6eff579 [PATCH] ocfs2: don't wait on recovery when locking journal by Mark Fasheh · 18 years ago
  79. ebdec83 [PATCH] BUG_ON() Conversion in fs/ocfs2/ by Eric Sesterhenn / snakebyte · 18 years ago
  80. c74ec2f [PATCH] ocfs2: Semaphore to mutex conversion. by Arjan van de Ven · 18 years ago
  81. 251b6ec [OCFS2] Make ip_io_sem a mutex by Mark Fasheh · 19 years ago
  82. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  83. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago