1. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 16 years ago
  2. 87d35a7 ocfs2: Add directory block trailers. by Mark Fasheh · 16 years ago
  3. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  4. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  5. 511308d ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks() by Joel Becker · 16 years ago
  6. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  7. a22305c ocfs2: Wrap dirblock reads in a dedicated function. by Joel Becker · 16 years ago
  8. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  9. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  10. 5e0b3de ocfs2: Kill the last naked wait_on_buffer() for cached reads. by Joel Becker · 16 years ago
  11. 07446dc ocfs2: Move ocfs2_bread() into dir.c by Joel Becker · 16 years ago
  12. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  13. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  14. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  15. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  16. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  17. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  18. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  19. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  20. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  21. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  22. 9780eb6 ocfs2: correctly set i_blocks after inline dir gets expanded by Mark Fasheh · 16 years ago
  23. 83cab53 ocfs2: Jump to correct label in ocfs2_expand_inline_dir() by Tao Ma · 16 years ago
  24. 0dd3256 [PATCH] ocfs2: le*_add_cpu conversion by Marcin Slusarz · 17 years ago
  25. c78bad1 fs/: Spelling fixes by Joe Perches · 17 years ago
  26. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  27. 0af4bd3 [2.6 patch] make ocfs2_find_entry_el() static by Adrian Bunk · 17 years ago
  28. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  29. e7b3401 ocfs2: Optionally return filldir errors by Mark Fasheh · 17 years ago
  30. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  31. 23193e5 ocfs2: Read support for directories with inline data by Mark Fasheh · 17 years ago
  32. 8553cf4 ocfs2: Cleanup dirent size check by Mark Fasheh · 17 years ago
  33. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  34. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  35. 0bfbbf6 ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() by Mark Fasheh · 17 years ago
  36. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  37. 7e85367 ocfs2: Pass raw u64 to filldir by Mark Fasheh · 17 years ago
  38. b8bc5f4 ocfs2: Abstract out core dir listing functionality by Mark Fasheh · 17 years ago
  39. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  40. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  41. ee19a77 ocfs2: Wrap access of directory allocations with ip_alloc_sem. by Joel Becker · 17 years ago
  42. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  43. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  44. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 18 years ago
  45. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 18 years ago
  46. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  47. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 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. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  53. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  54. 2b388c6 ocfs2: Compile-time disabling of ocfs2 debugging output. by Joel Becker · 18 years ago
  55. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  56. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  57. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago