1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 13:45:20 +00:00
restic/internal/fs
2024-11-30 19:17:25 +01:00
..
const.go
const_unix.go fs: stricter enforcement to only call readdir on a directory 2024-11-16 12:56:23 +01:00
const_windows.go fs: fix O_NOFOLLOW for metadata handles on Windows 2024-11-16 15:38:56 +01:00
doc.go
ea_windows.go fs: add file handle based xattrs 2024-11-30 19:17:25 +01:00
ea_windows_test.go fs: correctly handle O_NOFOLLOW for xattr / generic attribute retrieval 2024-11-30 19:17:25 +01:00
file.go fs: fix O_NOFOLLOW for metadata handles on Windows 2024-11-16 15:38:56 +01:00
file_unix.go fs: unexport a several windows functions 2024-08-31 18:40:36 +02:00
file_unix_test.go fs: stricter enforcement to only call readdir on a directory 2024-11-16 12:56:23 +01:00
file_windows.go fs: add file handle based xattrs 2024-11-30 19:17:25 +01:00
file_windows_test.go
freadlink_darwin.go fs: implement and use filehandle based readlink 2024-11-30 19:17:25 +01:00
freadlink_linux.go fs: implement and use filehandle based readlink 2024-11-30 19:17:25 +01:00
freadlink_test.go fs: implement and use filehandle based readlink 2024-11-30 19:17:25 +01:00
freadlink_windows.go fs: implement and use filehandle based readlink 2024-11-30 19:17:25 +01:00
fs_local.go fs: enable fd-based handles on Linux/macOS/Windows 2024-11-30 19:17:25 +01:00
fs_local_test.go fs: test correct xattr handling for symlinks 2024-11-30 19:17:25 +01:00
fs_local_unix_test.go fs: test both fd and path-based implementation 2024-11-30 19:17:25 +01:00
fs_local_vss.go fs: inline ExtendedStat 2024-11-30 16:19:16 +01:00
fs_local_vss_test.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
fs_local_xattr_test.go fs: test correct xattr handling for symlinks 2024-11-30 19:17:25 +01:00
fs_reader.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
fs_reader_command.go fs: fix comments 2024-08-31 18:40:36 +02:00
fs_reader_command_test.go
fs_reader_test.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
fs_track.go fs / archiver: convert to handle based interface 2024-11-16 12:56:23 +01:00
interface.go fs: inline ExtendedStat 2024-11-30 16:19:16 +01:00
meta.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
meta_darwin.go fs: add file handle helpers for reading 2024-11-30 19:17:25 +01:00
meta_fd.go fs: wire up fd-based handles for fs.Local 2024-11-30 19:17:25 +01:00
meta_fd_notwindows.go fs: add file handle based xattrs 2024-11-30 19:17:25 +01:00
meta_linux.go fs: add file handle helpers for reading 2024-11-30 19:17:25 +01:00
meta_noxattr.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
meta_unix.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
meta_windows.go fs: add file handle helpers for reading 2024-11-30 19:17:25 +01:00
meta_xattr.go fs: correctly handle O_NOFOLLOW for xattr / generic attribute retrieval 2024-11-30 19:17:25 +01:00
mknod_unix.go fs: Include filename in mknod errors 2024-10-05 10:56:39 +02:00
node.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
node_freebsd.go fs: Include filename in mknod errors 2024-10-05 10:56:39 +02:00
node_linux.go fs: Refactor UtimesNano replacements 2024-10-19 12:04:09 +02:00
node_linux_test.go fs: Refactor UtimesNano replacements 2024-10-19 12:04:09 +02:00
node_noxattr.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
node_test.go fs / archiver: convert to handle based interface 2024-11-16 12:56:23 +01:00
node_unix.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
node_unix_notlinux.go fs: Refactor UtimesNano replacements 2024-10-19 12:04:09 +02:00
node_unix_test.go fs / archiver: convert to handle based interface 2024-11-16 12:56:23 +01:00
node_windows.go fs: add file handle based xattrs 2024-11-30 19:17:25 +01:00
node_windows_test.go fs: add file handle based xattrs 2024-11-30 19:17:25 +01:00
node_xattr.go fs: correctly handle O_NOFOLLOW for xattr / generic attribute retrieval 2024-11-30 19:17:25 +01:00
node_xattr_all_test.go fs: abstract away filesystem ops from nodeFromFileInfo 2024-11-30 19:17:25 +01:00
node_xattr_test.go
path_prefix.go
path_prefix_test.go
preallocate_darwin.go
preallocate_linux.go fs: retry preallocate on Linux if interrupted by signal 2024-09-07 16:39:40 +02:00
preallocate_other.go
preallocate_test.go
sd_windows.go fs: make generic attribute reading file handle based 2024-11-30 19:17:25 +01:00
sd_windows_test.go fs: make generic attribute reading file handle based 2024-11-30 19:17:25 +01:00
sd_windows_test_helpers.go fs: unexport a several windows functions 2024-08-31 18:40:36 +02:00
setflags_linux.go
setflags_linux_test.go minimize usage of internal/fs in tests 2024-08-31 18:20:41 +02:00
setflags_other.go
stat.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
stat_bsd.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
stat_test.go
stat_unix.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
stat_windows.go fs: remove os.FileInfo from fs.ExtendedFileInfo 2024-11-30 17:07:36 +01:00
vss.go fs: unexport a several windows functions 2024-08-31 18:40:36 +02:00
vss_windows.go fs: retry vss creation on VSS_E_SNAPSHOT_SET_IN_PROGRESS error 2024-11-30 16:07:18 +01:00