Bill Zissimopoulos
|
34033c1563
|
doc: winfsp-design.adoc
|
2016-04-22 16:15:52 -07:00 |
|
Bill Zissimopoulos
|
476efef806
|
doc: winfsp-design.adoc
|
2016-04-22 14:36:09 -07:00 |
|
Bill Zissimopoulos
|
c717806ea2
|
art: add initial WinFsp icon
|
2016-04-22 13:51:46 -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
|
16acdfb1ab
|
sys: remove unused ContextTable from FSP_FSVOL_DEVICE
|
2016-04-20 16:31:58 -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
|
d0eee263c8
|
sys: util: safe MDL bug fix
|
2016-04-20 12:29:38 -07:00 |
|
Bill Zissimopoulos
|
fc77f4d9d3
|
memfs: Rename: bugfix
|
2016-04-19 22:29:18 -07:00 |
|
Bill Zissimopoulos
|
1bcd3cec0a
|
sys, dll: NetworkProvider implementation (NPGetConnection)
|
2016-04-19 14:29:07 -07:00 |
|
Bill Zissimopoulos
|
c40ce93fe2
|
sys: major change in device management: introduce FspDeviceGlobalLock and remove FSP_FSVOL_DEVICE_EXTENSION::DeleteResource; makes locking coarse-grained but more generic and safe
|
2016-04-18 13:48:50 -07:00 |
|
Bill Zissimopoulos
|
6dd6ec6b47
|
sys: FspReleaseForCcFlush: another bug fix for crazy NTOS semantics on this callback
|
2016-04-18 12:13:33 -07:00 |
|
Bill Zissimopoulos
|
7025dd5cf0
|
sys: FspVolumeGetName: now return concat of VolumeName and VolumePrefix (if network mount)
|
2016-04-18 12:12:52 -07:00 |
|
Bill Zissimopoulos
|
7ee6a52260
|
dll: rename dispatch.c to fs.c and access.c to security.c
|
2016-04-17 09:51:54 -07:00 |
|
Bill Zissimopoulos
|
29a5572dc7
|
inc: add documentation
|
2016-04-14 21:03:17 -07:00 |
|
Bill Zissimopoulos
|
c7d802d432
|
doc: winfs-design.adoc
|
2016-04-14 18:10:24 -07:00 |
|
Bill Zissimopoulos
|
8dafd19077
|
inc: add documentation
|
2016-04-14 18:09:43 -07:00 |
|
Bill Zissimopoulos
|
637bc37cef
|
inc: add documentation
|
2016-04-14 17:50:09 -07:00 |
|
Bill Zissimopoulos
|
1bdba255c1
|
doc: winfsp-design.adoc
|
2016-04-14 14:31:49 -07:00 |
|
Bill Zissimopoulos
|
7a949cfd2f
|
sys: Fsvrt DeviceType changed to FILE_DEVICE_DISK (from FILE_DEVICE_VIRTUAL_DISK)
|
2016-04-13 21:32:46 -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
|
49f9f13806
|
dll: remove DEBUGLOGSD()
|
2016-04-13 16:53:50 -07:00 |
|
Bill Zissimopoulos
|
279778265f
|
sys: FspAcquireForModWrite: fix deadlock between the Lazy Writer and the Mod Writer.
|
2016-04-13 12:15:56 -07:00 |
|
Bill Zissimopoulos
|
7499c964b9
|
sys: FspVolumeTransact: upper bound on loop guarantees forward progress!
|
2016-04-12 15:42:06 -07:00 |
|
Bill Zissimopoulos
|
220208cf87
|
sys: fix some prefast suggestions
|
2016-04-11 15:27:34 -07:00 |
|
Bill Zissimopoulos
|
430f47945d
|
sys: FspFsvolDeviceInvalidateVolumeInfo
|
2016-04-11 11:45:39 -07:00 |
|
Bill Zissimopoulos
|
9b81c03ccc
|
sys: fsp_debug: greatly simplify debugging support
|
2016-04-10 23:45:09 -07:00 |
|
Bill Zissimopoulos
|
adb6819de1
|
sys: FspFsvolNotifyChangeDirectory: fix problem with accessing IRP in FspFileNodeRelease when FspNotifyChangeDirectory completes IRP immediately
|
2016-04-10 22:12:20 -07:00 |
|
Bill Zissimopoulos
|
83e40f522c
|
dll: FspFileSystemDefineDosDevice
|
2016-04-10 21:55:07 -07:00 |
|
Bill Zissimopoulos
|
b92e49ae6c
|
memfs: memfs-main.c
|
2016-04-10 18:50:42 -07:00 |
|
Bill Zissimopoulos
|
1876aff99c
|
sys: FspVolumeCreate: check VolumeParams->Prefix for proper syntax
|
2016-04-10 18:50:12 -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
|
f3c6609308
|
sys: FspDeviceCreateSecure: add DeviceCharacteristics parameter
|
2016-04-09 17:26:02 -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
|
25911a808c
|
sys: FspAcquireForCcFlush, FspReleaseForCcFlush
|
2016-04-08 23:33:30 -07:00 |
|
Bill Zissimopoulos
|
f407f65a90
|
dll: FspFileSystemSetMountPoint: bug fix
|
2016-04-08 22:19:40 -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
|
ef5b664dcc
|
dll: FspFileSystemInitialize, FspFileSystemFinalize
|
2016-04-08 15:25:09 -07:00 |
|
Bill Zissimopoulos
|
5b917c4566
|
dll: FspFileSystemSetMountPoint
|
2016-04-08 14:12:56 -07:00 |
|
Bill Zissimopoulos
|
edf5eb2219
|
sys: disallow driver unloading based on macro FSP_UNLOAD
|
2016-04-07 14:53:22 -07:00 |
|
Bill Zissimopoulos
|
785c4ba29d
|
sys: IRP_MJ_LOCK_CONTROL: debug log fix
|
2016-04-07 12:52:16 -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
|
04345ff7a0
|
sys: FspFileNodeUnlockAll
|
2016-04-06 18:05:09 -07:00 |
|
Bill Zissimopoulos
|
b6e824b6ae
|
sys: IRP_MJ_LOCK_CONTROL
|
2016-04-06 16:35:25 -07:00 |
|
Bill Zissimopoulos
|
66dbfb24ff
|
sys: IRP_MJ_READ, IRP_MJ_WRITE: file lock support
|
2016-04-06 16:04:42 -07:00 |
|
Bill Zissimopoulos
|
218ad0be8c
|
sys: IRP_MJ_LOCK_CONTROL
|
2016-04-06 15:41:16 -07:00 |
|
Bill Zissimopoulos
|
b729500d7b
|
sys: FspIrpDeleteRequest
|
2016-04-06 13:40:32 -07:00 |
|
Bill Zissimopoulos
|
f7a739381c
|
sys: FspIrpHook and IRP_MN_NOTIFY_CHANGE_DIRECTORY
|
2016-04-06 11:51:55 -07:00 |
|
Bill Zissimopoulos
|
bde93d020b
|
sys: FspIopCompleteCanceledIrp: wrap IRP completion in FsRtlEnterFileSystem/FsRtlExitFileSystem
|
2016-04-04 16:24:58 -07:00 |
|
Bill Zissimopoulos
|
8ef10e5992
|
sys: IRP_MJ_FLUSH_BUFFERS: fix deadlock when flushing volume
|
2016-04-04 16:13:04 -07:00 |
|
Bill Zissimopoulos
|
83c59a6f37
|
sys: IRP_MJ_FLUSH_BUFFERS: flush volume implementation
|
2016-04-04 14:33:23 -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 |
|
Bill Zissimopoulos
|
109e483a2f
|
sys: file change notifications
|
2016-04-01 13:42:46 -07:00 |
|
Bill Zissimopoulos
|
aa81e1ffe5
|
sys: IRP_MN_NOTIFY_CHANGE_DIRECTORY: implementation and related changes
|
2016-03-31 16:30:03 -07:00 |
|
Bill Zissimopoulos
|
fdb74e60ee
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-30 16:20:42 -07:00 |
|
Bill Zissimopoulos
|
a1c0c58dc2
|
sys: IRP_MJ_DIRECTORY_CONTROL: properly support asynchronous I/O
|
2016-03-30 15:43:26 -07:00 |
|
Bill Zissimopoulos
|
298cd73944
|
sys: IRP_MJ_DIRECTORY_CONTROL
|
2016-03-29 16:26:36 -07:00 |
|
Bill Zissimopoulos
|
48ee6f067a
|
sys: IRP_MJ_DIRECTORY_CONTROL: DirectoryHasSuchFile
|
2016-03-29 15:59:56 -07:00 |
|
Bill Zissimopoulos
|
bd96826286
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-29 15:27:45 -07:00 |
|
Bill Zissimopoulos
|
c53c9bb9cc
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-29 13:48:40 -07:00 |
|
Bill Zissimopoulos
|
f3a2d5f2c0
|
winfsp-tests: memfs: MemfsFileNodeMapGetParent: bug fix
|
2016-03-29 12:34:11 -07:00 |
|
Bill Zissimopoulos
|
26f2721179
|
winfsp-tests: memfs: MemfsFileNodeMapDump
|
2016-03-29 11:52:29 -07:00 |
|
Bill Zissimopoulos
|
344afa5e42
|
sys: FSP_FILE_DESC::CaseSensitive
|
2016-03-29 11:00:09 -07:00 |
|
Bill Zissimopoulos
|
b5f37e2a40
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-29 00:02:11 -07:00 |
|
Bill Zissimopoulos
|
b0f4926b77
|
winfsp-tests: dirctl-test
|
2016-03-28 22:21:35 -07:00 |
|
Bill Zissimopoulos
|
acd1e3a25a
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-28 20:09:51 -07:00 |
|
Bill Zissimopoulos
|
53e1953ba3
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-28 18:51:00 -07:00 |
|
Bill Zissimopoulos
|
953dd4ec5e
|
sys: IRP_MJ_DIRECTORY_CONTROL: testing
|
2016-03-28 17:46:09 -07:00 |
|
Bill Zissimopoulos
|
5f68ac105e
|
sys: IRP_MJ_DIRECTORY_CONTROL: IRP_MN_QUERY_DIRECTORY: testing
|
2016-03-28 15:18:43 -07:00 |
|
Bill Zissimopoulos
|
c898100dac
|
winfsp-tests: dirctl-test
|
2016-03-25 14:19:38 -07:00 |
|
Bill Zissimopoulos
|
ce8bac3898
|
winfsp-tests: memfs: ReadDirectory
|
2016-03-25 13:33:26 -07:00 |
|
Bill Zissimopoulos
|
5773fade20
|
winfsp-tests: dirctl-test.c
|
2016-03-25 13:00:29 -07:00 |
|
Bill Zissimopoulos
|
9d3b2d6a84
|
winfsp-tests: dirctl-test.c
|
2016-03-25 12:50:35 -07:00 |
|
Bill Zissimopoulos
|
1dc68eec57
|
winfsp-tests: memfs: ReadDirectory
|
2016-03-24 15:25:10 -07:00 |
|
Bill Zissimopoulos
|
4802780ddf
|
sys: IRP_MJ_QUERY_DIRECTORY
|
2016-03-23 16:26:28 -07:00 |
|
Bill Zissimopoulos
|
c78e77cf52
|
sys: IRP_MJ_QUERY_DIRECTORY
|
2016-03-23 16:24:46 -07:00 |
|
Bill Zissimopoulos
|
594f2644f7
|
sys: IRP_MJ_QUERY_DIRECTORY
|
2016-03-23 16:04:41 -07:00 |
|
Bill Zissimopoulos
|
f502918114
|
sys: IRP_MJ_QUERY_DIRECTORY
|
2016-03-23 15:49:16 -07:00 |
|
Bill Zissimopoulos
|
a69908c5ec
|
sys: IRP_MJ_QUERY_DIRECTORY
|
2016-03-23 15:31:36 -07:00 |
|