1. b8a6582 smalloc: pool->file is only used in add_pool(), so make it local by Jens Axboe · 16 years ago
  2. 443bb11 smalloc: unlink pool file in add_pool() by Jens Axboe · 16 years ago
  3. d1271dc smalloc: Remove read/write lock race condition which will result in segmentation fault by Shaozhi Shawn Ye · 16 years ago
  4. 6885768 smalloc: default to 128 pools instead of 4 by Jens Axboe · 16 years ago
  5. 6548f47 Revert "smalloc: convert to spinlocks" by Jens Axboe · 16 years ago
  6. 3f19591 smalloc: convert to spinlocks by Jens Axboe · 16 years ago
  7. b3268b9 smalloc: use optimized ffz() by Jens Axboe · 16 years ago
  8. 697a606 Add sparc and sparc64 support by Jens Axboe · 16 years ago
  9. 89da54e smalloc: final cleanups by Jens Axboe · 16 years ago
  10. dcb6909 smalloc: fix map overflow by Jens Axboe · 16 years ago
  11. 1601cc9 smalloc: fix off-by-one in ptr_valid() by Jens Axboe · 16 years ago
  12. 076b17c smalloc: kill another debug printf() by Jens Axboe · 16 years ago
  13. 808e9ea smalloc: fix compile error by Jens Axboe · 16 years ago
  14. 179446e smalloc: cleanup and remove debug printf() by Jens Axboe · 16 years ago
  15. 1f37f63 smalloc: turn on the thread safe flag by Jens Axboe · 16 years ago
  16. ec996e9 smalloc: change to a bitmap allocator by Jens Axboe · 16 years ago
  17. 55f6491 smalloc: add pre and post redzone checks to pointers by Jens Axboe · 16 years ago
  18. 868eb3c smalloc: debug by Jens Axboe · 16 years ago
  19. c5dda9e smalloc: increase alloc size by Jens Axboe · 16 years ago
  20. 136f6b7 smalloc: remove pool resize support by Jens Axboe · 16 years ago
  21. 8e5732e smalloc: cleanups and allow sfree(NULL) by Jens Axboe · 16 years ago
  22. c08e194 smalloc: remember to account for sizeof block header by Jens Axboe · 16 years ago
  23. adf5709 smalloc: when adding a new pool, make it big enough to hold the failing alloc by Jens Axboe · 16 years ago
  24. 2b386d2 Add softrandommap and --alloc-size options by Jens Axboe · 16 years ago
  25. 85f4670 smalloc: increase initial pool size from 64k to 1m by Jens Axboe · 16 years ago
  26. 5ec10ea Style fixups by Jens Axboe · 16 years ago
  27. 4d4e80f Revamp file locking by Jens Axboe · 16 years ago
  28. 9c5b529 Add rw mutex init helper by Jens Axboe · 16 years ago
  29. 65864cf Use read-writer locks in smalloc by Jens Axboe · 16 years ago
  30. d24c33a Add a really simple allocator, backed with mmap'ed memory by Jens Axboe · 16 years ago