272 Commits

Author SHA1 Message Date
Bill Zissimopoulos
aa75d412ac sys: IRP_MJ_QUERY_VOLUME_INFORMATION: FileFsDeviceInformation: always return FILE_DEVICE_DISK to avoid problem with GetFileType failures 2016-05-23 22:23:47 -07:00
Bill Zissimopoulos
6be55aa515 memfs: allow empty VolumePrefix in command line 2016-05-23 17:16:06 -07:00
Bill Zissimopoulos
1505b1f368 memfs: add -d (debug) switch 2016-05-23 13:47:07 -07:00
Bill Zissimopoulos
d89baea193 memfs: do not update LastAccessTime on Open 2016-05-20 18:39:32 -07:00
Bill Zissimopoulos
599430e649 memfs: fix erroneous realloc 2016-05-20 18:17:00 -07:00
Bill Zissimopoulos
4f5e00474e memfs: handle FILE_ATTRIBUTE_ARCHIVE 2016-05-20 17:56:25 -07:00
Bill Zissimopoulos
ffded63c56 tst: lock-test: fix mistake in calling GetOverlappedResult when prior operation has returned error 2016-05-20 14:29:55 -07:00
Bill Zissimopoulos
1c3fc530f6 dll: np: NPAddConnection3, NPCancelConnection implementation 2016-05-16 15:48:27 -07:00
Bill Zissimopoulos
e4e2465bcb memfs: empty Mountpoint ("") now means autodetect (same as no MountPoint) 2016-05-14 23:52:37 -07:00
Bill Zissimopoulos
713ee8a917 memfs: add old memfs-main.c 2016-05-09 14:17:28 -07:00
Bill Zissimopoulos
27a16e5c54 dll: service: testing 2016-05-07 22:37:17 -07:00
Bill Zissimopoulos
789222af68 dll: FspServiceRun 2016-05-07 17:25:49 -07:00
Bill Zissimopoulos
587fee93e9 dll, memfs: rename FspServiceRun to FspServiceLoop 2016-05-07 17:08:03 -07:00
Bill Zissimopoulos
077bbb0d65 memfs: convert to service 2016-05-07 17:00:58 -07:00
Bill Zissimopoulos
125b612c9f winfsp-tests: eventlog-test.c 2016-05-06 15:58:33 -07:00
Bill Zissimopoulos
9ffc3f03ed memfs: comment fix 2016-05-02 11:12:41 -07:00
Bill Zissimopoulos
e0dde7349e sys,dll,tst: ensure that project compiles for x86 2016-04-28 15:02:00 -07:00
Bill Zissimopoulos
968de4689c inc,src,tst: add AGPLv3 notices 2016-04-25 14:29:05 -07:00
Bill Zissimopoulos
1bf28bdfa4 fsctl: FSP_FSCTL_TRANSACT_REQ: add Req.QueryDirectory.Pattern 2016-04-21 11:49:11 -07:00
Bill Zissimopoulos
f1693af6a3 sys: IRP_MJ_DIRECTORY: speed improvements and a bug fix 2016-04-21 09:57:22 -07:00
Bill Zissimopoulos
57793f9b9a sys: on Windows 8+ make Write buffer read-only 2016-04-20 16:01:35 -07:00
Bill Zissimopoulos
f30a3ed7f3 memfs: fix minor problem in command line parsing 2016-04-20 13:27:28 -07:00
Bill Zissimopoulos
fc77f4d9d3 memfs: Rename: bugfix 2016-04-19 22:29:18 -07:00
Bill Zissimopoulos
9df1c47a94 memfs: GetVolumeInfo: ensure correct TotalSize and FreeSize calculations 2016-04-13 20:52:04 -07:00
Bill Zissimopoulos
1239c610a5 sys: IRP_MJ_READ: remove FspFileNodeTrySetFileInfo at completion
sys: IRP_MJ_READ: remove PagingIo early exit optimization
sys: IRP_MJ_WRITE: remove PagingIo early exit optimization
2016-04-13 20:33:10 -07:00
Bill Zissimopoulos
41296044e6 sys: IRP_MJ_READ, IRP_MJ_WRITE: fix paging I/O sizes 2016-04-13 18:00:02 -07:00
Bill Zissimopoulos
b92e49ae6c memfs: memfs-main.c 2016-04-10 18:50:42 -07:00
Bill Zissimopoulos
2e5af0c6ef winfsp-tests: setvolinfo_test: bug fix for when running without admin privileges 2016-04-09 17:26:31 -07:00
Bill Zissimopoulos
e973274d1c memfs: memfs-main.c 2016-04-09 12:08:30 -07:00
Bill Zissimopoulos
d1b004dc29 memfs: MemfsCreate: RootSddl 2016-04-09 12:02:18 -07:00
Bill Zissimopoulos
bc65c2c34d memfs: memfs-main.c 2016-04-08 21:30:14 -07:00
Bill Zissimopoulos
9d451f4578 memfs: memfs-main.c 2016-04-08 20:45:36 -07:00
Bill Zissimopoulos
2c7ce4a3da memfs: memfs-main.c 2016-04-08 20:29:43 -07:00
Bill Zissimopoulos
9f6bbe4a63 memfs: memfs-main.c 2016-04-08 17:37:54 -07:00
Bill Zissimopoulos
59347cd00d memfs: memfs-main.c 2016-04-08 17:30:20 -07:00
Bill Zissimopoulos
5b0522df46 memfs: memfs-main.c 2016-04-08 17:25:57 -07:00
Bill Zissimopoulos
32007577a0 memfs: memfs-main.c 2016-04-08 16:59:24 -07:00
Bill Zissimopoulos
13b1e448e8 memfs: memfs-main.c 2016-04-08 16:54:24 -07:00
Bill Zissimopoulos
c5c5e9f301 build: memfs 2016-04-08 16:00:37 -07:00
Bill Zissimopoulos
20f1298fe6 build: rename mirror to memfs 2016-04-08 15:45:45 -07:00
Bill Zissimopoulos
7458f7da39 winfsp-tests: lock-test 2016-04-07 12:36:27 -07:00
Bill Zissimopoulos
829ef65cbb winfsp-tests: lock-test 2016-04-06 21:20:44 -07:00
Bill Zissimopoulos
71c1469b46 winfsp-tests: flush_volume_test 2016-04-04 11:23:39 -07:00
Bill Zissimopoulos
ced1bf49c3 winfsp-tests: flush_volume_test 2016-04-04 11:22:05 -07:00
Bill Zissimopoulos
5b837acaaa winfsp-tests: flush_test 2016-04-02 19:13:34 -07:00
Bill Zissimopoulos
cddba10c9b winfsp-tests: flush_test 2016-04-02 18:43:27 -07:00
Bill Zissimopoulos
e6ab31a0e0 sys: IRP_MJ_FLUSH_BUFFERS 2016-04-02 11:38:24 -07:00
Bill Zissimopoulos
b187d47bca winfsp-tests: dirnotify_test 2016-04-01 17:41:06 -07:00
Bill Zissimopoulos
c656d61f97 winfsp-tests: delete_access_test 2016-04-01 16:26:23 -07:00
Bill Zissimopoulos
e06b5f20bd winfsp-tests: delete_access_test 2016-04-01 15:50:27 -07:00