mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-19 00:00:10 +03:00
Some checks failed
build / bcachefs-tools-deb (ubuntu-22.04) (push) Has been cancelled
build / bcachefs-tools-deb (ubuntu-24.04) (push) Has been cancelled
build / bcachefs-tools-rpm (push) Has been cancelled
build / bcachefs-tools-msrv (push) Has been cancelled
Nix Flake actions / nix-matrix (push) Has been cancelled
Nix Flake actions / ${{ matrix.name }} (${{ matrix.system }}) (push) Has been cancelled
-D, --datetime Print out one line per journal entry, with datetime it was written -L, --log-only Only print entries containing log messages -F, --flush-only Only print flush commits Additionally, we now print a line for missing journal entry ranges. These make it easier to get an overall picture of what happened in the journal - in particular, seeing how far back we can rewind before we have gaps. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>