1. 11 Jan, 2007 1 commit
    • Kristofer.Pettersson@naruto.'s avatar
      Bug#24751 - Possible infinit loop in init_io_cache() when insufficient memory · 27075265
      Kristofer.Pettersson@naruto. authored
      - When cache memory can't be allocated size is recaclulated using 3/4 of
        the requested memory. This number is rounded up to the nearest 
        min_cache step. 
        However with the previous implementation the new cache size might
        become bigger than requested because of this rounding and thus we get
        an infinit loop.
      - This patch fixes this problem by ensuring that the new cache size
        always will be smaller on the second and subsequent iterations until
        we reach min_cache.
      27075265
  2. 11 Dec, 2006 1 commit
  3. 08 Dec, 2006 5 commits
  4. 05 Dec, 2006 6 commits
  5. 04 Dec, 2006 4 commits
  6. 01 Dec, 2006 2 commits
  7. 30 Nov, 2006 4 commits
  8. 29 Nov, 2006 9 commits
  9. 28 Nov, 2006 8 commits