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