1. 249ec93 ocfs2: Use filemap_write_and_wait() instead of write_inode_now() by Jan Kara · 13 years ago
  2. df295d4a ocfs2: honor O_(D)SYNC flag in fallocate by Mark Fasheh · 13 years ago
  3. 0393afe ocfs2: Add a missing journal credit in ocfs2_link_credits() -v2 by Xiaowei.Hu · 13 years ago
  4. e41d33a ocfs2: send correct UUID to cleancache initialization by Dan Magenheimer · 13 years ago
  5. b8a0ae5 ocfs2: Commit transactions in error cases -v2 by Wengang Wang · 13 years ago
  6. 8298524 ocfs2: make direntry invalid when deleting it by Wengang Wang · 14 years ago
  7. fc9f899 fs/ocfs2/dlm/dlmlock.c: free kmem_cache_zalloc'd data using kmem_cache_free by Julia Lawall · 14 years ago
  8. 99b1bb6 Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixes by Joel Becker · 13 years ago
  9. c7e25e6 ocfs2: Avoid livelock in ocfs2_readpage() by Jan Kara · 14 years ago
  10. a11f7e6 ocfs2: serialize unaligned aio by Mark Fasheh · 14 years ago
  11. 93862d5 ocfs2: Implement llseek() by Sunil Mushran · 13 years ago
  12. 5cffff9 ocfs2: Fix ocfs2_page_mkwrite() by Wengang Wang · 13 years ago
  13. a035bff ocfs2: Add comment about orphan scanning by Sunil Mushran · 13 years ago
  14. 619c200 ocfs2: Clean up messages in the fs by Sunil Mushran · 13 years ago
  15. 6b27f62 ocfs2/cluster: Cluster up now includes network connections too by Sunil Mushran · 13 years ago
  16. 3ba169c ocfs2/cluster: Add new function o2net_fill_node_map() by Sunil Mushran · 13 years ago
  17. bb570a5 ocfs2/cluster: Fix output in file elapsed_time_in_ms by Sunil Mushran · 13 years ago
  18. a2c0cc1 ocfs2/dlm: dlmlock_remote() needs to account for remastery by Sunil Mushran · 13 years ago
  19. ff0a522 ocfs2/dlm: Take inflight reference count for remotely mastered resources too by Sunil Mushran · 13 years ago
  20. ed8625c ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery() by Sunil Mushran · 13 years ago
  21. e9f0b6a ocfs2/dlm: Trace insert/remove of resource to/from hash by Sunil Mushran · 13 years ago
  22. 8d400b8 ocfs2/dlm: Clean up refmap helpers by Sunil Mushran · 13 years ago
  23. 0afbba1 ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery() by Sunil Mushran · 13 years ago
  24. 394eb3d ocfs2: Clean up messages in stack_o2cb.c by Sunil Mushran · 13 years ago
  25. 8decab3 ocfs2/dlm: Clean up messages in o2dlm by Sunil Mushran · 13 years ago
  26. 1dfecf8 ocfs2/cluster: Clean up messages in o2net by Sunil Mushran · 13 years ago
  27. d2eece3 ocfs2/cluster: Abort heartbeat start on hard-ro devices by Sunil Mushran · 13 years ago
  28. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  29. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 14 years ago
  30. df2d6f2 fs: always maintain i_dio_count by Christoph Hellwig · 14 years ago
  31. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 14 years ago
  32. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 14 years ago
  33. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 14 years ago
  34. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
  35. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 14 years ago
  36. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 14 years ago
  37. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 14 years ago
  38. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 14 years ago
  39. 9e1f1de more conservative S_NOSEC handling by Al Viro · 14 years ago
  40. 730e663 ocfs2: use proper little-endian bitops by Akinobu Mita · 14 years ago
  41. 87f0d5c ocfs2: null deref on allocation error by Dan Carpenter · 14 years ago
  42. 3d75be7 ocfs2: checking the wrong variable in ocfs2_move_extent() by Dan Carpenter · 14 years ago
  43. 03efed8 ocfs2: Bugfix for hard readonly mount by Tiger Yang · 14 years ago
  44. 81faae7 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  45. d194f1a Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  46. ea5e167 Ocfs2/move_extents: Validate moving goal after the adjustment. by Tristan Ye · 14 years ago
  47. 6aea6f5 Ocfs2/move_extents: Avoid doing division in extent moving. by Tristan Ye · 14 years ago
  48. a74b81b Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  49. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 14 years ago
  50. 1cfd8bd ocfs2: add cleancache support by Dan Magenheimer · 14 years ago
  51. ece928d Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  52. 3d1c182 Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly. by Tristan Ye · 14 years ago
  53. 66effd3 ocfs2/dlm: Do not migrate resource to a node that is leaving the domain by Sunil Mushran · 14 years ago
  54. bddefde ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG by Sunil Mushran · 14 years ago
  55. dda54e7 Ocfs2/move_extents: Set several trivial constraints for threshold. by Tristan Ye · 14 years ago
  56. 4dfa66b Ocfs2/move_extents: Let defrag handle partial extent moving. by Tristan Ye · 14 years ago
  57. 53069d4 Ocfs2/move_extents: move/defrag extents within a certain range. by Tristan Ye · 14 years ago
  58. ee16cc0 Ocfs2/move_extents: helper to calculate the defraging length in one run. by Tristan Ye · 14 years ago
  59. e084771 Ocfs2/move_extents: move entire/partial extent. by Tristan Ye · 14 years ago
  60. 8473aa8 Ocfs2/move_extents: helpers to update the group descriptor and global bitmap inode. by Tristan Ye · 14 years ago
  61. e6b5859 Ocfs2/move_extents: helper to probe a proper region to move in an alloc group. by Tristan Ye · 14 years ago
  62. 99e4c75 Ocfs2/move_extents: helper to validate and adjust moving goal. by Tristan Ye · 14 years ago
  63. 1c06b91 Ocfs2/move_extents: find the victim alloc group, where the given #blk fits. by Tristan Ye · 14 years ago
  64. 202ee5f Ocfs2/move_extents: defrag a range of extent. by Tristan Ye · 14 years ago
  65. 8f603e5 Ocfs2/move_extents: move a range of extent. by Tristan Ye · 14 years ago
  66. de474ee Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clusters for extents moving. by Tristan Ye · 14 years ago
  67. 028ba5df Ocfs2/move_extents: Add basic framework and source files for extent moving. by Tristan Ye · 14 years ago
  68. 220ebc4 Ocfs2/move_extents: Adding new ioctl code 'OCFS2_IOC_MOVE_EXT' to ocfs2. by Tristan Ye · 14 years ago
  69. 3e19a25 Ocfs2/refcounttree: Publicize couple of funcs from refcounttree.c by Tristan Ye · 14 years ago
  70. d24a10b9 Ocfs2: Add a new code 'OCFS2_INFO_FREEFRAG' for o2info ioctl. by Tristan Ye · 14 years ago
  71. 3e5db17 Ocfs2: Add a new code 'OCFS2_INFO_FREEINODE' for o2info ioctl. by Tristan Ye · 14 years ago
  72. 8aa1fa3 Ocfs2: Using inline funcs to set/clear *FILLED* flags in info handler. by Tristan Ye · 14 years ago
  73. 98ba073 ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs by Robin Dong · 14 years ago
  74. 9f62e96 ocfs2/dlm: dlm_is_lockres_migrateable() returns boolean by Sunil Mushran · 14 years ago
  75. 10fca35 ocfs2: Add trace event for trim. by Tao Ma · 14 years ago
  76. 55e6787 ocfs2: Add FITRIM ioctl. by Tao Ma · 14 years ago
  77. e80de36 ocfs2: Add ocfs2_trim_fs for SSD trim support. by Tao Ma · 14 years ago
  78. 69a60c4 ocfs2: remove the /sys/o2cb symlink by Amerigo Wang · 14 years ago
  79. e2b0c21 ocfs2: clean up mount option about atime in ocfs2.txt by Tiger Yang · 14 years ago
  80. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  81. df016c6 ocfs2/dlm: Target node death during resource migration leads to thread spin by Sunil Mushran · 14 years ago
  82. 10b3dd7 ocfs2: Skip mount recovery for hard-ro mounts by Sunil Mushran · 14 years ago
  83. 33c12a5 ocfs2/cluster: Heartbeat mismatch message improved by Sunil Mushran · 14 years ago
  84. 76d9fc2 ocfs2/cluster: Increase the live threshold for global heartbeat by Sunil Mushran · 14 years ago
  85. 4da6dc2 ocfs2/dlm: Use negotiated o2dlm protocol version by Sunil Mushran · 14 years ago
  86. 9a790ba ocfs2: skip existing hole when removing the last extent_rec in punching-hole codes. by Tristan Ye · 14 years ago
  87. 5d44670 ocfs2: Initialize data_ac (might be used uninitialized) by Marcus Meissner · 14 years ago
  88. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 14 years ago
  89. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  90. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 14 years ago
  91. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  92. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  93. 272b62c Treat writes as new when holes span across page boundaries by Goldwyn Rodrigues · 14 years ago
  94. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 14 years ago
  95. ed59992 fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. by Rakib Mullick · 14 years ago
  96. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  97. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago
  98. c4354d0 ocfs2: use little-endian bitops by Akinobu Mita · 14 years ago
  99. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  100. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago