Age | Commit message (Expand) | Author |
2023-07-25 | rebuildmappings process: Don't require --pv | Luke Shumaker |
2023-07-25 | Inline btrfsutil.Open() into main.go | Luke Shumaker |
2023-07-23 | rebuildmappings: Include existing mappings in the scan JSON | Luke Shumaker |
2023-07-23 | rebuildmappings scan: Include the device size and superblock | Luke Shumaker |
2023-07-22 | rebuildmappings scan: Fix a use-after-free bug | Luke Shumaker |
2023-07-22 | rebuildtrees: Better organize resolveTreeAugments() | Luke Shumaker |
2023-07-06 | cmd: inspect rebuildmappings, inspect rebuildtrees: Fix help text | Luke Shumaker |
2023-05-06 | cmd: inspect dump-trees: Bump the btrfs-progs version | Luke Shumaker |
2023-04-17 | btrfsutil: RebuiltForrest: Add a .RebuiltAddRoots() method, cmd/btrfs-rec: Ad... | Luke Shumaker |
2023-04-17 | cmd/btrfs-rec, btrfsutil: Delete OldRebuiltForrest | Luke Shumaker |
2023-04-17 | btrfsutil.RebuiltForrest, rebuildtrees: Be more permissive of broken UUID_TREEs | Luke Shumaker |
2023-04-17 | btrfsutil: RebuiltForrest: Have LookupRoot return an error | Luke Shumaker |
2023-04-17 | btrfsutil: RebuiltForrest: Have LookupUUID return an error | Luke Shumaker |
2023-04-17 | btrfsutil: RebuiltForrest: Add a lax-ancestor mode | Luke Shumaker |
2023-04-15 | Clean-up made possible by btrfsutil.RebuiltForrest implementing btrfs.ReadableFS | Luke Shumaker |
2023-04-13 | cmd/btrfs-rec: Add a way to use RebuiltForrest instead of OldRebuiltForrest | Luke Shumaker |
2023-04-13 | btrfsutil: RebuiltForrest.RebuiltTree(): Return errors | Luke Shumaker |
2023-04-13 | rebuildtrees: Fuss with the settledItemQueue order to reduce cache-misses | Luke Shumaker |
2023-04-13 | btrfsutil: RebuiltForrest: Allow skipping the .AddedItem loop | Luke Shumaker |
2023-04-13 | btrfsutil: RebuiltForrest: Simplify by taking a btrfs.ReadableFS | Luke Shumaker |
2023-04-13 | Try to find misuses of textui.Progress | Luke Shumaker |
2023-04-04 | btrfsutil: RebuiltTree: Take better advantage of cache pinning | Luke Shumaker |
2023-04-04 | cmd/btrfs-rec: Move --node-list to be a global flag | Luke Shumaker |
2023-04-04 | cmd/btrfs-rec: ls-trees: Use runWithReadableFS | Luke Shumaker |
2023-04-04 | cmd/btrfs-rec: Have RebuiltForrest be opt-in on the CLI | Luke Shumaker |
2023-04-04 | maps: Add HasKey and HaveAnyKeysInCommon functions, use them | Luke Shumaker |
2023-04-04 | btrfsutil: Add a ReadGraph function, rebuildtrees: Clean up scan to match | Luke Shumaker |
2023-04-04 | cmd/btrfs-rec: main.go: Don't let lines get too long | Luke Shumaker |
2023-04-02 | cmd/btrfs-rec: ls-trees: Don't prevent bad nodes from being lost+found | Luke Shumaker |
2023-03-30 | cmd/btrfs-rec: Add a runWithReadableFS helper for rebuilt forrests | Luke Shumaker |
2023-03-30 | tree-wide: Drop the old btrfstree.TreeOperator API | Luke Shumaker |
2023-03-30 | btrfsutil, cmd: Migrate to the new btrfstree.Forrest API | Luke Shumaker |
2023-03-30 | btrfs: Migrate to the new btrfstree.Forrest API | Luke Shumaker |
2023-03-30 | btrfstree: Rethink 'Path' yet again | Luke Shumaker |
2023-03-30 | btrfstree: Change the NodeSource API so that it can do caching | Luke Shumaker |
2023-03-30 | tree-wide: Funnel all btrfstree.ReadNode[btrfsvol.LogicalAddr]() calls throug... | Luke Shumaker |
2023-03-28 | containers: Rethink the caching libraries | Luke Shumaker |
2023-03-23 | btrfs: Subvolume: Use LookupTreeRoot | Luke Shumaker |
2023-03-23 | btrfstree: Fuss with the TreeWalk API | Luke Shumaker |
2023-03-19 | btrfstree: Have LookupTreeRoot take a Context | Luke Shumaker |
2023-03-17 | rebuildnodes/btrees: Rename methods to make API structure clearer | Luke Shumaker |
2023-03-17 | containers: Add OptionalValue and OptionalNil | Luke Shumaker |
2023-03-17 | btrfsutil: Merge KeyIO in to RebuiltForrest | Luke Shumaker |
2023-03-17 | cmd/btrfs-rec: inspect ls-files: Move the code to a sub-package | 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 | rebuildtrees: Be careful about what types are exported | Luke Shumaker |
2023-03-17 | rebuildtrees: Be careful about what methods are exported | Luke Shumaker |
2023-03-17 | rebuildtrees: Move item-data from btrfsutil.KeyIO to scan | Luke Shumaker |
2023-03-17 | rebuildmappings: Audit identifier names | Luke Shumaker |