1. 2ada592 ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock by Eric Ren · 7 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 8 years ago
  4. 7d0fb91 ocfs2: add errors=continue by Goldwyn Rodrigues · 9 years ago
  5. ae1f081 ocfs2: fix wrong check in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago
  6. 18d585f ocfs2: make append_dio an incompat feature by Mark Fasheh · 9 years ago
  7. 160cc26 ocfs2: set append dio as a ro compat feature by Joseph Qi · 9 years ago
  8. 24c40b3 ocfs2: implement ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  9. ed460cf ocfs2: add orphan recovery types in ocfs2_recover_orphans by Joseph Qi · 9 years ago
  10. 1dfeb76 ocfs2: add a mount option journal_async_commit on ocfs2 filesystem by alex chen · 9 years ago
  11. d1e78238 ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once by Xue jiufei · 9 years ago
  12. a9e9aca ocfs2: fix umount hang while shutting down truncate log by Xue jiufei · 10 years ago
  13. 43b10a2 ocfs2: avoid system inode ref confusion by adding mutex lock by jiangyiwen · 10 years ago
  14. 8ed6b23 ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock by Goldwyn Rodrigues · 10 years ago
  15. e3a767b ocfs2: implement delayed dropping of last dquot reference by Jan Kara · 10 years ago
  16. c74a3bd ocfs2: add clustername to cluster connection by Goldwyn Rodrigues · 10 years ago
  17. 8fa9d17 ocfs2: remove unecessary variable needs_checkpoint by Goldwyn Rodrigues · 11 years ago
  18. 9392557 ocfs2: avoid unaligned access to dqc_bitmap by Akinobu Mita · 13 years ago
  19. 730e663 ocfs2: use proper little-endian bitops by Akinobu Mita · 13 years ago
  20. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  21. c4354d0 ocfs2: use little-endian bitops by Akinobu Mita · 13 years ago
  22. 5bc970e ocfs2: Use hrtimer to track ocfs2 fs lock stats by Sunil Mushran · 13 years ago
  23. 50308d8 ocfs2: Try to free truncate log when meeting ENOSPC in write. by Tao Ma · 14 years ago
  24. a2a2f55 ocfs2: char is not always signed by Milton Miller · 14 years ago
  25. 1c66b36 ocfs2: Change some lock status member in ocfs2_lock_res to char. by Tao Ma · 14 years ago
  26. fc37189 Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-window by Joel Becker · 14 years ago
  27. 7bdb0d1 ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes. by Tristan Ye · 14 years ago
  28. 2c44271 by Sunil Mushran · 14 years ago
  29. 98f486f2 by Sunil Mushran · 14 years ago
  30. b4d693f ocfs2: Cache system inodes of other slots. by Tao Ma · 14 years ago
  31. 83fd9c7 Reorganize data elements to reduce struct sizes by Goldwyn Rodrigues · 14 years ago
  32. 4711954 ocfs2: Some tiny bug fixes for discontiguous block allocation. by Tao Ma · 14 years ago
  33. 798db35 ocfs2: Allocate discontiguous block groups. by Joel Becker · 14 years ago
  34. 83f9231 ocfs2: Add dir_resv_level mount option by Mark Fasheh · 14 years ago
  35. 6b82021 ocfs2: increase the default size of local alloc windows by Mark Fasheh · 14 years ago
  36. 73c8a80 ocfs2: clean up localalloc mount option size parsing by Mark Fasheh · 14 years ago
  37. d02f00c ocfs2: allocation reservations by Mark Fasheh · 14 years ago
  38. b4414ee ocfs2: Clear undo bits when local alloc is freed by Mark Fasheh · 14 years ago
  39. 9df5778 Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h by Tristan Ye · 14 years ago
  40. c0e4133 ocfs2: Attach the connection to the lksb by Joel Becker · 14 years ago
  41. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 14 years ago
  42. a191282 ocfs2: Prevent a livelock in dlmglue by Sunil Mushran · 14 years ago
  43. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  44. 7aee47b ocfs2: Trivial cleanup of jbd compatibility layer removal by Sunil Mushran · 15 years ago
  45. 5297aad ocfs2: Make acl use the default by Jan Kara · 15 years ago
  46. 1aa75fe ocfs2: Add functions for extents refcounted. by Tao Ma · 15 years ago
  47. 374a263 ocfs2: Add refcount tree lock mechanism. by Tao Ma · 15 years ago
  48. f2c870e ocfs2: Add ocfs2_read_refcount_block. by Tao Ma · 15 years ago
  49. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  50. 292dd27 ocfs2: move ip_created_trans to struct ocfs2_caching_info by Joel Becker · 15 years ago
  51. 66fb345 ocfs2: move ip_last_trans to struct ocfs2_caching_info by Joel Becker · 15 years ago
  52. 6e5a3d7 ocfs2: Change metadata caching locks to an operations structure. by Joel Becker · 15 years ago
  53. 47460d6 ocfs2: Make the ocfs2_caching_info structure self-contained. by Joel Becker · 15 years ago
  54. f7b1aa6 ocfs2: Fix deadlock on umount by Jan Kara · 15 years ago
  55. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  56. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  57. 73be192 ocfs2: Add statistics for the checksum and ecc operations. by Joel Becker · 15 years ago
  58. 15633a2 ocfs2 patch to track delayed orphan scan timer statistics by Srinivas Eeda · 15 years ago
  59. 8327393 ocfs2: timer to queue scan of all orphan slots by Srinivas Eeda · 15 years ago
  60. 9140db0 ocfs2: recover orphans in offline slots during recovery and mount by Srinivas Eeda · 15 years ago
  61. 6ca497a ocfs2: fix rare stale inode errors when exporting via nfs by wengang wang · 15 years ago
  62. feb473a ocfs2: Optimize inode group allocation by recording last used group. by Tao Ma · 15 years ago
  63. 1d46dc0 ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance() by Mark Fasheh · 15 years ago
  64. 198a1ca ocfs2: Increase max links count by Mark Fasheh · 15 years ago
  65. 9b7895e ocfs2: Add a name indexed b-tree to directory inodes by Mark Fasheh · 16 years ago
  66. 59b526a ocfs2: Remove debugfs file local_alloc_stats by Sunil Mushran · 15 years ago
  67. 5039750 ocfs2: Expose the file system state via debugfs by Sunil Mushran · 15 years ago
  68. c8b9cf9 ocfs2: lock the metaecc process for xattr bucket by Tao Ma · 15 years ago
  69. ea455f8 ocfs2: Push out dropping of dentry lock to ocfs2_wq by Jan Kara · 15 years ago
  70. 87d35a7 ocfs2: Add directory block trailers. by Mark Fasheh · 15 years ago
  71. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  72. 70ad1ba ocfs2: Add the underlying blockcheck code. by Joel Becker · 16 years ago
  73. 19ece54 ocfs2: Enable quota accounting on mount, disable on umount by Jan Kara · 16 years ago
  74. 2205363 ocfs2: Implement quota recovery by Jan Kara · 16 years ago
  75. 5e96581 ocfs2: Wrap extent block reads in a dedicated function. by Joel Becker · 16 years ago
  76. 4203530 ocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC() checks. by Joel Becker · 16 years ago
  77. 10995aa ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks. by Joel Becker · 16 years ago
  78. 929fb01 ocfs2: add POSIX ACL API by Tiger Yang · 16 years ago
  79. 3b5da01 ocfs2: comments typo fix by Coly Li · 16 years ago
  80. f6087fb ocfs2: Check xattr block signatures properly. by Joel Becker · 16 years ago
  81. 2b4e30f ocfs2: Switch over to JBD2. by Joel Becker · 16 years ago
  82. 12462f1 ocfs2: Add the 'inode64' mount option. by Joel Becker · 16 years ago
  83. 8154da3 ocfs2: Add incompatible flag for extended attribute by Tiger Yang · 16 years ago
  84. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  85. fdd7770 ocfs2: reserve inline space for extended attribute by Tiger Yang · 16 years ago
  86. 9a8ff57 ocfs2: track local alloc state via debugfs by Mark Fasheh · 16 years ago
  87. 9c7af40 ocfs2: throttle back local alloc when low on disk space by Mark Fasheh · 16 years ago
  88. ebcee4b ocfs2: Track local alloc bits internally by Mark Fasheh · 16 years ago
  89. 539d826 [PATCH 2/2] ocfs2: Fix race between mount and recovery by Sunil Mushran · 16 years ago
  90. 8ddb7b0 [PATCH 2/2] ocfs2: Instrument fs cluster locks by Sunil Mushran · 16 years ago
  91. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 16 years ago
  92. b61817e ocfs2: Add the USERSPACE_STACK incompat bit. by Joel Becker · 16 years ago
  93. de55124 ocfs2: Remove CANCELGRANT from the view of dlmglue. by Joel Becker · 16 years ago
  94. 6953b4c ocfs2: Move o2hb functionality into the stack glue. by Joel Becker · 16 years ago
  95. 19fdb62 ocfs2: Abstract out node number queries. by Joel Becker · 16 years ago
  96. 4670c46 ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API. by Joel Becker · 16 years ago
  97. 8f2c9c1 ocfs2: Create the lock status block union. by Joel Becker · 16 years ago
  98. 386a2ef ocfs2: New slot map format by Joel Becker · 16 years ago
  99. fc881fa ocfs2: De-magic the in-memory slot map. by Joel Becker · 16 years ago
  100. 553abd0 ocfs2: Change the recovery map to an array of node numbers. by Joel Becker · 16 years ago