2
0
mirror of https://github.com/dominicusin/zfs-win synced 2025-08-31 14:25:45 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
dominicusin
a93be414aa Create README.md 2019-03-21 20:44:37 +03:00
gabest11
35eb1100ba using dokan 6 2012-03-25 20:18:15 +00:00
gabest11
87e159d39c apparently, zfs does not allocate blocks at the end of the file if they are empty 2010-10-27 01:00:39 +00:00
gabest11
375e28909d crash fix for invalid paths like *\file\directory 2010-09-16 01:52:24 +00:00
gabest11
36e2a24ecd Read after Cleanup does not crash anymore 2010-07-29 14:52:47 +00:00
gabest11
079344910a got rid of many unnecessary data copying, fletcher2 can use sse2 2010-07-29 13:11:39 +00:00
gabest11
ea24fe41d4 parallel block reads for raidz, less dnodes in cache (directories only) 2010-07-27 18:41:24 +00:00
gabest11
2e72eff2ae When explorer opens a folder, it tries to read desktop.ini from every sub-folder, fetching many zaps scattered on the disk.
First time it is still going to be slow, but now the data stays cached at least.
2010-07-27 08:14:24 +00:00
gabest11
89a6a76104 more minor changes 2010-07-26 08:48:57 +00:00
gabest11
b3a8adf419 missing files and minor changes 2010-07-25 17:38:22 +00:00
gabest11
548f2f8ab6 added version info 2010-07-25 10:58:31 +00:00
gabest11
eabfbc0231 many problems fixed, this is the first usable version. 2010-07-25 10:22:05 +00:00
gabest11
e49cdd1a4a dokan callbacks, directory listing, file attributes 2010-07-24 10:33:51 +00:00
gabest11
8f21175190 - some object sets may be very large, changed it to only read nodes on demand
- random-access block reader for object sets (and files later)
2010-07-23 20:11:33 +00:00
gabest11
f27216a876 2010-07-23 08:31:45 +00:00
gabest11
e5a6bc76cb exploring datasets 2010-07-23 08:29:29 +00:00
gabest11
9d5fae9b1c More work on the ObjectSet class. 2010-07-22 20:59:31 +00:00
gabest11
03b74d9be8 objset wrapper class 2010-07-22 18:48:21 +00:00
gabest11
c18daba64e 2010-07-22 10:27:23 +00:00
gabest11
966f689fce Added missing compression and hashing algorithms. 2010-07-22 10:23:58 +00:00
gabest11
1150b29fbe Just uploading some initial code, it can read objects until the root dir.
No error checking and little-endian only.
2010-07-22 04:28:38 +00:00