Commit Graph

  • e43c5091e4 dll: FspFileSystemRegister, FspFileSystemUnregister: fix closing the wrong handle Bill Zissimopoulos 2016-05-02 12:26:33 -07:00
  • 9ffc3f03ed memfs: comment fix Bill Zissimopoulos 2016-05-02 11:12:41 -07:00
  • 14366f76c5 installer: simplify FSD/DLL registration by removing regsvr32 custom actions Bill Zissimopoulos 2016-05-01 20:22:38 -07:00
  • b089b98afc dll: FspFileSystemRegister, FspFileSystemUnregister Bill Zissimopoulos 2016-05-01 18:01:49 -07:00
  • 26aadb0b72 installer: use regsvr32 to register FSD/DLL (Wix cannot register file system drivers or network provider DLL's) Bill Zissimopoulos 2016-04-30 17:33:25 -07:00
  • 9c11ca5bda installer: remember installation directory in registry Bill Zissimopoulos 2016-04-29 16:33:55 -07:00
  • 8ae2bb3bfc build: update version.properties Bill Zissimopoulos 2016-04-29 14:22:53 -07:00
  • b0a2e4ff40 installer: add UI Bill Zissimopoulos 2016-04-29 11:38:38 -07:00
  • 0c75b58810 versioning: rename shared.properties to version.properties Bill Zissimopoulos 2016-04-29 00:33:46 -07:00
  • b12e0aad47 versioning: add version resources to FSD and DLL; consolidate versioning to shared.properties Bill Zissimopoulos 2016-04-29 00:23:55 -07:00
  • 1264cae110 installer: reorg Bill Zissimopoulos 2016-04-28 22:19:59 -07:00
  • 5a7c7bb4f2 installer: automatic versioning scheme Bill Zissimopoulos 2016-04-28 21:51:29 -07:00
  • acfd02c31d installer: add Package description Bill Zissimopoulos 2016-04-28 19:22:21 -07:00
  • efa200aac4 installer: add memfs sample Bill Zissimopoulos 2016-04-28 17:31:13 -07:00
  • 3a1cba2442 installer: reorg Bill Zissimopoulos 2016-04-28 17:19:07 -07:00
  • 59698f5517 installer: reorg Bill Zissimopoulos 2016-04-28 16:39:49 -07:00
  • 1176114528 install: winfsp.wixproj Bill Zissimopoulos 2016-04-28 15:55:05 -07:00
  • e0dde7349e sys,dll,tst: ensure that project compiles for x86 Bill Zissimopoulos 2016-04-28 15:02:00 -07:00
  • 1bdfc8a579 install: winfsp.wixproj Bill Zissimopoulos 2016-04-28 14:47:09 -07:00
  • 2659effafb install: winfsp.wixproj Bill Zissimopoulos 2016-04-28 13:04:46 -07:00
  • cdef735bc1 README.md edited online with Bitbucket v0.9 Bill Zissimopoulos 2016-04-26 01:40:58 +00:00
  • b97798fe05 README.md edited online with Bitbucket Bill Zissimopoulos 2016-04-26 00:28:22 +00:00
  • 1db40812b7 doc: minor fixes in Contributors.txt Bill Zissimopoulos 2016-04-25 15:03:45 -07:00
  • 968de4689c inc,src,tst: add AGPLv3 notices Bill Zissimopoulos 2016-04-25 14:29:05 -07:00
  • c35263b448 doc: add License (AGPLv3) and Contributor Agreement Bill Zissimopoulos 2016-04-25 14:07:30 -07:00
  • 6e3a2f1900 doc: add Makefile Bill Zissimopoulos 2016-04-23 14:38:45 -07:00
  • fd2251337b inc: improve srcdoc Bill Zissimopoulos 2016-04-23 10:04:00 -07:00
  • 81dab0b581 remove art directory Bill Zissimopoulos 2016-04-22 17:10:17 -07:00
  • e4c7e0821b inc: srcdoc fix Bill Zissimopoulos 2016-04-22 16:22:28 -07:00
  • 34033c1563 doc: winfsp-design.adoc Bill Zissimopoulos 2016-04-22 16:15:52 -07:00
  • 476efef806 doc: winfsp-design.adoc Bill Zissimopoulos 2016-04-22 14:36:09 -07:00
  • c717806ea2 art: add initial WinFsp icon Bill Zissimopoulos 2016-04-22 13:51:46 -07:00
  • 1bf28bdfa4 fsctl: FSP_FSCTL_TRANSACT_REQ: add Req.QueryDirectory.Pattern Bill Zissimopoulos 2016-04-21 11:49:11 -07:00
  • f1693af6a3 sys: IRP_MJ_DIRECTORY: speed improvements and a bug fix Bill Zissimopoulos 2016-04-21 09:57:22 -07:00
  • 16acdfb1ab sys: remove unused ContextTable from FSP_FSVOL_DEVICE Bill Zissimopoulos 2016-04-20 16:31:58 -07:00
  • 57793f9b9a sys: on Windows 8+ make Write buffer read-only Bill Zissimopoulos 2016-04-20 16:01:35 -07:00
  • f30a3ed7f3 memfs: fix minor problem in command line parsing Bill Zissimopoulos 2016-04-20 13:27:28 -07:00
  • d0eee263c8 sys: util: safe MDL bug fix Bill Zissimopoulos 2016-04-20 12:29:38 -07:00
  • fc77f4d9d3 memfs: Rename: bugfix Bill Zissimopoulos 2016-04-19 22:29:18 -07:00
  • 1bcd3cec0a sys, dll: NetworkProvider implementation (NPGetConnection) Bill Zissimopoulos 2016-04-19 14:29:07 -07:00
  • 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 Bill Zissimopoulos 2016-04-18 13:48:50 -07:00
  • 6dd6ec6b47 sys: FspReleaseForCcFlush: another bug fix for crazy NTOS semantics on this callback Bill Zissimopoulos 2016-04-18 12:13:33 -07:00
  • 7025dd5cf0 sys: FspVolumeGetName: now return concat of VolumeName and VolumePrefix (if network mount) Bill Zissimopoulos 2016-04-18 12:12:52 -07:00
  • 7ee6a52260 dll: rename dispatch.c to fs.c and access.c to security.c Bill Zissimopoulos 2016-04-17 09:51:54 -07:00
  • 29a5572dc7 inc: add documentation Bill Zissimopoulos 2016-04-14 21:03:17 -07:00
  • c7d802d432 doc: winfs-design.adoc Bill Zissimopoulos 2016-04-14 18:10:24 -07:00
  • 8dafd19077 inc: add documentation Bill Zissimopoulos 2016-04-14 18:09:43 -07:00
  • 637bc37cef inc: add documentation Bill Zissimopoulos 2016-04-14 17:50:09 -07:00
  • 1bdba255c1 doc: winfsp-design.adoc Bill Zissimopoulos 2016-04-14 14:31:49 -07:00
  • 7a949cfd2f sys: Fsvrt DeviceType changed to FILE_DEVICE_DISK (from FILE_DEVICE_VIRTUAL_DISK) Bill Zissimopoulos 2016-04-13 21:32:46 -07:00
  • 9df1c47a94 memfs: GetVolumeInfo: ensure correct TotalSize and FreeSize calculations Bill Zissimopoulos 2016-04-13 20:52:04 -07:00
  • 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 Bill Zissimopoulos 2016-04-13 20:33:10 -07:00
  • 41296044e6 sys: IRP_MJ_READ, IRP_MJ_WRITE: fix paging I/O sizes Bill Zissimopoulos 2016-04-13 18:00:02 -07:00
  • 49f9f13806 dll: remove DEBUGLOGSD() Bill Zissimopoulos 2016-04-13 16:53:50 -07:00
  • 279778265f sys: FspAcquireForModWrite: fix deadlock between the Lazy Writer and the Mod Writer. Bill Zissimopoulos 2016-04-13 12:15:56 -07:00
  • 7499c964b9 sys: FspVolumeTransact: upper bound on loop guarantees forward progress! Bill Zissimopoulos 2016-04-12 15:42:06 -07:00
  • 220208cf87 sys: fix some prefast suggestions Bill Zissimopoulos 2016-04-11 15:27:34 -07:00
  • 430f47945d sys: FspFsvolDeviceInvalidateVolumeInfo Bill Zissimopoulos 2016-04-11 11:45:39 -07:00
  • 9b81c03ccc sys: fsp_debug: greatly simplify debugging support Bill Zissimopoulos 2016-04-10 23:45:09 -07:00
  • adb6819de1 sys: FspFsvolNotifyChangeDirectory: fix problem with accessing IRP in FspFileNodeRelease when FspNotifyChangeDirectory completes IRP immediately Bill Zissimopoulos 2016-04-10 22:12:20 -07:00
  • 83e40f522c dll: FspFileSystemDefineDosDevice Bill Zissimopoulos 2016-04-10 21:55:07 -07:00
  • b92e49ae6c memfs: memfs-main.c Bill Zissimopoulos 2016-04-10 18:50:42 -07:00
  • 1876aff99c sys: FspVolumeCreate: check VolumeParams->Prefix for proper syntax Bill Zissimopoulos 2016-04-10 18:50:12 -07:00
  • 2e5af0c6ef winfsp-tests: setvolinfo_test: bug fix for when running without admin privileges Bill Zissimopoulos 2016-04-09 17:26:31 -07:00
  • f3c6609308 sys: FspDeviceCreateSecure: add DeviceCharacteristics parameter Bill Zissimopoulos 2016-04-09 17:26:02 -07:00
  • e973274d1c memfs: memfs-main.c Bill Zissimopoulos 2016-04-09 12:08:30 -07:00
  • d1b004dc29 memfs: MemfsCreate: RootSddl Bill Zissimopoulos 2016-04-09 12:02:18 -07:00
  • 25911a808c sys: FspAcquireForCcFlush, FspReleaseForCcFlush Bill Zissimopoulos 2016-04-08 23:33:30 -07:00
  • f407f65a90 dll: FspFileSystemSetMountPoint: bug fix Bill Zissimopoulos 2016-04-08 22:19:40 -07:00
  • bc65c2c34d memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 21:30:14 -07:00
  • 9d451f4578 memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 20:45:36 -07:00
  • 2c7ce4a3da memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 20:29:43 -07:00
  • 9f6bbe4a63 memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 17:37:54 -07:00
  • 59347cd00d memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 17:30:20 -07:00
  • 5b0522df46 memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 17:25:57 -07:00
  • 32007577a0 memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 16:59:24 -07:00
  • 13b1e448e8 memfs: memfs-main.c Bill Zissimopoulos 2016-04-08 16:54:08 -07:00
  • c5c5e9f301 build: memfs Bill Zissimopoulos 2016-04-08 16:00:37 -07:00
  • 20f1298fe6 build: rename mirror to memfs Bill Zissimopoulos 2016-04-08 15:45:45 -07:00
  • ef5b664dcc dll: FspFileSystemInitialize, FspFileSystemFinalize Bill Zissimopoulos 2016-04-08 15:25:09 -07:00
  • 5b917c4566 dll: FspFileSystemSetMountPoint Bill Zissimopoulos 2016-04-08 14:12:56 -07:00
  • edf5eb2219 sys: disallow driver unloading based on macro FSP_UNLOAD Bill Zissimopoulos 2016-04-07 14:53:22 -07:00
  • 785c4ba29d sys: IRP_MJ_LOCK_CONTROL: debug log fix Bill Zissimopoulos 2016-04-07 12:51:59 -07:00
  • 7458f7da39 winfsp-tests: lock-test Bill Zissimopoulos 2016-04-07 12:36:27 -07:00
  • 829ef65cbb winfsp-tests: lock-test Bill Zissimopoulos 2016-04-06 21:20:44 -07:00
  • 04345ff7a0 sys: FspFileNodeUnlockAll Bill Zissimopoulos 2016-04-06 18:05:09 -07:00
  • b6e824b6ae sys: IRP_MJ_LOCK_CONTROL Bill Zissimopoulos 2016-04-06 16:35:25 -07:00
  • 66dbfb24ff sys: IRP_MJ_READ, IRP_MJ_WRITE: file lock support Bill Zissimopoulos 2016-04-06 16:04:42 -07:00
  • 218ad0be8c sys: IRP_MJ_LOCK_CONTROL Bill Zissimopoulos 2016-04-06 15:41:16 -07:00
  • b729500d7b sys: FspIrpDeleteRequest Bill Zissimopoulos 2016-04-06 13:40:32 -07:00
  • f7a739381c sys: FspIrpHook and IRP_MN_NOTIFY_CHANGE_DIRECTORY Bill Zissimopoulos 2016-04-06 11:51:55 -07:00
  • bde93d020b sys: FspIopCompleteCanceledIrp: wrap IRP completion in FsRtlEnterFileSystem/FsRtlExitFileSystem Bill Zissimopoulos 2016-04-04 16:24:58 -07:00
  • 8ef10e5992 sys: IRP_MJ_FLUSH_BUFFERS: fix deadlock when flushing volume Bill Zissimopoulos 2016-04-04 16:13:04 -07:00
  • 83c59a6f37 sys: IRP_MJ_FLUSH_BUFFERS: flush volume implementation Bill Zissimopoulos 2016-04-04 14:33:23 -07:00
  • 71c1469b46 winfsp-tests: flush_volume_test Bill Zissimopoulos 2016-04-04 11:23:39 -07:00
  • ced1bf49c3 winfsp-tests: flush_volume_test Bill Zissimopoulos 2016-04-04 11:22:05 -07:00
  • 5b837acaaa winfsp-tests: flush_test Bill Zissimopoulos 2016-04-02 19:13:34 -07:00
  • cddba10c9b winfsp-tests: flush_test Bill Zissimopoulos 2016-04-02 18:43:27 -07:00
  • e6ab31a0e0 sys: IRP_MJ_FLUSH_BUFFERS Bill Zissimopoulos 2016-04-02 11:38:24 -07:00
  • b187d47bca winfsp-tests: dirnotify_test Bill Zissimopoulos 2016-04-01 17:41:06 -07:00