1. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 14 years ago
  2. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 15 years ago
  3. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 15 years ago
  4. facdb77 ocfs2: ocfs2_find_path() only needs the caching info by Joel Becker · 15 years ago
  5. 3d03a30 ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). by Joel Becker · 15 years ago
  6. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  7. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  8. edd45c0 ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directories by Jan Kara · 15 years ago
  9. 0fba813 ocfs2: Fix 2 warning during ocfs2 make. by Tao Ma · 15 years ago
  10. 035a571 ocfs2: Reserve 1 more cluster in expanding_inline_dir for indexed dir. by Tao Ma · 15 years ago
  11. 1d46dc0 ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance() by Mark Fasheh · 15 years ago
  12. e3a93c2 ocfs2: Add total entry count to dx_root_block by Mark Fasheh · 15 years ago
  13. e7c17e4 ocfs2: Introduce dir free space list by Mark Fasheh · 15 years ago
  14. 4ed8a6b ocfs2: Store dir index records inline by Mark Fasheh · 16 years ago
  15. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  16. 4a12ca3 ocfs2: Introduce dir lookup helper struct by Mark Fasheh · 16 years ago
  17. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 16 years ago
  18. 87d35a7 ocfs2: Add directory block trailers. by Mark Fasheh · 16 years ago
  19. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  20. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  21. 511308d ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks() by Joel Becker · 16 years ago
  22. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  23. a22305c ocfs2: Wrap dirblock reads in a dedicated function. by Joel Becker · 16 years ago
  24. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  25. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  26. 5e0b3de ocfs2: Kill the last naked wait_on_buffer() for cached reads. by Joel Becker · 16 years ago
  27. 07446dc ocfs2: Move ocfs2_bread() into dir.c by Joel Becker · 16 years ago
  28. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  29. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  30. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  31. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  32. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  33. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  34. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  35. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  36. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  37. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  38. 9780eb6 ocfs2: correctly set i_blocks after inline dir gets expanded by Mark Fasheh · 16 years ago
  39. 83cab53 ocfs2: Jump to correct label in ocfs2_expand_inline_dir() by Tao Ma · 16 years ago
  40. 0dd3256 [PATCH] ocfs2: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  41. c78bad1 fs/: Spelling fixes by Joe Perches · 16 years ago
  42. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  43. 0af4bd3 [2.6 patch] make ocfs2_find_entry_el() static by Adrian Bunk · 17 years ago
  44. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  45. e7b3401 ocfs2: Optionally return filldir errors by Mark Fasheh · 17 years ago
  46. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  47. 23193e5 ocfs2: Read support for directories with inline data by Mark Fasheh · 17 years ago
  48. 8553cf4 ocfs2: Cleanup dirent size check by Mark Fasheh · 17 years ago
  49. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  50. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  51. 0bfbbf6 ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() by Mark Fasheh · 17 years ago
  52. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  53. 7e85367 ocfs2: Pass raw u64 to filldir by Mark Fasheh · 17 years ago
  54. b8bc5f4 ocfs2: Abstract out core dir listing functionality by Mark Fasheh · 17 years ago
  55. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  56. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  57. ee19a77 ocfs2: Wrap access of directory allocations with ip_alloc_sem. by Joel Becker · 17 years ago
  58. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  59. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  60. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 17 years ago
  61. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 17 years ago
  62. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  63. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 18 years ago
  64. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  65. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  66. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  67. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  68. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  69. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  70. 2b388c6 ocfs2: Compile-time disabling of ocfs2 debugging output. by Joel Becker · 18 years ago
  71. b069705 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  72. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  73. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago