summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/rename.cc
AgeCommit message (Expand)Author
2021-06-07Implement RENAME_NOREPLACE for all VFS2 filesystem implementations.Jamie Liu
2021-04-28Remove side effect from test casesFabricio Voznika
2021-02-24Kernfs should not try to rename a file to itself.Nicolas Lacasse
2021-02-05[vfs] Handle `.` and `..` as last path component names in kernfs Rename.Ayush Ranjan
2020-09-18Implement fsimpl/overlay.filesystem.RenameAt.Jamie Liu
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-25test/syscall: Remove duplicated gtest/gtest.h.Haibo
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-18Remove references to replaced child in Rename in ramfs/agentfsMichael Pratt
2018-12-10Open source system call tests.Brian Geffon