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