Bill Zissimopoulos
01f91c771d
sys: notify implementation
2020-10-07 17:07:35 -07:00
Bill Zissimopoulos
844fb7171e
inc,dll,sys: notify implementation skeleton
2020-10-06 16:37:33 -07:00
Bill Zissimopoulos
84e0744c28
sys: FspVolumeTransact: FSP_FSCTL_TRANSACT_INTERNAL
...
Zero out OutputBuffer on error to avoid confusion for fsext providers.
2020-07-29 22:51:17 -07:00
Bill Zissimopoulos
aa3beba928
sys: silo support
2020-06-05 15:47:19 -07:00
Bill Zissimopoulos
71995a1fcd
dll,sys: FSP_CFG_REJECT_EARLY_IRP
...
Includes Avast fix for FUSE.
2020-02-07 15:11:24 -08:00
Bill Zissimopoulos
8497855d80
sys: FSP_DEVICE_REJECT_EARLY_IRP macro
2020-02-07 13:22:09 -08:00
Bill Zissimopoulos
bf6d56ceac
inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS::RejectIrpPriorToTransact0
2020-02-03 16:38:55 -08:00
Bill Zissimopoulos
51350d5a42
inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS::RejectIrpPriorToTransact
2020-02-03 14:59:23 -08:00
Bill Zissimopoulos
aedf01a384
update source copyright for 2020
2020-01-02 17:50:40 -08:00
Bill Zissimopoulos
254174b8e9
sys: avoid using FspFsextProvider unnecessarily
2019-11-04 16:30:30 -08:00
Bill Zissimopoulos
05b37c744b
sys,dll: only user mode sends MountManager IOCTL's
...
(except for cleanup in FspMountdevFini)
2019-09-08 17:45:00 -07:00
Bill Zissimopoulos
9436fd8402
sys: implement SectorSize queries
...
- IRP_MJ_QUERY_VOLUME_INFORMATION/FileFsSectorSizeInformation
- IOCTL_STORAGE_QUERY_PROPERTY/StorageAccessAlignmentProperty
2019-09-06 20:52:15 -07:00
Bill Zissimopoulos
4655926d03
sys, dll: mount manager support
2019-09-06 14:24:00 -07:00
Bill Zissimopoulos
565caebe4c
sys,dll: FspFileSystemSetMountPoint: mount manager support
2019-09-05 19:58:14 -07:00
Bill Zissimopoulos
ebb9b8b799
sys: FspVolumeTransact: remove erroneous ASSERT
2019-06-23 11:07:01 -07:00
Bill Zissimopoulos
804bcc3354
sys: FspVolumeTransactFsext:
...
- only allow ControlCodes with 0xC00 bits set in Function
2019-06-22 15:40:48 -07:00
Bill Zissimopoulos
f5fde4c0bb
sys: FspVolumeTransactFsext
2019-06-22 15:18:16 -07:00
Bill Zissimopoulos
dcf7e4c5a6
sys: fsext: FsextProvider testing
2019-06-22 14:30:23 -07:00
Bill Zissimopoulos
adc759447e
sys: FspVolumeCreate: fix missing return
2019-06-21 16:37:07 -07:00
Bill Zissimopoulos
b637a72ec8
sys: FspFsextProvider
2019-06-18 16:11:38 -07:00
Bill Zissimopoulos
781deff06f
sys: default TransactTimeout changes
2019-06-11 17:53:34 -07:00
Bill Zissimopoulos
a811cd2cf8
sys, dll: extended attributes: checkpoint
2019-03-13 14:29:49 -07:00
Bill Zissimopoulos
d2de5e996c
update source copyright for 2019
2019-02-28 10:39:31 -08:00
Bill Zissimopoulos
75ae8daf8f
update commercial disclaimer
2018-08-21 18:09:33 -07:00
Bill Zissimopoulos
9501b5771d
inc,sys,tst: FSP_FSCTL_VOLUME_PARAMS: fine-grained timeouts
2018-04-21 11:53:14 -07:00
Bill Zissimopoulos
6b0b4c8b8e
sys: mup: claim \ClassName instead of \ClassName\InstanceName prefix
2018-01-17 15:44:01 -08:00
Bill Zissimopoulos
a4629b8f8b
sys: fsmup device
...
- This commit introduces the fsmup device, which is a major change in how
network file systems are handled. Previously every network file system's
fsvol device was directly registered with the MUP. Now there is a single
fsmup device that is registered with the MUP; network file systems' fsvol
devices register with fsmup instead. The fsmup device maintains a prefix
table which it uses to demultiplex and forward requests to the appropriate
fsvol device.
- This device change was necessatitated to fix issue #87 .
2018-01-16 10:38:52 -08:00
Bill Zissimopoulos
9bd9cf4fbd
update source copyright notices for 2018
2018-01-03 15:29:38 -08:00
Bill Zissimopoulos
4c0386bf8d
sys: hardcode AlwaysUseDoubleBuffering for Reads
2017-02-25 11:22:22 -08:00
Bill Zissimopoulos
a57325e8af
update source copyright notices for 2017
2017-01-05 13:56:18 -08:00
Bill Zissimopoulos
638e5a20b6
sys: FspFileNodeCopyActiveList, FspFileNodeCopyOpenList
2017-01-03 23:14:33 -08:00
Bill Zissimopoulos
c665812d76
sys: FspVolumeDelete: perform MmForceSectionClosed on open files
...
- this removes them from the Mm Standby List
2016-11-02 18:27:38 -07:00
Bill Zissimopoulos
83c1489b92
sys: FspVolumeMountNoLock: dereference FsvrtDeviceObject on success
...
resolves a VPB/FsvrtDeviceObject leak
2016-11-02 13:00:46 -07:00
Bill Zissimopoulos
bd952253fb
cosmetic fix
2016-10-11 11:39:17 -07:00
Bill Zissimopoulos
c7780cf7fa
license: switch to GPLv3 from AGPLv3
2016-10-10 21:33:27 -07:00
Bill Zissimopoulos
8eebfe811d
sys: FspFsvolQueryFsAttributeInformation: fix buffer overrun error
2016-09-20 20:55:10 -07:00
Bill Zissimopoulos
997476f015
sys,launcher: MUP volume prefixes (share names) are now case insensitive
2016-09-11 14:35:56 -07:00
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
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
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
7025dd5cf0
sys: FspVolumeGetName: now return concat of VolumeName and VolumePrefix (if network mount)
2016-04-18 12:12:52 -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
7499c964b9
sys: FspVolumeTransact: upper bound on loop guarantees forward progress!
2016-04-12 15:42:06 -07:00
Bill Zissimopoulos
1876aff99c
sys: FspVolumeCreate: check VolumeParams->Prefix for proper syntax
2016-04-10 18:50:12 -07:00
Bill Zissimopoulos
f3c6609308
sys: FspDeviceCreateSecure: add DeviceCharacteristics parameter
2016-04-09 17:26:02 -07:00
Bill Zissimopoulos
7ff99da000
update copyright notices for 2016
2016-03-17 14:59:46 -07:00
Bill Zissimopoulos
0cf70387ff
sys: FspVolumeTransact: timeout early if there are retried IRP completions (to avoid stalling unnecessarily)
2016-03-16 00:29:30 -07:00
Bill Zissimopoulos
498af95e3b
sys: TopLevelIrp functionality
2016-03-02 12:19:48 -08:00