1. a731d12 ocfs2: Use nd_set_link(). by Joel Becker · 15 years ago
  2. 7e567b4 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  3. dfa13f3 ocfs2: Fix a missing credit when deleting from indexed directories. by Joel Becker · 15 years ago
  4. 7e31a96 ocfs2/trivial: Remove unused variable in ocfs2_rename. by Tao Ma · 15 years ago
  5. a5a0a63 ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock() by Sunil Mushran · 15 years ago
  6. 5b09b50 ocfs2: Fix some printk() warnings. by Joel Becker · 15 years ago
  7. 0fba813 ocfs2: Fix 2 warning during ocfs2 make. by Tao Ma · 15 years ago
  8. 328eaab ocfs2: fix i_mutex locking in ocfs2_splice_to_file() by Miklos Szeredi · 15 years ago
  9. 035a571 ocfs2: Reserve 1 more cluster in expanding_inline_dir for indexed dir. by Tao Ma · 15 years ago
  10. 7bfac9e splice: fix deadlock in splicing to file by Miklos Szeredi · 15 years ago
  11. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  12. 1fca3a0 ocfs2: Pagecache usage optimization on ocfs2 by Hisashi Hifumi · 15 years ago
  13. 6ca497a ocfs2: fix rare stale inode errors when exporting via nfs by wengang wang · 15 years ago
  14. 9405dcc ocfs2/dlm: Tweak mle_state output by Sunil Mushran · 15 years ago
  15. 516b7e5 ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres() by Sunil Mushran · 15 years ago
  16. 7141514 ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry by Sunil Mushran · 15 years ago
  17. e64ff14 ocfs2/dlm: Show the number of lockres/mles in dlm_state by Sunil Mushran · 15 years ago
  18. 7d62a97 ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlined by Sunil Mushran · 15 years ago
  19. 6800791 ocfs2/dlm: Improve lockres counts by Sunil Mushran · 15 years ago
  20. 2041d8f ocfs2/dlm: Track number of mles by Sunil Mushran · 15 years ago
  21. 67ae1f0 ocfs2/dlm: Indent dlm_cleanup_master_list() by Sunil Mushran · 15 years ago
  22. 2ed6c75 ocfs2/dlm: Activate dlm->master_hash for master list entries by Sunil Mushran · 15 years ago
  23. e2b66dd ocfs2/dlm: Create and destroy the dlm->master_hash by Sunil Mushran · 15 years ago
  24. c2cd4a4 ocfs2/dlm: Refactor dlm_clean_master_list() by Sunil Mushran · 15 years ago
  25. f77a9a7 ocfs2/dlm: Clean up struct dlm_lock_name by Sunil Mushran · 15 years ago
  26. 1c08457 ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_list by Sunil Mushran · 15 years ago
  27. feb473a ocfs2: Optimize inode group allocation by recording last used group. by Tao Ma · 15 years ago
  28. 60ca81e ocfs2: Allocate inode groups from global_bitmap. by Tao Ma · 15 years ago
  29. 1382115 ocfs2: Optimize inode allocation by remembering last group by Tao Ma · 15 years ago
  30. 1d46dc0 ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance() by Mark Fasheh · 15 years ago
  31. b80b549 ocfs2: re-order ocfs2_empty_dir checks by Mark Fasheh · 15 years ago
  32. 3a8df2b ocfs2: Enable indexed directories by Mark Fasheh · 16 years ago
  33. e3a93c2 ocfs2: Add total entry count to dx_root_block by Mark Fasheh · 15 years ago
  34. 198a1ca ocfs2: Increase max links count by Mark Fasheh · 16 years ago
  35. e7c17e4 ocfs2: Introduce dir free space list by Mark Fasheh · 15 years ago
  36. 4ed8a6b ocfs2: Store dir index records inline by Mark Fasheh · 16 years ago
  37. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  38. 4a12ca3 ocfs2: Introduce dir lookup helper struct by Mark Fasheh · 16 years ago
  39. 59b526a ocfs2: Remove debugfs file local_alloc_stats by Sunil Mushran · 16 years ago
  40. 5039750 ocfs2: Expose the file system state via debugfs by Sunil Mushran · 16 years ago
  41. 96a6c64 ocfs2: Move struct recovery_map to a header file by Sunil Mushran · 16 years ago
  42. 87d3d3f ocfs2/hb: Expose the list of heartbeating nodes via debugfs by Sunil Mushran · 16 years ago
  43. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  44. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  45. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  46. d8fba0f constify dentry_operations: OCFS2 by Al Viro · 15 years ago
  47. 712e53e ocfs2: Use xs->bucket to set xattr value outside by Tao Ma · 15 years ago
  48. 74e77eb ocfs2: Fix a bug found by sparse check. by Tao Ma · 15 years ago
  49. d9ae49d ocfs2: tweak to get the maximum inline data size with xattr by Tiger Yang · 15 years ago
  50. 6c9fd1d ocfs2: reserve xattr block for new directory with inline data by Tiger Yang · 15 years ago
  51. 28d57d4 ocfs2: add IO error check in ocfs2_get_sector() by wengang wang · 15 years ago
  52. 4442f51 ocfs2: set gap to seperate entry and value when xattr in bucket by Tiger Yang · 15 years ago
  53. c8b9cf9 ocfs2: lock the metaecc process for xattr bucket by Tao Ma · 15 years ago
  54. 89a907a ocfs2: Use the right access_* method in ctime update of xattr. by Tao Ma · 15 years ago
  55. 53ecd25 ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter by Sunil Mushran · 15 years ago
  56. dabc47d ocfs2/dlm: Use ast_lock to protect ast_list by Sunil Mushran · 15 years ago
  57. c74ff8b ocfs2: Cleanup the lockname print in dlmglue.c by Sunil Mushran · 15 years ago
  58. 7dc102b ocfs2/dlm: Retract fix for race between purge and migrate by Sunil Mushran · 15 years ago
  59. 47be12e ocfs2: Access and dirty the buffer_head in mark_written. by Tao Ma · 16 years ago
  60. 7f5aa21 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() by Jan Kara · 15 years ago
  61. fd4ef23 ocfs2: add quota call to ocfs2_remove_btree_range() by Mark Fasheh · 15 years ago
  62. a4b9196 ocfs2: Wakeup the downconvert thread after a successful cancel convert by Sunil Mushran · 15 years ago
  63. 554e7f9 ocfs2: Access the xattr bucket only before modifying it. by Tao Ma · 16 years ago
  64. f8afead ocfs2: Fix possible deadlock in ocfs2_write_dquot() by Jan Kara · 16 years ago
  65. ea455f8 ocfs2: Push out dropping of dentry lock to ocfs2_wq by Jan Kara · 16 years ago
  66. cc597bc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 15 years ago
  67. 2fe4371 fs/Kconfig: move ocfs2 out by Alexey Dobriyan · 15 years ago
  68. c475146 ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop() by Jan Kara · 16 years ago
  69. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  70. c19a28e remove lots of double-semicolons by Fernando Carrijo · 16 years ago
  71. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  72. 10cc04f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  73. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  74. 9047bea ocfs2: Access the right buffer_head in ocfs2_merge_rec_left. by Tao Ma · 16 years ago
  75. dad7d97 ocfs2: use min_t in ocfs2_quota_read() by Mark Fasheh · 16 years ago
  76. a641dc2 ocfs2: remove unneeded lvb casts by Mark Fasheh · 16 years ago
  77. 38d59ef ocfs2: Add xattr support checking in init_security by Tiger Yang · 16 years ago
  78. 008aafa ocfs2: alloc xattr bucket in ocfs2_xattr_set_handle by Tiger Yang · 16 years ago
  79. 0e445b6 ocfs2: calculate and reserve credits for xattr value in mknod by Tiger Yang · 16 years ago
  80. 90cb546 ocfs2/xattr: fix credits calculation during index create by Tao Ma · 16 years ago
  81. 4b3f620 ocfs2/xattr: Always updating ctime during xattr set. by Tao Ma · 16 years ago
  82. 71d548a ocfs2/xattr: Remove extend_trans call and add its credits from the beginning by Tao Ma · 16 years ago
  83. 7b791d6 ocfs2/dlm: Fix race during lockres mastery by Sunil Mushran · 16 years ago
  84. b0d4f81 ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list by Sunil Mushran · 16 years ago
  85. d4f7e65 ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migrating by Sunil Mushran · 16 years ago
  86. 57dff26 ocfs2/dlm: Clean up errors in dlm_proxy_ast_handler() by Sunil Mushran · 16 years ago
  87. 2b83256 ocfs2/dlm: Fix a race between migrate request and exit domain by Sunil Mushran · 16 years ago
  88. 58896c4 ocfs2: One more hamming code optimization. by Joel Becker · 16 years ago
  89. 7bb458a ocfs2: Another hamming code optimization. by Joel Becker · 16 years ago
  90. e798b3f ocfs2: Don't hand-code xor in ocfs2_hamming_encode(). by Joel Becker · 16 years ago
  91. 9d28cfb ocfs2: Enable metadata checksums. by Joel Becker · 16 years ago
  92. d030cc9 ocfs2: Validate superblock with checksum and ecc. by Joel Becker · 16 years ago
  93. c175a51 ocfs2: Checksum and ECC for directory blocks. by Joel Becker · 16 years ago
  94. 87d35a7 ocfs2: Add directory block trailers. by Mark Fasheh · 16 years ago
  95. 8400897 ocfs2: Use proper journal_access function in xattr.c by Joel Becker · 16 years ago
  96. 4311901 ocfs2: Pass value buf to ocfs2_remove_value_outside(). by Joel Becker · 16 years ago
  97. 512620f ocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_entry(). by Joel Becker · 16 years ago
  98. 0c748e9 ocfs2: Pass value buf to ocfs2_xattr_update_entry(). by Joel Becker · 16 years ago
  99. b3e5d37 ocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_value_truncate(). by Joel Becker · 16 years ago
  100. 19b801f ocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_value_truncate(). by Joel Becker · 16 years ago