1. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  2. 74e77eb ocfs2: Fix a bug found by sparse check. by Tao Ma · 15 years ago
  3. 47be12e ocfs2: Access and dirty the buffer_head in mark_written. by Tao Ma · 16 years ago
  4. fd4ef23 ocfs2: add quota call to ocfs2_remove_btree_range() by Mark Fasheh · 15 years ago
  5. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  6. 9047bea ocfs2: Access the right buffer_head in ocfs2_merge_rec_left. by Tao Ma · 16 years ago
  7. 2a50a74 ocfs2: Create ocfs2_xattr_value_buf. by Joel Becker · 16 years ago
  8. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  9. ffdd7a5 ocfs2: Wrap up the common use cases of ocfs2_new_path(). by Joel Becker · 16 years ago
  10. d6b32bb ocfs2: block read meta ecc. by Joel Becker · 16 years ago
  11. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  12. 53ef99c ocfs2: Remove JBD compatibility layer by Mark Fasheh · 16 years ago
  13. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  14. 5e96581 ocfs2: Wrap extent block reads in a dedicated function. by Joel Becker · 16 years ago
  15. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  16. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  17. fecc011 ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range() by Mark Fasheh · 16 years ago
  18. 2891d29 ocfs2: Add clusters free in dealloc_ctxt. by Tao Ma · 16 years ago
  19. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  20. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  21. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  22. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  23. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  24. 1625f8a ocfs2: Comment struct ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  25. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  26. 1e61ee7 ocfs2: Add an insertion check to ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  27. 1a09f55 ocfs2: Create specific get_extent_tree functions. by Joel Becker · 16 years ago
  28. 943cced ocfs2: Determine an extent tree's max_leaf_clusters in an et_op. by Joel Becker · 16 years ago
  29. 1c25d93 ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents(). by Joel Becker · 16 years ago
  30. 0ce1010 ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  31. ea5efa1 ocfs2: Make 'private' into 'object' on ocfs2_extent_tree. by Joel Becker · 16 years ago
  32. dc0ce61 ocfs2: Make ocfs2_extent_tree get/put instead of alloc. by Joel Becker · 16 years ago
  33. ce1d9ea ocfs2: Prefix the ocfs2_extent_tree structure. by Joel Becker · 16 years ago
  34. 35dc0aa ocfs2: Prefix the extent tree operations structure. by Joel Becker · 16 years ago
  35. ca12b7c ocfs2: Optionally limit extent size in ocfs2_insert_extent() by Tao Ma · 16 years ago
  36. ba49261 ocfs2: Add xattr index tree operations by Tao Ma · 16 years ago
  37. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  38. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  39. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  40. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  41. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  42. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  43. 00dc417 ocfs2: fiemap support by Mark Fasheh · 16 years ago
  44. 9d8df6a ocfs2 endianness fixes by Al Viro · 16 years ago
  45. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 16 years ago
  46. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  47. ad5a4d7 ocfs2: Enable cross extent block merge. by Tao Ma · 16 years ago
  48. 677b975 ocfs2: Add support for cross extent block by Tao Ma · 16 years ago
  49. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  50. c78bad1 fs/: Spelling fixes by Joe Perches · 16 years ago
  51. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  52. e8aed34 ocfs2: Re-journal buffers after transaction extend by Mark Fasheh · 17 years ago
  53. 92295d8 ocfs2: Don't panic when truncating an empty extent by Mark Fasheh · 17 years ago
  54. 3cf0c50 [PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c} by Roel Kluin · 17 years ago
  55. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  56. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  57. 1d410a6 ocfs2: Small refactor of truncate zeroing code by Mark Fasheh · 17 years ago
  58. 015452b ocfs2: Remove unused structure field by Mark Fasheh · 17 years ago
  59. 518d726 ocfs2: remove unused variable by Tao Mao · 17 years ago
  60. c77534f ocfs2: remove mostly unused field from insert structure by Tao Mao · 17 years ago
  61. e535e2e ocfs2: Fix calculation of i_blocks during truncate by Mark Fasheh · 17 years ago
  62. 6a18380 [2.6 patch] ocfs2_insert_extent(): remove dead code by Adrian Bunk · 17 years ago
  63. 063c456 ocfs2: support for removing file regions by Mark Fasheh · 17 years ago
  64. 35edec1 ocfs2: update truncate handling of partial clusters by Mark Fasheh · 17 years ago
  65. d0c7d70 ocfs2: btree support for removal of arbirtrary extents by Mark Fasheh · 17 years ago
  66. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  67. 328d575 ocfs2: btree changes for unwritten extents by Mark Fasheh · 17 years ago
  68. c3afcbb ocfs2: abstract btree growing calls by Mark Fasheh · 17 years ago
  69. 1f6697d ocfs2: use all extent block suballocators by Mark Fasheh · 17 years ago
  70. 59a5e41 ocfs2: plug truncate into cached dealloc routines by Mark Fasheh · 17 years ago
  71. 2b60435 ocfs2: simplify deallocation locking by Mark Fasheh · 17 years ago
  72. 2e89b2e ocfs2: take ip_alloc_sem during entire truncate by Mark Fasheh · 17 years ago
  73. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  74. 8341897 ocfs2: Cache extent records by Mark Fasheh · 17 years ago
  75. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  76. e48edee ocfs2: make room for unwritten extents flag by Mark Fasheh · 17 years ago
  77. fa41045 ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate() by Mark Fasheh · 17 years ago
  78. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 17 years ago
  79. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 17 years ago
  80. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  81. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 17 years ago
  82. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  83. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  84. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  85. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  86. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  87. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  88. e08dc8b ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log() by Mark Fasheh · 18 years ago
  89. 1fc5814 ocfs2: have ocfs2_extend_trans() take handle_t by Mark Fasheh · 18 years ago
  90. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  91. eb35746 ocfs2: Remove overzealous BUG_ON() by Mark Fasheh · 18 years ago
  92. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  93. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  94. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago