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