Daniel Gryniewicz
Daniel Gryniewicz
After #624 merges, we can track normal refcount increments and decrements in a TLS variable, and the result should be 0 at the end of the op. This can help...
It can happen that lru_run_lane() doesn't make progress because all the entries at the LRU of L1 are ref'd. The complicate fix is to have two different refcounts: one for...
It can happen that lru_run_lane() doesn't make progress, because all the entries at the LRU of L1 are ref'd, and so can't be demoted. Quick and dirty fix: The L1...
Interim development on zipper required a bunch of casts in the main RGW code. This is a first pass at removing a bunch of them. ## Contribution Guidelines - To...
When calling allochdrs(), it needs to update the posision to the end of the XDR, or else only partial data is sent. The position had been previously updated to the...