1. 10fca35 ocfs2: Add trace event for trim. by Tao Ma · 13 years ago
  2. e80de36 ocfs2: Add ocfs2_trim_fs for SSD trim support. by Tao Ma · 13 years ago
  3. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  4. 81bad69 ocfs2: Remove DISK_ALLOC from masklog. by Tao Ma · 13 years ago
  5. a09d09b ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c by Tao Ma · 13 years ago
  6. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  7. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  8. aecf586 ocfs2: Remove unused truncate function from alloc.c by Tao Ma · 14 years ago
  9. 50308d8 ocfs2: Try to free truncate log when meeting ENOSPC in write. by Tao Ma · 14 years ago
  10. 9b4c0ff ocfs2: Fix deadlock when allocating page by Jan Kara · 14 years ago
  11. 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  12. ee149a7 Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public. by Tristan Ye · 14 years ago
  13. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 14 years ago
  14. c901fb0 ocfs2: Make ocfs2_extend_trans() really extend. by Tao Ma · 14 years ago
  15. 4fe370a ocfs2: use allocation reservations during file write by Mark Fasheh · 15 years ago
  16. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  17. 74380c4 ocfs2: Free block to the right block group. by Tao Ma · 14 years ago
  18. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 14 years ago
  19. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 14 years ago
  20. e213e26 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
  21. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  22. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 14 years ago
  23. 849254e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  24. 2cfd30a ocfs: stop using do_sync_mapping_range by Christoph Hellwig · 15 years ago
  25. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  26. 38a04e4 ocfs2: Find proper end cpos for a leaf refcount block. by Tao Ma · 15 years ago
  27. c18b812 ocfs2: Make transaction extend more efficient. by Tao Ma · 15 years ago
  28. 6ae23c5 ocfs2: CoW refcount tree improvement. by Tao Ma · 15 years ago
  29. 6f70fa5 ocfs2: Add CoW support. by Tao Ma · 15 years ago
  30. bcbbb24 ocfs2: Decrement refcount when truncating refcounted extents. by Tao Ma · 15 years ago
  31. 1aa75fe ocfs2: Add functions for extents refcounted. by Tao Ma · 15 years ago
  32. 1823cb0 ocfs2: Add support of decrementing refcount for delete. by Tao Ma · 15 years ago
  33. e2e9f60 ocfs2: move tree path functions to alloc.h. by Tao Ma · 15 years ago
  34. fe92441 ocfs2: Add refcount b-tree as a new extent tree. by Tao Ma · 15 years ago
  35. 555936b ocfs2: Abstract extent split process. by Tao Ma · 15 years ago
  36. 853a3a1 ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree. by Tao Ma · 15 years ago
  37. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 15 years ago
  38. a1cf076 ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. by Joel Becker · 15 years ago
  39. f3868d0 ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree. by Joel Becker · 15 years ago
  40. d231129 ocfs2: ocfs2_split_and_insert() no longer needs struct inode. by Joel Becker · 15 years ago
  41. dbdcf6a ocfs2: ocfs2_remove_extent() no longer needs struct inode. by Joel Becker · 15 years ago
  42. cbee7e1 ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. by Joel Becker · 15 years ago
  43. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 15 years ago
  44. 92ba470 ocfs2: Make extent map insertion an extent_tree_operation. by Joel Becker · 15 years ago
  45. 627961b ocfs2: ocfs2_figure_insert_type() no longer needs struct inode. by Joel Becker · 15 years ago
  46. 1ef61b3 ocfs2: Remove inode from ocfs2_figure_extent_contig(). by Joel Becker · 15 years ago
  47. a297029 ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type(). by Joel Becker · 15 years ago
  48. b4a1765 ocfs2: ocfs2_extent_contig() only requires the superblock. by Joel Becker · 15 years ago
  49. 3505bec ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode. by Joel Becker · 15 years ago
  50. c38e52b ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode. by Joel Becker · 15 years ago
  51. d562862 ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode. by Joel Becker · 15 years ago
  52. 4c911ee ocfs2: Make truncating the extent map an extent_tree_operation. by Joel Becker · 15 years ago
  53. 043beeb ocfs2: ocfs2_truncate_rec() doesn't need struct inode. by Joel Becker · 15 years ago
  54. d401dc1 ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode. by Joel Becker · 15 years ago
  55. c495dd2 ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode. by Joel Becker · 15 years ago
  56. 4fe82c3 ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode. by Joel Becker · 15 years ago
  57. 70f18c0 ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode. by Joel Becker · 15 years ago
  58. e46f74d ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode. by Joel Becker · 15 years ago
  59. 1e2dd63 ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode. by Joel Becker · 15 years ago
  60. 09106ba ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode. by Joel Becker · 15 years ago
  61. 1bbf0b8 ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode. by Joel Becker · 15 years ago
  62. 6136ca5 ocfs2: Drop struct inode from ocfs2_extent_tree_operations. by Joel Becker · 15 years ago
  63. 7dc0280 ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root() by Joel Becker · 15 years ago
  64. 5c601ab ocfs2: Get inode out of ocfs2_rotate_subtree_root_right(). by Joel Becker · 15 years ago
  65. 4619c73 ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all. by Joel Becker · 15 years ago
  66. 6641b0c ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path() by Joel Becker · 15 years ago
  67. 42a5a7a ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode. by Joel Becker · 15 years ago
  68. facdb77 ocfs2: ocfs2_find_path() only needs the caching info by Joel Becker · 15 years ago
  69. 3d03a30 ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). by Joel Becker · 15 years ago
  70. d9a0a1f ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree. by Joel Becker · 15 years ago
  71. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  72. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  73. 60e2ec4 ocfs2: release the buffer head in ocfs2_do_truncate. by Tao Ma · 15 years ago
  74. 82e1264 ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. by Tao Ma · 15 years ago
  75. 3c5e106 ocfs2: Add extra credits and access the modified bh in update_edge_lengths. by Tao Ma · 15 years ago
  76. 6b791bc ocfs2: Adjust rightmost path in ocfs2_add_branch. by Tao Ma · 15 years ago
  77. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  78. 74e77eb ocfs2: Fix a bug found by sparse check. by Tao Ma · 15 years ago
  79. 47be12e ocfs2: Access and dirty the buffer_head in mark_written. by Tao Ma · 15 years ago
  80. fd4ef23 ocfs2: add quota call to ocfs2_remove_btree_range() by Mark Fasheh · 15 years ago
  81. c19a28e remove lots of double-semicolons by Fernando Carrijo · 15 years ago
  82. 9047bea ocfs2: Access the right buffer_head in ocfs2_merge_rec_left. by Tao Ma · 15 years ago
  83. 2a50a74 ocfs2: Create ocfs2_xattr_value_buf. by Joel Becker · 16 years ago
  84. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  85. ffdd7a5 ocfs2: Wrap up the common use cases of ocfs2_new_path(). by Joel Becker · 16 years ago
  86. d6b32bb ocfs2: block read meta ecc. by Joel Becker · 16 years ago
  87. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  88. 53ef99c ocfs2: Remove JBD compatibility layer by Mark Fasheh · 16 years ago
  89. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  90. 5e96581 ocfs2: Wrap extent block reads in a dedicated function. by Joel Becker · 16 years ago
  91. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  92. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  93. fecc011 ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range() by Mark Fasheh · 16 years ago
  94. 2891d29 ocfs2: Add clusters free in dealloc_ctxt. by Tao Ma · 16 years ago
  95. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  96. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  97. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  98. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  99. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  100. 1625f8a ocfs2: Comment struct ocfs2_extent_tree_operations. by Joel Becker · 16 years ago