containerd/fs
Tobias Klauser f2bed8ffb9 Use CopyFileRange from golang.org/x/sys/unix
Use the CopyFileRange and Lsetxattr from golang.org/x/sys/unix instead
of their counterparts from github.com/containerd/continuity/sysx. These
are 1:1 replacements (except for the fd parameter types in
CopyFileRange).

This will eventually allow to remove these functions there as well.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-08-09 13:43:12 +02:00
..
fstest Fix vet errors 2017-07-21 18:19:51 +02:00
copy_linux.go Use CopyFileRange from golang.org/x/sys/unix 2017-08-09 13:43:12 +02:00
copy_test.go fs: Change CopyDir's utimes call to not follow symlinks 2017-05-08 13:16:53 -04:00
copy_unix.go Switch from package syscall to golang.org/x/sys 2017-08-09 13:41:16 +02:00
copy_windows.go Use copy file range from sysx 2017-02-03 11:28:06 -08:00
copy.go Fix hardlinks with unmodified files 2017-04-04 15:00:19 -07:00
diff_test.go Rewrite imports for new github org 2017-04-03 14:05:44 -07:00
diff_unix.go Switch from package syscall to golang.org/x/sys 2017-08-09 13:41:16 +02:00
diff_windows.go Fix hardlinks with unmodified files 2017-04-04 15:00:19 -07:00
diff.go update to github.com/sirupsen/logrus v1.0.0 2017-07-21 15:39:14 -07:00
dtype_linux_test.go mount: add mount.Lookup for ease of implementing snapshotters 2017-06-06 09:27:53 +00:00
dtype_linux.go fs: remove fsutils package 2017-05-15 16:33:58 -07:00
dtype_test.go Add solaris build support 2017-08-07 12:40:21 -07:00
du_unix.go fs: fix hardlinks detection on usage calc 2017-06-30 15:33:08 -07:00
du_windows.go snapshot: add Usage method to Snapshotter 2017-04-26 17:13:52 -07:00
du.go snapshot: add Usage method to Snapshotter 2017-04-26 17:13:52 -07:00
hardlink_unix.go Fix hardlinks with unmodified files 2017-04-04 15:00:19 -07:00
hardlink_windows.go Fix hardlinks with unmodified files 2017-04-04 15:00:19 -07:00
hardlink.go Fix hardlinks with unmodified files 2017-04-04 15:00:19 -07:00
path_test.go Move RootPath to fs package 2017-07-26 14:26:27 -04:00
path.go Move RootPath to fs package 2017-07-26 14:26:27 -04:00
time.go Remove incorrect and unused timespec check 2017-02-03 11:28:06 -08:00