Commit Graph
100 Commits
Author SHA1 Message Date
Bill Zissimopoulos af36418f43 fsctl: FSP_FSCTL_FILE_INFO and related changes 2016-01-22 23:00:25 -08:00
Bill Zissimopoulos 2afa957feb winfsp-tests: memfs: minor improvement 2016-01-22 16:42:35 -08:00
Bill Zissimopoulos 68795652b3 sys: Create requests now send additional information on response 2016-01-22 16:39:46 -08:00
Bill Zissimopoulos c15ace9653 sys: debug: FileInformationClassSym() 2016-01-22 16:08:23 -08:00
Bill Zissimopoulos 0c48770cc5 sys: create: comment change 2016-01-22 10:24:54 -08:00
Bill Zissimopoulos cf8918be28 winfsp-tests: create_test: test the tests(!) by trying them against NTFS 2016-01-22 10:00:22 -08:00
Bill Zissimopoulos 56c6b5287f sys: RelatedFileObject: testing 2016-01-21 17:34:50 -08:00
Bill Zissimopoulos f98ce856b3 winfsp-tests: create_test: backslash at path end 2016-01-21 15:41:46 -08:00
Bill Zissimopoulos 1d717cc60f winfsp-tests: create_test: double backslash at path root 2016-01-21 15:22:46 -08:00
Bill Zissimopoulos 32a30c5d20 winfsp-tests: create_test: double backslash at path root 2016-01-21 15:17:11 -08:00
Bill Zissimopoulos e2e96322f3 sys: check and remove volume prefix when mounted as a network file system 2016-01-21 15:06:41 -08:00
Bill Zissimopoulos e8eccef80a sys: FspDebugLogIrp 2016-01-21 12:33:40 -08:00
Bill Zissimopoulos 3692f71205 winfsp-tests: create_share_test 2016-01-21 12:19:27 -08:00
Bill Zissimopoulos ad8499b0d5 sys: absolute security descriptor testing 2016-01-21 00:18:05 -08:00
Bill Zissimopoulos 91c9b87c20 sys: security descriptor testing 2016-01-20 23:48:56 -08:00
Bill Zissimopoulos 9eb7d58336 winfsp-tests: create_test 2016-01-20 22:06:32 -08:00
Bill Zissimopoulos 8d9a998c35 winfsp-tests: memfs 2016-01-20 21:49:52 -08:00
Bill Zissimopoulos 29bb7f2195 dll: FspFileSystemOpenCheck 2016-01-20 20:24:14 -08:00
Bill Zissimopoulos e8cba8dd81 winfsp-tests: create_test 2016-01-20 19:48:42 -08:00
Bill Zissimopoulos 6adc3e792a sys: IRP_MJ_CREATE: FileAttributes 2016-01-20 18:12:08 -08:00
Bill Zissimopoulos 02ab670b39 sys: WIP 2016-01-20 16:43:30 -08:00
Bill Zissimopoulos b9ea2196c0 sys: FspFsvolCreateTryOpen 2016-01-20 15:47:00 -08:00
Bill Zissimopoulos 12cec5dc22 sys: FspFsvolCreateTryFlushImage 2016-01-20 15:42:33 -08:00
Bill Zissimopoulos 8264ace57a sys: WIP 2016-01-19 22:00:12 -08:00
Bill Zissimopoulos 10d893e23b winfsp-tests: create_test 2016-01-19 20:18:16 -08:00
Bill Zissimopoulos a720b2c41b winfsp-tests: create_test 2016-01-19 19:21:27 -08:00
Bill Zissimopoulos 472759ae83 winfsp-tests: create_test 2016-01-19 19:05:58 -08:00
Bill Zissimopoulos 642a7d9a7b dll: FspAccessCheckEx 2016-01-19 18:46:23 -08:00
Bill Zissimopoulos 008178a21c sys: WIP 2016-01-19 17:40:14 -08:00
Bill Zissimopoulos 727975e206 sys: FileDesc now stored for FileObject (in FsContext2) 2016-01-19 17:38:12 -08:00
Bill Zissimopoulos efe3d6656b sys: FspFileNode acquire/release 2016-01-18 17:16:28 -08:00
Bill Zissimopoulos 512d7dc950 sys: FspFileNode acquire/release 2016-01-18 12:56:22 -08:00
Bill Zissimopoulos c488949022 sys: rename retain/release to reference/dereference 2016-01-18 12:38:37 -08:00
Bill Zissimopoulos b17d70e462 sys: rename FsContext to FileNode 2016-01-18 12:25:56 -08:00
Bill Zissimopoulos 1dede99423 sys: FspIopCompleteCanceledIrp: remove extraneous newline from DEBUGLOG 2016-01-17 14:29:16 -08:00
Bill Zissimopoulos a7fb304a24 winfsp-tests: memfs: fixes 2016-01-17 14:24:56 -08:00
Bill Zissimopoulos 0bedee7d5f sys: introduce private NTSTATUS codes FSP_STATUS_POST_IOQ* and ensure that Irp is not touched after STATUS_PENDING 2016-01-17 14:12:05 -08:00
Bill Zissimopoulos 9c7d9c5944 sys: DEBUGBREAK 2016-01-16 12:37:42 -08:00
Bill Zissimopoulos 215f5679b8 winfsp-tests: create-test 2016-01-16 12:36:20 -08:00
Bill Zissimopoulos ccd61180c5 sys: FspIopCompleteCanceledIrp: DEBUGLOG canceled IRP's 2016-01-16 11:23:04 -08:00
Bill Zissimopoulos 2da9d9e8b0 sys: functions that use Io{Acquire,Release}VpbSpinLock cannot be PAGED_CODE 2016-01-16 11:22:13 -08:00
Bill Zissimopoulos 2341c7fd7c sys: FspVolumeWork: minor bug fix 2016-01-15 18:14:10 -08:00
Bill Zissimopoulos 6d4700e0d3 sys: IRP_MJ_CREATE: disassociate FsContext from Request on success! 2016-01-15 17:42:07 -08:00
Bill Zissimopoulos 7c4f77019f sys: device: FspFsvolDeviceCompareElement: bug fix 2016-01-15 16:52:09 -08:00
Bill Zissimopoulos a3890fca28 winfsp-tests: mount-test fix 2016-01-15 16:49:20 -08:00
Bill Zissimopoulos fd6c36b62c sys: device.c: use ERESOURCE instead of fast/guarded mutex as a lock for Context table 2016-01-15 16:00:30 -08:00
Bill Zissimopoulos 58b16cdaae winfsp-tests: memfs: testing 2016-01-15 15:06:08 -08:00
Bill Zissimopoulos 8b1bcf3583 dll: create: testing 2016-01-15 15:05:52 -08:00
Bill Zissimopoulos 5a1384462b dll: FspDebugLogSD 2016-01-15 15:05:19 -08:00
Bill Zissimopoulos 73ca6b30dc sys: FspFsvolCreatePrepare: send impersonation token to user-mode 2016-01-15 15:04:49 -08:00
Bill Zissimopoulos c933e81b5f dll: FspAssignSecurity 2016-01-14 17:46:41 -08:00
Bill Zissimopoulos 08ba86980d winfsp-tests: memfs-test, create-test 2016-01-13 16:41:43 -08:00
Bill Zissimopoulos d9464ba88f dll: FspFileSystemLoop: check dispatcher result immediately after exit from FspFsctlTransact 2016-01-13 16:37:19 -08:00
Bill Zissimopoulos ed5e95b863 sys: FspVolumeGetName: bug fix 2016-01-13 16:35:36 -08:00
Bill Zissimopoulos a1efce552e winfsp-tests: always use release libraries 2016-01-13 15:17:20 -08:00
Bill Zissimopoulos f3d84c7b88 rename *Path to *Name in multiple instances 2016-01-13 15:16:46 -08:00
Bill Zissimopoulos 830d2fde71 memfs 2016-01-13 13:45:15 -08:00
Bill Zissimopoulos 7936c4df24 winfsp-tests: Memfs C++ implementation 2016-01-13 13:34:34 -08:00
Bill Zissimopoulos 45a01b4af2 winfsp.h: minor change 2016-01-13 13:34:07 -08:00
Bill Zissimopoulos ebc8016787 dll: FSP_FILE_SYSTEM_INTERFACE method changes and C++ support 2016-01-13 12:15:03 -08:00
Bill Zissimopoulos 5d558334cd winfsp-tests: memfs 2016-01-12 19:49:09 -08:00
Bill Zissimopoulos 240c914728 dll: WIP 2016-01-12 17:59:32 -08:00
Bill Zissimopoulos 3eae5bc726 dll: overwrite refactoring 2016-01-12 16:44:11 -08:00
Bill Zissimopoulos 7e1883044b dll: overwrite refactoring 2016-01-12 16:43:24 -08:00
Bill Zissimopoulos cbf15e47ad sys: IRP_MJ_CREATE refactoring 2016-01-12 16:41:12 -08:00
Bill Zissimopoulos 4fce03c636 sys: IRP_MJ_CREATE: root directory check 2016-01-12 15:30:13 -08:00
Bill Zissimopoulos 3c80e25614 dll: overwrite refactoring 2016-01-12 15:14:31 -08:00
Bill Zissimopoulos 39847b7181 sys: IRP_MJ_CREATE refactoring 2016-01-12 14:41:53 -08:00
Bill Zissimopoulos 8a77de8908 sys: IRP_MJ_CREATE refactoring 2016-01-12 14:34:30 -08:00
Bill Zissimopoulos cd28edf6a9 sys: IRP_MJ_CREATE refactoring 2016-01-12 13:50:41 -08:00
Bill Zissimopoulos 26e2bf506b sys: IRP_MJ_CREATE refactoring 2016-01-12 12:16:33 -08:00
Bill Zissimopoulos e885905c77 sys: ioq: IRP can no longer be canceled once they enter the Processing state 2016-01-11 17:14:06 -08:00
Bill Zissimopoulos d8cde24fcd sys: IRP_MJ_CREATE 2016-01-07 23:13:29 -08:00
Bill Zissimopoulos e83cecded9 sys: IRP_MJ_CREATE 2016-01-07 22:12:30 -08:00
Bill Zissimopoulos 8c7f790805 sys: IRP_MJ_CREATE 2016-01-07 21:54:18 -08:00
Bill Zissimopoulos a382db8b01 sys: IRP_MJ_CREATE: refactoring to support Overwrite 2016-01-07 19:47:45 -08:00
Bill Zissimopoulos 16895a5b68 sys: IRP_MJ_CREATE: refactoring to support Overwrite 2016-01-07 15:42:53 -08:00
Bill Zissimopoulos 9b93df1788 sys: FspIoqNextPendingIrp: add BoundaryIrp parameter 2016-01-05 17:10:44 -08:00
Bill Zissimopoulos 164b48f453 sys: FSP_LEAVE_IOC fix 2016-01-05 16:38:38 -08:00
Bill Zissimopoulos fe73fe8267 sys: FspIopPostWorkRequestBestEffort 2016-01-05 16:27:42 -08:00
Bill Zissimopoulos 0bfd946edb sys: FspIopPostWorkRequestBestEffort 2016-01-05 16:24:10 -08:00
Bill Zissimopoulos bd5b1e59c1 sys: FspIoqPostIrpEx 2016-01-05 15:50:37 -08:00
Bill Zissimopoulos 9d9eb44f0b sys: complete functions may repost IRP by setting Result to STATUS_PENDING 2016-01-05 15:39:58 -08:00
Bill Zissimopoulos cafa15f1e4 sys: complete functions may repost IRP by setting Result to STATUS_PENDING 2016-01-05 14:52:02 -08:00
Bill Zissimopoulos aad518ac27 dll: FspShareAccessRemove in cleanup 2016-01-05 13:30:23 -08:00
Bill Zissimopoulos 0d7a6f5ce6 sys: IRP_MJ_CREATE: STATUS_REPARSE: clarify RelatedFileObject handling 2016-01-05 13:08:26 -08:00
Bill Zissimopoulos 2e5b7dc716 sys: create: disable ValidDataLength functionality 2016-01-04 23:49:56 -08:00
Bill Zissimopoulos 483e39f196 remove obsolete directory src0 2016-01-04 22:34:54 -08:00
Bill Zissimopoulos bfb8c970af dll: create, cleanup 2016-01-04 22:32:16 -08:00
Bill Zissimopoulos 1b068054f4 dll: create 2016-01-04 21:58:46 -08:00
Bill Zissimopoulos d96d33557f dll: create 2016-01-04 21:57:23 -08:00
Bill Zissimopoulos d2eabf4e05 dll: create.c: refactoring 2016-01-04 21:46:02 -08:00
Bill Zissimopoulos 5eaa6b03ae dll: create 2016-01-04 17:42:25 -08:00
Bill Zissimopoulos 3acb6da4ba dll: create 2016-01-04 17:29:16 -08:00
Bill Zissimopoulos 51143b58a6 dll: renamed FSP_FILE_SYSTEM_INTERFACE methods 2016-01-04 17:19:48 -08:00
Bill Zissimopoulos dc9f95e8a6 dll: cleanup, close 2016-01-04 17:14:49 -08:00
Bill Zissimopoulos cfb69319f7 sys: IRP_MJ_CLEANUP, IRP_MJ_CLOSE 2016-01-04 16:49:23 -08:00
Bill Zissimopoulos 3996169639 sys: MustSucceed requests 2016-01-04 16:46:29 -08:00
Bill Zissimopoulos 8ad93d934d sys: IRP_MJ_CLOSE 2016-01-04 15:34:11 -08:00
Bill Zissimopoulos 707e53d99f sys: IRP_MJ_CLEANUP 2016-01-04 14:59:06 -08:00