1. d8b2fa6 ocfs2: use kmemdup rather than duplicating its implementation by Fuqian Huang · 5 years ago
  2. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  3. 532e1e54 ocfs2: fix panic due to unrecovered local alloc by Junxiao Bi · 6 years ago
  4. dec5b0d ocfs2: remove set but not used variable 'lastzero' by zhong jiang · 6 years ago
  5. 93f5920 ocfs2: return -EROFS when filesystem becomes read-only by Jun Piao · 6 years ago
  6. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 9 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  8. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
  9. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  10. 023d4ea ocfs2: fix possible uninitialized variable access by Joseph Qi · 10 years ago
  11. d0ba25b ocfs2: fix typo in ocfs2_reserve_local_alloc_bits by Joseph Qi · 10 years ago
  12. fb951eb ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters by Zongxun Wang · 11 years ago
  13. 7e9b793 ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPC by Younger Liu · 11 years ago
  14. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 12 years ago
  15. a75613e ocfs2: use memweight() by Akinobu Mita · 12 years ago
  16. 81bad69 ocfs2: Remove DISK_ALLOC from masklog. by Tao Ma · 14 years ago
  17. a04733d ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.c by Tao Ma · 14 years ago
  18. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 14 years ago
  19. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 14 years ago
  20. 1739da40 ocfs2: Limit default local alloc size within bitmap range. by Tao Ma · 15 years ago
  21. 8571882 ocfs2: ocfs2_group_bitmap_size has to handle old volume. by Tao Ma · 15 years ago
  22. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 15 years ago
  23. 4cbe424 ocfs2: Define data structures for discontiguous block groups. by Joel Becker · 15 years ago
  24. 3e4218d ocfs2/trivial: Code cleanup for allocation reservation. by Tao Ma · 15 years ago
  25. 6b82021 ocfs2: increase the default size of local alloc windows by Mark Fasheh · 15 years ago
  26. 73c8a80 ocfs2: clean up localalloc mount option size parsing by Mark Fasheh · 15 years ago
  27. a57c8fd ocfs2: remove ocfs2_local_alloc_in_range() by Mark Fasheh · 15 years ago
  28. d02f00c ocfs2: allocation reservations by Mark Fasheh · 15 years ago
  29. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 15 years ago
  30. b4414ee ocfs2: Clear undo bits when local alloc is freed by Mark Fasheh · 15 years ago
  31. b22b63e ocfs2: Always try for maximum bits with new local alloc windows by Mark Fasheh · 15 years ago
  32. b89c542 ocfs2: add extent block stealing for ocfs2 v5 by Tiger Yang · 15 years ago
  33. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 16 years ago
  34. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 16 years ago
  35. 59b526a ocfs2: Remove debugfs file local_alloc_stats by Sunil Mushran · 16 years ago
  36. 13723d0 ocfs2: Use metadata-specific ocfs2_journal_access_*() functions. by Joel Becker · 16 years ago
  37. b657c95 ocfs2: Wrap inode block reads in a dedicated function. by Joel Becker · 16 years ago
  38. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 16 years ago
  39. 0fcaa56a ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  40. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  41. a81cb88 ocfs2: Don't check for NULL before brelse() by Mark Fasheh · 16 years ago
  42. 4cc8124 ocfs2: make la_debug_mutex static by Mark Fasheh · 16 years ago
  43. 1187c96 ocfs2: Limit inode allocation to 32bits. by Joel Becker · 16 years ago
  44. 9a8ff57 ocfs2: track local alloc state via debugfs by Mark Fasheh · 16 years ago
  45. 9c7af40 ocfs2: throttle back local alloc when low on disk space by Mark Fasheh · 16 years ago
  46. ebcee4b ocfs2: Track local alloc bits internally by Mark Fasheh · 16 years ago
  47. e407e39 ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs by Joel Becker · 17 years ago
  48. 4ba1c5b ocfs2: Use GFP_NOFS in kmalloc during localalloc window move by Sunil Mushran · 17 years ago
  49. 4d0ddb2 ocfs2: Add inode stealing for ocfs2_reserve_new_inode by Tao Ma · 17 years ago
  50. a4a4891 ocfs2: Add ac_alloc_slot in ocfs2_alloc_context by Tao Ma · 17 years ago
  51. 0dd3256 [PATCH] ocfs2: le*_add_cpu conversion by Marcin Slusarz · 17 years ago
  52. 7ad8b3d ocfs2: Enable localalloc for local mounts by Sunil Mushran · 17 years ago
  53. 2fbe8d1 ocfs2: Local alloc window size changeable via mount option by Sunil Mushran · 17 years ago
  54. e63aecb6 ocfs2: Rename ocfs2_meta_[un]lock by Mark Fasheh · 17 years ago
  55. 5a58c3e [PATCH] ocfs2: Remove expensive bitmap scanning by Jan Kara · 17 years ago
  56. bda0233 ocfs2: Unlock mutex in local alloc failure case by Sunil Mushran · 17 years ago
  57. 415cb80 ocfs2: Allow smaller allocations during large writes by Mark Fasheh · 17 years ago
  58. 8fccfc8 ocfs2: fix inode leak by Mark Fasheh · 18 years ago
  59. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago
  60. 1fabe14 ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t by Mark Fasheh · 18 years ago
  61. 65eff9c ocfs2: remove handle argument to ocfs2_start_trans() by Mark Fasheh · 18 years ago
  62. 02dc1af ocfs2: pass ocfs2_super * into ocfs2_commit_trans() by Mark Fasheh · 18 years ago
  63. 4bcec18 ocfs2: remove unused handle argument from ocfs2_meta_lock_full() by Mark Fasheh · 18 years ago
  64. da5cbf2 ocfs2: don't use handle for locking in allocation functions by Mark Fasheh · 18 years ago
  65. 8898a5a ocfs2: don't pass handle to ocfs2_meta_lock() in localalloc.c by Mark Fasheh · 18 years ago
  66. c161f89 ocfs2: remove ocfs2_journal_handle flags field by Mark Fasheh · 18 years ago
  67. 883d4ca ocfs2: allocation hints by Mark Fasheh · 19 years ago
  68. b0697053 ocfs2: don't use MLF* in the file system by Mark Fasheh · 19 years ago
  69. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  70. ccd979b [PATCH] OCFS2: The Second Oracle Cluster Filesystem by Mark Fasheh · 19 years ago