gvisor/pkg/sentry/fsimpl/gofer
Fabricio Voznika 5a1324625f Make unlink tests pass with goferfs
Required directory checks were being skipped when there was
no child cached. Now the code always loads the child file
before unlinking it.

Updates #1198

PiperOrigin-RevId: 305382323
2020-04-07 18:27:55 -07:00
..
BUILD Make gofer.dentry.destroyLocked idempotent 2020-04-07 09:41:58 -07:00
directory.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
filesystem.go Make unlink tests pass with goferfs 2020-04-07 18:27:55 -07:00
gofer.go Make gofer.dentry.destroyLocked idempotent 2020-04-07 09:41:58 -07:00
gofer_test.go Make gofer.dentry.destroyLocked idempotent 2020-04-07 09:41:58 -07:00
handle.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
handle_unsafe.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
p9file.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
pagemath.go VFS2 gofer client 2020-02-04 11:29:22 -08:00
regular_file.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
special_file.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
symlink.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00
time.go Add NAME_MAX checks and update file times 2020-04-02 19:39:03 -07:00