Age | Commit message (Collapse) | Author |
|
|
|
This is a modification to how "pinning" is implemented, that should
hopefully result in better performance of the ARC policy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a notable improvement in the docs for btrfsitem.
|
|
format
|
|
|
|
Switch to
NAME Type = val
instead of
NAME = Type(val)
|
|
|
|
|
|
I really want an OnEvict callback.
|
|
|
|
|
|
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All edits to .go files are made by
`tools/bin/golangci-lint run --fix ./...`, not by me as a human.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hits a bug in the Go 1.19.1 compiler, you must use a dev build of Go.
|
|
CLRS theorem 14.1
|
|
|
|
|
|
this was sitting here uncommited from Wednesday
|
|
|
|
|
|
|
|
|
|
1. Edit Makefile:goversion
2. Run `make go-mod-tidy`
3. Run `gofmt -s -w .`
4. Look at the ignore-whitespace-change diff and fixup band gofmt changes
|
|
|
|
|
|
|
|
|