1. a74b81b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  2. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  3. 1cfd8bd ocfs2: add cleancache support by Dan Magenheimer · 13 years ago
  4. ece928d Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window by Joel Becker · 13 years ago
  5. 3d1c182 Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly. by Tristan Ye · 13 years ago
  6. 66effd3 ocfs2/dlm: Do not migrate resource to a node that is leaving the domain by Sunil Mushran · 13 years ago
  7. bddefde ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG by Sunil Mushran · 13 years ago
  8. dda54e7 Ocfs2/move_extents: Set several trivial constraints for threshold. by Tristan Ye · 13 years ago
  9. 4dfa66b Ocfs2/move_extents: Let defrag handle partial extent moving. by Tristan Ye · 13 years ago
  10. 53069d4 Ocfs2/move_extents: move/defrag extents within a certain range. by Tristan Ye · 13 years ago
  11. ee16cc0 Ocfs2/move_extents: helper to calculate the defraging length in one run. by Tristan Ye · 13 years ago
  12. e084771 Ocfs2/move_extents: move entire/partial extent. by Tristan Ye · 13 years ago
  13. 8473aa8 Ocfs2/move_extents: helpers to update the group descriptor and global bitmap inode. by Tristan Ye · 13 years ago
  14. e6b5859 Ocfs2/move_extents: helper to probe a proper region to move in an alloc group. by Tristan Ye · 13 years ago
  15. 99e4c75 Ocfs2/move_extents: helper to validate and adjust moving goal. by Tristan Ye · 13 years ago
  16. 1c06b91 Ocfs2/move_extents: find the victim alloc group, where the given #blk fits. by Tristan Ye · 13 years ago
  17. 202ee5f Ocfs2/move_extents: defrag a range of extent. by Tristan Ye · 13 years ago
  18. 8f603e5 Ocfs2/move_extents: move a range of extent. by Tristan Ye · 13 years ago
  19. de474ee Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clusters for extents moving. by Tristan Ye · 13 years ago
  20. 028ba5df Ocfs2/move_extents: Add basic framework and source files for extent moving. by Tristan Ye · 13 years ago
  21. 220ebc4 Ocfs2/move_extents: Adding new ioctl code 'OCFS2_IOC_MOVE_EXT' to ocfs2. by Tristan Ye · 13 years ago
  22. 3e19a25 Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c by Tristan Ye · 13 years ago
  23. d24a10b9 Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl. by Tristan Ye · 13 years ago
  24. 3e5db17 Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl. by Tristan Ye · 13 years ago
  25. 8aa1fa3 Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler. by Tristan Ye · 13 years ago
  26. 98ba073 ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs by Robin Dong · 13 years ago
  27. 9f62e96 ocfs2/dlm: dlm_is_lockres_migrateable() returns boolean by Sunil Mushran · 13 years ago
  28. 10fca35 ocfs2: Add trace event for trim. by Tao Ma · 13 years ago
  29. 55e6787 ocfs2: Add FITRIM ioctl. by Tao Ma · 13 years ago
  30. e80de36 ocfs2: Add ocfs2_trim_fs for SSD trim support. by Tao Ma · 13 years ago
  31. 69a60c4 ocfs2: remove the /sys/o2cb symlink by Amerigo Wang · 13 years ago
  32. e2b0c21 ocfs2: clean up mount option about atime in ocfs2.txt by Tiger Yang · 13 years ago
  33. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  34. df016c6 ocfs2/dlm: Target node death during resource migration leads to thread spin by Sunil Mushran · 13 years ago
  35. 10b3dd7 ocfs2: Skip mount recovery for hard-ro mounts by Sunil Mushran · 13 years ago
  36. 33c12a5 ocfs2/cluster: Heartbeat mismatch message improved by Sunil Mushran · 13 years ago
  37. 76d9fc2 ocfs2/cluster: Increase the live threshold for global heartbeat by Sunil Mushran · 13 years ago
  38. 4da6dc2 ocfs2/dlm: Use negotiated o2dlm protocol version by Sunil Mushran · 13 years ago
  39. 9a790ba ocfs2: skip existing hole when removing the last extent_rec in punching-hole codes. by Tristan Ye · 13 years ago
  40. 5d44670 ocfs2: Initialize data_ac (might be used uninitialized) by Marcus Meissner · 13 years ago
  41. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 13 years ago
  42. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  43. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  44. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  45. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  46. 272b62c Treat writes as new when holes span across page boundaries by Goldwyn Rodrigues · 13 years ago
  47. 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
  48. ed59992 fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. by Rakib Mullick · 13 years ago
  49. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  50. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  51. c4354d0 ocfs2: use little-endian bitops by Akinobu Mita · 13 years ago
  52. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  53. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  54. 0ccd234 fs: change to new flag variable by matt mooney · 14 years ago
  55. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  56. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  57. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  58. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  59. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  60. 4714e63 ocfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 13 years ago
  61. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  62. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  63. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  64. 770c4d8 ocfs2/dlm: Move kmalloc() outside the spinlock by Sunil Mushran · 13 years ago
  65. b4e1b7e ocfs2: Make the left masklogs compat. by Tao Ma · 13 years ago
  66. 75ba49a ocfs2: Remove masklog ML_AIO. by Tao Ma · 13 years ago
  67. d701485 ocfs2: Remove masklog ML_UPTODATE. by Tao Ma · 13 years ago
  68. 15057e9 ocfs2: Remove masklog ML_BH_IO. by Tao Ma · 13 years ago
  69. b410795 ocfs2: Remove masklog ML_JOURNAL. by Tao Ma · 13 years ago
  70. 781f200 ocfs2: Remove masklog ML_EXPORT. by Tao Ma · 13 years ago
  71. a5b8443 ocfs2: Remove masklog ML_DCACHE. by Tao Ma · 13 years ago
  72. 8990e44 ocfs2: Remove masklog ML_NAMEI. by Tao Ma · 13 years ago
  73. f1088d4 ocfs2: Remove mlog(0) from fs/ocfs2/dir.c by Tao Ma · 13 years ago
  74. f32037d ocfs2: remove NAMEI from symlink.c by Tao Ma · 13 years ago
  75. 1db986a ocfs2: Remove masklog ML_QUOTA. by Tao Ma · 13 years ago
  76. 38877a4 ocfs2: Remove mlog(0) from quota_local.c. by Tao Ma · 13 years ago
  77. 2661836 ocfs2: Remove masklog ML_RESERVATIONS. by Tao Ma · 13 years ago
  78. 402b418 ocfs2: Remove masklog ML_XATTR. by Tao Ma · 13 years ago
  79. 32a42d3 ocfs2: Remove masklog ML_SUPER. by Tao Ma · 13 years ago
  80. b5770f9 ocfs2: Remove mlog(0) from fs/ocfs2/heartbeat.c by Tao Ma · 13 years ago
  81. a873108 ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.c by Tao Ma · 13 years ago
  82. a716357 ocfs2: Remove masklog ML_EXTENT_MAP. by Tao Ma · 13 years ago
  83. 64f3b26 ocfs2: Remove masklog ML_INODE. by Tao Ma · 13 years ago
  84. 6218b90 ocfs2: Little refactoring against ocfs2_iget. by Tao Ma · 13 years ago
  85. 468eedd ocfs2: Remove mlog(0) from fs/ocfs2/file.c by Tao Ma · 13 years ago
  86. da561c9 ocfs2: remove INODE from unused files. by Tao Ma · 13 years ago
  87. 614a9e8 ocfs2: Remove FILE_IO from masklog. by Tao Ma · 13 years ago
  88. 9558156 ocfs2: Remove mlog(0) from fs/ocfs2/aops.c by Tao Ma · 13 years ago
  89. 198aac2 ocfs2: Remove masklog ML_REFCOUNT. by Tao Ma · 13 years ago
  90. 81bad69 ocfs2: Remove DISK_ALLOC from masklog. by Tao Ma · 13 years ago
  91. a543870 ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c by Tao Ma · 13 years ago
  92. 2f73e13 ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c by Tao Ma · 13 years ago
  93. a04733d ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.c by Tao Ma · 13 years ago
  94. a09d09b ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c by Tao Ma · 13 years ago
  95. 80a9a84 ocfs2: Add ocfs2_trace.h. by Wengang Wang · 13 years ago
  96. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  97. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  98. 1936a26 Ocfs2: Using macro to set/clear *FILLED* flags in info handler. by Tristan Ye · 13 years ago
  99. 1dd9ffc ocfs2: optimize ocfs2_check_dir_entry() with unlikely() annotations by Tao Ma · 13 years ago
  100. 5bc970e ocfs2: Use hrtimer to track ocfs2 fs lock stats by Sunil Mushran · 14 years ago