1. 1823cb0 ocfs2: Add support of decrementing refcount for delete. by Tao Ma · 15 years ago
  2. e2e9f60 ocfs2: move tree path functions to alloc.h. by Tao Ma · 15 years ago
  3. fe92441 ocfs2: Add refcount b-tree as a new extent tree. by Tao Ma · 15 years ago
  4. 555936b ocfs2: Abstract extent split process. by Tao Ma · 15 years ago
  5. 853a3a1 ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree. by Tao Ma · 15 years ago
  6. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 15 years ago
  7. a1cf076 ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. by Joel Becker · 15 years ago
  8. f3868d0 ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree. by Joel Becker · 15 years ago
  9. d231129 ocfs2: ocfs2_split_and_insert() no longer needs struct inode. by Joel Becker · 15 years ago
  10. dbdcf6a ocfs2: ocfs2_remove_extent() no longer needs struct inode. by Joel Becker · 15 years ago
  11. cbee7e1 ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. by Joel Becker · 15 years ago
  12. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 15 years ago
  13. 92ba470 ocfs2: Make extent map insertion an extent_tree_operation. by Joel Becker · 15 years ago
  14. 627961b ocfs2: ocfs2_figure_insert_type() no longer needs struct inode. by Joel Becker · 15 years ago
  15. 1ef61b3 ocfs2: Remove inode from ocfs2_figure_extent_contig(). by Joel Becker · 15 years ago
  16. a297029 ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type(). by Joel Becker · 15 years ago
  17. b4a1765 ocfs2: ocfs2_extent_contig() only requires the superblock. by Joel Becker · 15 years ago
  18. 3505bec ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode. by Joel Becker · 15 years ago
  19. c38e52b ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode. by Joel Becker · 15 years ago
  20. d562862 ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode. by Joel Becker · 15 years ago
  21. 4c911ee ocfs2: Make truncating the extent map an extent_tree_operation. by Joel Becker · 15 years ago
  22. 043beeb ocfs2: ocfs2_truncate_rec() doesn't need struct inode. by Joel Becker · 15 years ago
  23. d401dc1 ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode. by Joel Becker · 15 years ago
  24. c495dd2 ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode. by Joel Becker · 15 years ago
  25. 4fe82c3 ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode. by Joel Becker · 15 years ago
  26. 70f18c0 ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode. by Joel Becker · 15 years ago
  27. e46f74d ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode. by Joel Becker · 15 years ago
  28. 1e2dd63 ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode. by Joel Becker · 15 years ago
  29. 09106ba ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode. by Joel Becker · 15 years ago
  30. 1bbf0b8 ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode. by Joel Becker · 15 years ago
  31. 6136ca5 ocfs2: Drop struct inode from ocfs2_extent_tree_operations. by Joel Becker · 15 years ago
  32. 7dc0280 ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root() by Joel Becker · 15 years ago
  33. 5c601ab ocfs2: Get inode out of ocfs2_rotate_subtree_root_right(). by Joel Becker · 15 years ago
  34. 4619c73 ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all. by Joel Becker · 15 years ago
  35. 6641b0c ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path() by Joel Becker · 15 years ago
  36. 42a5a7a ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode. by Joel Becker · 15 years ago
  37. facdb77 ocfs2: ocfs2_find_path() only needs the caching info by Joel Becker · 15 years ago
  38. 3d03a30 ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). by Joel Becker · 15 years ago
  39. d9a0a1f ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree. by Joel Becker · 15 years ago
  40. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  41. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  42. 60e2ec4 ocfs2: release the buffer head in ocfs2_do_truncate. by Tao Ma · 15 years ago
  43. 82e1264 ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. by Tao Ma · 15 years ago
  44. 3c5e106 ocfs2: Add extra credits and access the modified bh in update_edge_lengths. by Tao Ma · 15 years ago
  45. 6b791bc ocfs2: Adjust rightmost path in ocfs2_add_branch. by Tao Ma · 15 years ago
  46. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  47. 74e77eb ocfs2: Fix a bug found by sparse check. by Tao Ma · 15 years ago
  48. 47be12e ocfs2: Access and dirty the buffer_head in mark_written. by Tao Ma · 16 years ago
  49. fd4ef23 ocfs2: add quota call to ocfs2_remove_btree_range() by Mark Fasheh · 15 years ago
  50. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  51. 9047bea ocfs2: Access the right buffer_head in ocfs2_merge_rec_left. by Tao Ma · 16 years ago
  52. 2a50a74 ocfs2: Create ocfs2_xattr_value_buf. by Joel Becker · 16 years ago
  53. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  54. ffdd7a5 ocfs2: Wrap up the common use cases of ocfs2_new_path(). by Joel Becker · 16 years ago
  55. d6b32bb ocfs2: block read meta ecc. by Joel Becker · 16 years ago
  56. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  57. 53ef99c ocfs2: Remove JBD compatibility layer by Mark Fasheh · 16 years ago
  58. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  59. 5e96581 ocfs2: Wrap extent block reads in a dedicated function. by Joel Becker · 16 years ago
  60. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  61. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  62. fecc011 ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range() by Mark Fasheh · 16 years ago
  63. 2891d29 ocfs2: Add clusters free in dealloc_ctxt. by Tao Ma · 16 years ago
  64. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  65. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  66. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  67. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  68. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  69. 1625f8a ocfs2: Comment struct ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  70. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  71. 1e61ee7 ocfs2: Add an insertion check to ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  72. 1a09f55 ocfs2: Create specific get_extent_tree functions. by Joel Becker · 16 years ago
  73. 943cced ocfs2: Determine an extent tree's max_leaf_clusters in an et_op. by Joel Becker · 16 years ago
  74. 1c25d93 ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents(). by Joel Becker · 16 years ago
  75. 0ce1010 ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  76. ea5efa1 ocfs2: Make 'private' into 'object' on ocfs2_extent_tree. by Joel Becker · 16 years ago
  77. dc0ce61 ocfs2: Make ocfs2_extent_tree get/put instead of alloc. by Joel Becker · 16 years ago
  78. ce1d9ea ocfs2: Prefix the ocfs2_extent_tree structure. by Joel Becker · 16 years ago
  79. 35dc0aa ocfs2: Prefix the extent tree operations structure. by Joel Becker · 16 years ago
  80. ca12b7c ocfs2: Optionally limit extent size in ocfs2_insert_extent() by Tao Ma · 16 years ago
  81. ba49261 ocfs2: Add xattr index tree operations by Tao Ma · 16 years ago
  82. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  83. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  84. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  85. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  86. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  87. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  88. 00dc417 ocfs2: fiemap support by Mark Fasheh · 16 years ago
  89. 9d8df6a ocfs2 endianness fixes by Al Viro · 16 years ago
  90. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 16 years ago
  91. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  92. ad5a4d7 ocfs2: Enable cross extent block merge. by Tao Ma · 16 years ago
  93. 677b975 ocfs2: Add support for cross extent block by Tao Ma · 16 years ago
  94. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  95. c78bad1 fs/: Spelling fixes by Joe Perches · 16 years ago
  96. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  97. e8aed34 ocfs2: Re-journal buffers after transaction extend by Mark Fasheh · 17 years ago
  98. 92295d8 ocfs2: Don't panic when truncating an empty extent by Mark Fasheh · 17 years ago
  99. 3cf0c50 [PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c} by Roel Kluin · 17 years ago
  100. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago