aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/fsck_zfs
Commit message (Collapse)AuthorAgeFilesLines
* Add /sbin/fsck.zfs helperBrian Behlendorf2013-01-092-0/+10
A fsck helper to accomidate distributions that expect to be able to execute a fsck on all filesystem types. Currently this script does nothing but it could be extended to act as a compatibility wrapper for 'zpool scrub'. Signed-off-by: Brian Behlendorf <[email protected]> Closes #964