1. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 182be68 kill f_vfsmnt by Al Viro · 12 years ago
  3. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  4. 306a749 ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX by Guo Chao · 12 years ago
  5. 0a4ebed Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  6. 8298524 ocfs2: make direntry invalid when deleting it by Wengang Wang · 13 years ago
  7. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  8. 5d44670 ocfs2: Initialize data_ac (might be used uninitialized) by Marcus Meissner · 13 years ago
  9. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  10. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 13 years ago
  11. f1088d4 ocfs2: Remove mlog(0) from fs/ocfs2/dir.c by Tao Ma · 13 years ago
  12. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  13. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  14. 1dd9ffc ocfs2: optimize ocfs2_check_dir_entry() with unlikely() annotations by Tao Ma · 14 years ago
  15. 42b16b3 Kill off warning: ‘inline’ is not at beginning of declaration by Jesper Juhl · 14 years ago
  16. 8ac33dc ocfs2: Hold ip_lock when set/clear flags for indexed dir. by Tao Ma · 14 years ago
  17. 0f4da21 Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes. by Tristan Ye · 14 years ago
  18. 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  19. 78f9467 Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. by Tristan Ye · 14 years ago
  20. 83f9231 ocfs2: Add dir_resv_level mount option by Mark Fasheh · 14 years ago
  21. e3b4a97 ocfs2: use allocation reservations for directory data by Mark Fasheh · 15 years ago
  22. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  23. 74380c4 ocfs2: Free block to the right block group. by Tao Ma · 14 years ago
  24. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 14 years ago
  25. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 14 years ago
  26. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  27. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  28. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 15 years ago
  29. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 15 years ago
  30. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 15 years ago
  31. facdb77 ocfs2: ocfs2_find_path() only needs the caching info by Joel Becker · 15 years ago
  32. 3d03a30 ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). by Joel Becker · 15 years ago
  33. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  34. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  35. edd45c0 ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directories by Jan Kara · 15 years ago
  36. 0fba813 ocfs2: Fix 2 warning during ocfs2 make. by Tao Ma · 15 years ago
  37. 035a571 ocfs2: Reserve 1 more cluster in expanding_inline_dir for indexed dir. by Tao Ma · 15 years ago
  38. 1d46dc0 ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance() by Mark Fasheh · 15 years ago
  39. e3a93c2 ocfs2: Add total entry count to dx_root_block by Mark Fasheh · 15 years ago
  40. e7c17e4 ocfs2: Introduce dir free space list by Mark Fasheh · 16 years ago
  41. 4ed8a6b ocfs2: Store dir index records inline by Mark Fasheh · 16 years ago
  42. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  43. 4a12ca3 ocfs2: Introduce dir lookup helper struct by Mark Fasheh · 16 years ago
  44. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 16 years ago
  45. 87d35a7 ocfs2: Add directory block trailers. by Mark Fasheh · 16 years ago
  46. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  47. a90714c ocfs2: Add quota calls for allocation and freeing of inodes and space by Jan Kara · 16 years ago
  48. 511308d ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks() by Joel Becker · 16 years ago
  49. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  50. a22305c ocfs2: Wrap dirblock reads in a dedicated function. by Joel Becker · 16 years ago
  51. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  52. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  53. 5e0b3de ocfs2: Kill the last naked wait_on_buffer() for cached reads. by Joel Becker · 16 years ago
  54. 07446dc ocfs2: Move ocfs2_bread() into dir.c by Joel Becker · 16 years ago
  55. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  56. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  57. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  58. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  59. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  60. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago
  61. 0eb8d47 ocfs2: Make high level btree extend code generic by Tao Ma · 16 years ago
  62. e7d4cb6 ocfs2: Abstract ocfs2_extent_tree in b-tree operations. by Tao Ma · 16 years ago
  63. 811f933 ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode. by Tao Ma · 16 years ago
  64. 231b87d ocfs2: Modify ocfs2_num_free_extents for future xattr usage. by Tao Ma · 16 years ago
  65. 9780eb6 ocfs2: correctly set i_blocks after inline dir gets expanded by Mark Fasheh · 16 years ago
  66. 83cab53 ocfs2: Jump to correct label in ocfs2_expand_inline_dir() by Tao Ma · 16 years ago
  67. 0dd3256 [PATCH] ocfs2: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  68. c78bad1 fs/: Spelling fixes by Joe Perches · 17 years ago
  69. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  70. 0af4bd3 [2.6 patch] make ocfs2_find_entry_el() static by Adrian Bunk · 17 years ago
  71. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  72. e7b3401 ocfs2: Optionally return filldir errors by Mark Fasheh · 17 years ago
  73. 5b6a3a2 ocfs2: Write support for directories with inline data by Mark Fasheh · 17 years ago
  74. 23193e5 ocfs2: Read support for directories with inline data by Mark Fasheh · 17 years ago
  75. 8553cf4 ocfs2: Cleanup dirent size check by Mark Fasheh · 17 years ago
  76. 38760e2 ocfs2: Rename cleanups by Mark Fasheh · 17 years ago
  77. be94d11 ocfs2: Provide convenience function for ino lookup by Mark Fasheh · 17 years ago
  78. 0bfbbf6 ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach() by Mark Fasheh · 17 years ago
  79. 5eae5b9 ocfs2: Remove open coded readdir() by Mark Fasheh · 17 years ago
  80. 7e85367 ocfs2: Pass raw u64 to filldir by Mark Fasheh · 17 years ago
  81. b8bc5f4 ocfs2: Abstract out core dir listing functionality by Mark Fasheh · 17 years ago
  82. 316f4b9 ocfs2: Move directory manipulation code into dir.c by Mark Fasheh · 17 years ago
  83. 2ae99a6 ocfs2: Support creation of unwritten extents by Mark Fasheh · 17 years ago
  84. ee19a77 ocfs2: Wrap access of directory allocations with ip_alloc_sem. by Joel Becker · 17 years ago
  85. 8110b07 ocfs2: Fix up i_blocks calculation to know about holes by Mark Fasheh · 17 years ago
  86. 49cb8d2 ocfs2: Read from an unwritten extent returns zeros by Mark Fasheh · 17 years ago
  87. 363041a ocfs2: temporarily remove extent map caching by Mark Fasheh · 18 years ago
  88. dcd0538 ocfs2: sparse b-tree support by Mark Fasheh · 18 years ago
  89. d28c917 [PATCH] struct path: convert ocfs2 by Josef Sipek · 18 years ago
  90. 25899de ocfs2: update file system paths to set atime by Tiger Yang · 18 years ago
  91. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  92. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  93. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  94. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  95. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  96. aa95887 ocfs2: implement directory read-ahead by Mark Fasheh · 18 years ago
  97. 2b388c6 ocfs2: Compile-time disabling of ocfs2 debugging output. by Joel Becker · 18 years ago
  98. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 18 years ago
  99. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  100. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago