tree: d28eb06a91e667f5f3632a818d862508abe64452 [path history] [tgz]
  1. BUILD.gn
  2. filesystem.cc
  3. filesystem.h
  4. fuse_session.cc
  5. fuse_session.h
  6. inode_map.cc
  7. inode_map.h
  8. inode_map_test.cc
  9. main.cc
  10. OWNERS
  11. README.md
  12. request.cc
  13. request.h
  14. smb_filesystem.cc
  15. smb_filesystem.h
  16. smbfs.h
  17. smbfs_daemon.cc
  18. smbfs_daemon.h
  19. test_filesystem.cc
  20. test_filesystem.h
  21. util.cc
  22. util.h
  23. util_test.cc
smbfs/README.md

SMB FUSE filesystem

This directory contains a FUSE filesystem for accessing SMB file shares.

It uses libsmbclient from the Samba project to handle the SMB protocol, and Mojo to communicate with Chrome.