Age | Commit message (Expand) | Author |
2023-03-29 | btrfstree: Move NodeExpectations to a separate file | Luke Shumaker |
2023-03-29 | btrfs: io3_btree.go: Fix ordering of sections | Luke Shumaker |
2023-03-28 | containers: Rethink the caching libraries | Luke Shumaker |
2023-03-23 | btrfs: Consider the generation when checking if a node owner is OK | Luke Shumaker |
2023-03-23 | btrfstree: Add a 'generation' argument the owner validation | Luke Shumaker |
2023-03-23 | btrfsutil: RebuiltTree: Allow nodes with .Gen == .ParentGen | Luke Shumaker |
2023-03-23 | btrfs: Subvolume: Use LookupTreeRoot | Luke Shumaker |
2023-03-23 | btrfstree: LookupTreeRoot: Don't discard the context of an error | Luke Shumaker |
2023-03-23 | btrfstree: Fuss with the TreeWalk API | Luke Shumaker |
2023-03-21 | btrfstree: Rework the RawTree implementation to be built around TreeWalk | Luke Shumaker |
2023-03-21 | btrfstree: Observe io/fs.SkipDir for PreKeyPointer | Luke Shumaker |
2023-03-21 | btrfstree: Move the implementations of methods to be on a separate tree object | Luke Shumaker |
2023-03-19 | btrfstree: TreeRoot: Rename the member from TreeID to just ID | Luke Shumaker |
2023-03-19 | btrfstree: btree.go: Move TreeWalkHandler up in the file | Luke Shumaker |
2023-03-19 | btrfstree: Have LookupTreeRoot take a Context | Luke Shumaker |
2023-03-17 | containers: Add OptionalValue and OptionalNil | Luke Shumaker |
2023-03-17 | btrfs: io4_fs.go: Subvolume: Don't have public members; use a constructor | Luke Shumaker |
2023-03-17 | tree-wide: s/TreePath/Path/g | Luke Shumaker |
2023-03-17 | btrfstree: Factor out NodeExpectations.Check() from ReadNode() | Luke Shumaker |
2023-03-17 | btrfstree: Have ReadNode return a *Node rather than a *diskio.Ref[Addr, Node] | Luke Shumaker |
2023-03-17 | tree-wide: Turn on all revive linters (with exceptions) | Luke Shumaker |
2023-03-17 | tree-wide: Ensure that all existing type doc comments follow the expected format | Luke Shumaker |
2023-03-17 | tree-wide: Ensure that all existing method doc comments follow the expected f... | Luke Shumaker |
2023-03-17 | tree-wide: Ensure that all packages have a doc comment | Luke Shumaker |
2023-03-15 | btrfsprim: Fix Key.Mm(), and add Key.Pp() | Luke Shumaker |
2023-03-15 | btrfsprim: Add "max" constants for ObjID, ItemType, and offset | Luke Shumaker |
2023-03-15 | btrfsprim: Move Key to a separate file | Luke Shumaker |
2023-03-15 | btrfstree: Have errors include context of what was being searched for | Luke Shumaker |
2023-03-15 | btrfstree: Distinguish between tree-not-found and item-not-found | Luke Shumaker |
2023-03-15 | btrfstree: Shuffle things between files | Luke Shumaker |
2023-03-15 | btrfs: io3_btree.go: De-nest populateTreeUUIDs | Luke Shumaker |
2023-03-15 | btrfs: io3_btree.go: Organize the file | Luke Shumaker |
2023-03-15 | tree-wide: Refer to item "slots" rather than "indexes" | Luke Shumaker |
2023-03-15 | tree-wide: Have "interior" rather than "internal" be the antonym of "leaf" | Luke Shumaker |
2023-03-15 | btrfstree: Fix comments | Luke Shumaker |
2023-03-14 | btrfs: Have "missing by-name direntry" errors be in a stable order | Luke Shumaker |
2023-03-14 | Move files around [ci-skip] | Luke Shumaker |
2023-02-12 | Try to avoid unnecessary allocations in enum-types' String methods | Luke Shumaker |
2023-02-12 | btrfsprim: Have ObjID.Format() take the tree ID, not the item type | Luke Shumaker |
2023-02-12 | Change how constants are declared to play nice with godoc | Luke Shumaker |
2023-02-12 | btrfstree: Add a FreeNodeRef function, use it | Luke Shumaker |
2023-02-12 | tree-wide: Cache all calls to binstruct.StaticSize | Luke Shumaker |
2023-02-12 | btrfs: Use a byte pool when computing checksums | Luke Shumaker |
2023-02-12 | btrfstree: Add a Pool for byte slices | Luke Shumaker |
2023-02-12 | btrfsitem: Add `Free` and `CloneItem` methods to Items | Luke Shumaker |
2023-02-12 | btrfsitem: Clean up items_gen.go | Luke Shumaker |
2023-02-12 | btrfsitem: Have all Item implementations be pointers to structs | Luke Shumaker |
2023-02-12 | btrfsvol: Read: Avoid allocations for non-RAID reads | Luke Shumaker |
2023-02-12 | tree-wide: Migrate to the new ARCache | Luke Shumaker |
2023-02-12 | btrfstree: Pre-allocate node.BodyLeaf/node.BodyInternal | Luke Shumaker |