1. 14 Jul, 2025 7 commits
  2. 13 Jul, 2025 1 commit
    • Nils Goroll's avatar
      cache.h: defrag struct vsl_log · 56b1415d
      Nils Goroll authored
      There was a hole in it since we made vxid_t 64bit
      
      (gdb) ptype /o struct vsl_log
      /* offset      |    size */  type = struct vsl_log {
      /*      0      |       8 */    uint32_t *wlb;
      /*      8      |       8 */    uint32_t *wlp;
      /*     16      |       8 */    uint32_t *wle;
      /*     24      |       4 */    unsigned int wlr;
      /* XXX  4-byte hole      */
      /*     32      |       8 */    vxid_t wid;
      
                                     /* total size (bytes):   40 */
                                   }
      56b1415d
  3. 10 Jul, 2025 1 commit
  4. 09 Jul, 2025 9 commits
  5. 08 Jul, 2025 4 commits
  6. 07 Jul, 2025 3 commits
  7. 06 Jul, 2025 2 commits
    • Nils Goroll's avatar
      vai: fix lease leak · 84d1fc92
      Nils Goroll authored
      since the merge, the great diversity of our vtest machines exposed a vai lease
      leak via c00111.vtc:
      
      In storage_simple.c, we can not free the last struct storage in the storage list
      before we potentially advanced to the next. The previous code was failing to
      return it.
      
      We now use a null_iov pointer with a zero length viov to pass the lease to the
      iterator with the only purpose to return it.
      84d1fc92
    • Nils Goroll's avatar
      vai: Hunting c00111 failure in vtest · bc28f0c9
      Nils Goroll authored
      bc28f0c9
  8. 05 Jul, 2025 1 commit
  9. 04 Jul, 2025 12 commits