diff --git a/run-fstests/config.gce b/run-fstests/config.gce index 4ec69f0b..b6632f10 100644 --- a/run-fstests/config.gce +++ b/run-fstests/config.gce @@ -46,7 +46,11 @@ declare -A GIT_REPOS GIT_REPOS[stable.git]=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git GIT_REPOS[next.git]=https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git GIT_REPOS[next-history.git]=https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git +GIT_REPOS[stable-rc.git]=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git GIT_REPOS[ext4.git]=https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git GIT_REPOS[xfs.git]=https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git GIT_REPOS[btrfs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git GIT_REPOS[f2fs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git +GIT_REPOS[nfs.git]=git://git.linux-nfs.org/projects/trondmy/linux-nfs.git +GIT_REPOS[overlayfs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git +GIT_REPOS[vfs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git