Bill Zissimopoulos
24e6f1a2f6
Merge branch 'pvt-gauntlet-vs2019' into pvt-gauntlet-merge
2022-01-08 09:51:41 +00:00
Bill Zissimopoulos
751eaa69df
update source copyright to 2022
2022-01-07 17:30:49 +00:00
Bill Zissimopoulos
27b52fd167
tst: ntptfs: new passthrough file system
2022-01-06 13:40:26 +00:00
Bill Zissimopoulos
b8038604d1
tst: winfsp-tests: disable delete_ex_test and rename_ex_test on shares
...
These tests fail on Server 2019. This is not a WinFsp problem.
2021-12-18 10:20:15 +00:00
Bill Zissimopoulos
00219f29cf
sys: POSIX rename improvements
2021-11-25 10:35:22 +00:00
Bill Zissimopoulos
c4f994f8f6
sys: FspFsvolSetDispositionInformation
...
return STATUS_FILE_DELETED if file is already deleted
2021-11-24 18:31:48 +00:00
Bill Zissimopoulos
91211f6ccb
sys: reimplement POSIX unlink
2021-11-24 16:03:31 +00:00
Bill Zissimopoulos
ec3386c2b3
tst: winfsp-tests: add --fuse-external option
2021-11-13 10:15:12 +00:00
Bill Zissimopoulos
af257d4bff
tst: winfsp-tests: eliminate use of symbol FILE_SUPPORTS_POSIX_UNLINK_RENAME
2021-10-21 15:56:58 +01:00
Bill Zissimopoulos
bb3e92df6c
sys, dll: implement POSIX semantics for Rename
2021-10-21 15:39:25 +01:00
Bill Zissimopoulos
6e3a8f70b2
update source copyright to 2021
2021-05-21 15:57:05 -07:00
Bill Zissimopoulos
32a5b2bc64
tst: winfsp-tests: rename_backslash_test
2020-10-01 11:46:55 -07:00
Bill Zissimopoulos
6bcbfd5380
tst: winfsp-tests: disable query_winfsp_tests over --external
2020-05-25 12:58:20 -07:00
Bill Zissimopoulos
a197b99960
tst: winfsp-tests: disable query_winfsp_tests over shares
2020-05-25 11:49:36 -07:00
Bill Zissimopoulos
2ffb8a1c97
sys: FSP_FSCTL_QUERY_WINFSP
...
The FSP_FSCTL_QUERY_WINFSP code provides a simple method to determine if
the file system backing a file is a WinFsp file system. To use issue a
DeviceIoControl(Handle, FSP_FSCTL_QUERY_WINFSP, 0, 0, 0, 0, &Bytes, 0)
If the return value is TRUE this is a WinFsp file system.
2020-05-24 21:04:28 -07:00
Bill Zissimopoulos
aedf01a384
update source copyright for 2020
2020-01-02 17:50:40 -08:00
Bill Zissimopoulos
d2de5e996c
update source copyright for 2019
2019-02-28 10:39:31 -08:00
Bill Zissimopoulos
d813116f77
winfsp-tests: getfileattr_test
2018-10-02 22:35:44 -07:00
Bill Zissimopoulos
a201919291
winfsp-tests: getfileattr_test
2018-10-02 21:44:23 -07:00
Bill Zissimopoulos
75ae8daf8f
update commercial disclaimer
2018-08-21 18:09:33 -07:00
Bill Zissimopoulos
2e7e95df76
appveyor: troubleshoot create_pid_test, rename_pid_test
2018-04-17 16:34:59 -07:00
Bill Zissimopoulos
7908ba09ac
appveyor: troubleshoot rename_pid_test
2018-04-17 13:16:52 -07:00
Bill Zissimopoulos
9bd9cf4fbd
update source copyright notices for 2018
2018-01-03 15:29:38 -08:00
Bill Zissimopoulos
77349c1330
tst: winfsp-tests: setfileinfo_test, stream_setfileinfo_test:
...
- perform time tests around UNIX epoch to accommodate 32-bit file systems
2017-11-15 10:48:15 -08:00
Bill Zissimopoulos
193d5f4e91
tst: originating process id
2017-07-12 22:34:47 -07:00
Bill Zissimopoulos
cf69d6a08d
tst: winfsp-tests: delete_standby_test
2017-02-11 10:07:03 -08:00
Bill Zissimopoulos
0d95bb9b14
tst: winfsp-tests: delete_standby_test: disable parts that fail with shares and passthrough
2017-02-10 23:24:05 -08:00
Bill Zissimopoulos
cf48d19759
tst: winfsp-tests: delete_standby_test: disable portion that fails under a share
2017-02-10 22:19:25 -08:00
Bill Zissimopoulos
14c602ccd8
tst: winfsp-tests: delete_standby_test
2017-02-10 21:31:55 -08:00
Bill Zissimopoulos
2d45082d80
tst: winfsp-tests: delete_standby_test
2017-02-10 19:50:16 -08:00
Bill Zissimopoulos
25cf527af4
tst: winfsp-tests: rename_standby_test
2017-02-10 15:47:44 -08:00
Bill Zissimopoulos
76d081937e
tst: winfsp-tests: rename_standby_test
2017-02-10 15:25:36 -08:00
Bill Zissimopoulos
46d5c98926
tst: winfsp-tests: rename_standby_test
2017-02-09 17:38:24 -08:00
Bill Zissimopoulos
c6d9e68c3f
Revert "tst: winfsp-tests: getfileinfo_dotest: CREATE_ALWAYS instead of CREATE_NEW"
...
This reverts commit dca3cb93f32c3d19526607a613bc762ec8a658d8.
2017-02-03 18:48:55 -08:00
Bill Zissimopoulos
dca3cb93f3
tst: winfsp-tests: getfileinfo_dotest: CREATE_ALWAYS instead of CREATE_NEW
2017-02-02 22:12:49 -08:00
Bill Zissimopoulos
a57325e8af
update source copyright notices for 2017
2017-01-05 13:56:18 -08:00
Bill Zissimopoulos
13d6ec3638
sys: FspFileNodeRenameCheck: allow multiple handles open on the file being renamed
2016-12-31 15:28:26 -08:00
Bill Zissimopoulos
f1ee19d8dc
tst: winfsp-tests: getvolinfo_test: do not do short name testing with shares
2016-12-15 16:52:36 -08:00
Bill Zissimopoulos
671c0c12ab
sys: FSCTL_QUERY_PERSISTENT_VOLUME_STATE
2016-12-15 16:15:22 -08:00
Bill Zissimopoulos
eea1a8fd8b
tst: winfsp-tests: disable tests that cannot work under a network share
2016-11-24 17:35:45 -08:00
Bill Zissimopoulos
5444ce7f50
sys: rename: only do MmFlushImageSection when ImageSectionObject is not NULL
2016-11-24 15:09:39 -08:00
Bill Zissimopoulos
29c140b9cd
tst: winfsp-tests: delete_pending_test
2016-11-24 13:34:51 -08:00
Bill Zissimopoulos
cdfd60877b
tst: winfsp-tests: delete_mmap_test
2016-11-24 13:26:50 -08:00
Bill Zissimopoulos
1f385a9ab5
sys: rename: bail early when attempting to replace directory
2016-11-22 15:47:34 -08:00
Bill Zissimopoulos
b0a59e42fc
tst: add oplock testsuite run and disable some tests according to configuration
2016-11-21 16:45:10 -08:00
Bill Zissimopoulos
4c6a61d2c9
tst: winfsp-tests: refactoring/fixes when running --ntfs/--external tests
2016-11-01 11:13:25 -07:00
Bill Zissimopoulos
ff7a446194
tst: winfsp-tests: WIP
2016-10-26 13:16:27 -07:00
Bill Zissimopoulos
b072a1f0da
tst: winfsp-tests: add license headers
2016-10-25 20:29:05 -07:00
Bill Zissimopoulos
310fd23035
tst: winfsp-tests: initial network share support
2016-10-25 11:04:53 -07:00
Bill Zissimopoulos
03611b6210
sys: FspFsvolSetRenameInformation: when doing an exact case rename do not send it to the user mode file system
2016-10-19 16:15:23 -07:00