1. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  2. 1e61ee7 ocfs2: Add an insertion check to ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  3. 1a09f55 ocfs2: Create specific get_extent_tree functions. by Joel Becker · 16 years ago
  4. 943cced ocfs2: Determine an extent tree's max_leaf_clusters in an et_op. by Joel Becker · 16 years ago
  5. 1c25d93 ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents(). by Joel Becker · 16 years ago
  6. 0ce1010 ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  7. ea5efa1 ocfs2: Make 'private' into 'object' on ocfs2_extent_tree. by Joel Becker · 16 years ago
  8. dc0ce61 ocfs2: Make ocfs2_extent_tree get/put instead of alloc. by Joel Becker · 16 years ago
  9. ce1d9ea ocfs2: Prefix the ocfs2_extent_tree structure. by Joel Becker · 16 years ago
  10. 35dc0aa ocfs2: Prefix the extent tree operations structure. by Joel Becker · 16 years ago
  11. ca12b7c ocfs2: Optionally limit extent size in ocfs2_insert_extent() by Tao Ma · 16 years ago
  12. ba49261 ocfs2: Add xattr index tree operations by Tao Ma · 16 years ago
  13. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  14. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  15. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  16. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  17. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  18. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  19. 00dc417 ocfs2: fiemap support by Mark Fasheh · 16 years ago
  20. 9d8df6a ocfs2 endianness fixes by Al Viro · 16 years ago
  21. b1f3550 ocfs2: Use BUG_ON by Julia Lawall · 16 years ago
  22. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  23. ad5a4d7 ocfs2: Enable cross extent block merge. by Tao Ma · 16 years ago
  24. 677b975 ocfs2: Add support for cross extent block by Tao Ma · 16 years ago
  25. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  26. c78bad1 fs/: Spelling fixes by Joe Perches · 16 years ago
  27. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  28. e8aed34 ocfs2: Re-journal buffers after transaction extend by Mark Fasheh · 17 years ago
  29. 92295d8 ocfs2: Don't panic when truncating an empty extent by Mark Fasheh · 17 years ago
  30. 3cf0c50 [PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c} by Roel Kluin · 17 years ago
  31. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  32. 1afc32b ocfs2: Write support for inline data by Mark Fasheh · 17 years ago
  33. 1d410a6 ocfs2: Small refactor of truncate zeroing code by Mark Fasheh · 17 years ago
  34. 015452b ocfs2: Remove unused structure field by Mark Fasheh · 17 years ago
  35. 518d726 ocfs2: remove unused variable by Tao Mao · 17 years ago
  36. c77534f ocfs2: remove mostly unused field from insert structure by Tao Mao · 17 years ago
  37. e535e2e ocfs2: Fix calculation of i_blocks during truncate by Mark Fasheh · 17 years ago
  38. 6a18380 [2.6 patch] ocfs2_insert_extent(): remove dead code by Adrian Bunk · 17 years ago
  39. 063c456 ocfs2: support for removing file regions by Mark Fasheh · 17 years ago
  40. 35edec1 ocfs2: update truncate handling of partial clusters by Mark Fasheh · 17 years ago
  41. d0c7d70 ocfs2: btree support for removal of arbirtrary extents by Mark Fasheh · 17 years ago
  42. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  43. 328d575 ocfs2: btree changes for unwritten extents by Mark Fasheh · 17 years ago
  44. c3afcbb ocfs2: abstract btree growing calls by Mark Fasheh · 17 years ago
  45. 1f6697d ocfs2: use all extent block suballocators by Mark Fasheh · 17 years ago
  46. 59a5e41 ocfs2: plug truncate into cached dealloc routines by Mark Fasheh · 17 years ago
  47. 2b60435 ocfs2: simplify deallocation locking by Mark Fasheh · 17 years ago
  48. 2e89b2e ocfs2: take ip_alloc_sem during entire truncate by Mark Fasheh · 17 years ago
  49. 1ca1a11 ocfs2: fix sparse warnings in fs/ocfs2 by Mark Fasheh · 17 years ago
  50. 8341897 ocfs2: Cache extent records by Mark Fasheh · 17 years ago
  51. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  52. e48edee ocfs2: make room for unwritten extents flag by Mark Fasheh · 17 years ago
  53. fa41045 ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate() by Mark Fasheh · 17 years ago
  54. 60b1139 ocfs2: zero tail of sparse files on truncate by Mark Fasheh · 17 years ago
  55. 3a0782d ocfs2: teach extend/truncate about sparse files by Mark Fasheh · 17 years ago
  56. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  57. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 17 years ago
  58. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  59. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  60. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  61. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  62. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  63. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  64. e08dc8b ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log() by Mark Fasheh · 18 years ago
  65. 1fc5814 ocfs2: have ocfs2_extend_trans() take handle_t by Mark Fasheh · 18 years ago
  66. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  67. eb35746 ocfs2: Remove overzealous BUG_ON() by Mark Fasheh · 18 years ago
  68. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  69. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  70. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago