aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/unionfs
Commit message (Collapse)AuthorAgeFilesLines
* unionfs: Support renaming symbolic linksDag-Erling Smørgrav2025-12-172-0/+173
This adds support for renaming a symbolic link found on the lower fs, which necessitates copying it to the upper fs, as well as basic tests. MFC after: 1 week Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Reviewed by: olce, siderop1_netapp.com, jah Differential Revision: https://reviews.freebsd.org/D54229