Граф коммитов

56 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] 642557dd38
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:11:42 +00:00
microsoft-github-policy-service[bot] bc7a3f1af0
Microsoft mandatory file 2022-08-01 18:10:13 +00:00
rachelgshaffer 35489cf45a
Merge pull request #27 from Microsoft/rashaf/block-on-mount
Add log to end of init
2019-01-18 10:47:24 -08:00
rachelgshaffer a579aeb8de
Add log to end of init 2019-01-18 10:05:16 -08:00
Chris Wilcox f1118ecd20 improve readme to include some information on configuring a test environment 2018-02-15 10:34:46 -08:00
Christopher Wilcox 64f2b09af9
Merge pull request #21 from crwilcox/20-fixbatchingpreventingerrorreports
Fixes #20 fixbatchingpreventingerrorreports
2018-02-12 23:21:31 -08:00
Kieran Brantner-Magee 3ac44b4b3b Remove trailing whitespace 2018-02-12 16:50:30 -08:00
Kieran Brantner-Magee e511c45d35 Address PR comments.
Get quota automatically
Style fixes.
2018-02-09 08:34:28 -08:00
Kieran Brantner-Magee 86ca235ae2 Added unit test for validating quota exception behavior, fixed up the validation write within the driver itself. 2018-02-05 23:32:08 -08:00
Kieran Brantner-Magee 5f22817673 If a write has failed, force a write to be done synchronously such that if the FS is returning errors, they are bubbled up to the OS. 2018-01-28 23:27:03 -08:00
Christopher Wilcox 5c712833f3
Merge pull request #18 from crwilcox/bug/17
fixes #17 by returning 0 when exceeding file read
2017-11-30 13:23:27 -08:00
Chris Wilcox 15f46b29f3 fixes #17 by returning 0 when exceeding file read 2017-11-30 12:59:40 -08:00
Christopher Wilcox 6400dd2995 Merge pull request #16 from crwilcox/bug/4-and-5
Fixes #4 by using an enum instead of 'file' or 'directory' typed strings
2017-10-13 13:18:37 -07:00
Christopher Wilcox 94fb7cb0d0 Fixes #4 by using an enum instead of 'file' or 'directory' typed strings. 2017-10-13 12:56:18 -07:00
Christopher Wilcox f26bdcd7f7 Merge pull request #15 from crwilcox/bug/8
fix bug #8 by tying threadcount to cpu count
2017-10-11 18:28:50 -07:00
Christopher Wilcox 385506e097 Merge pull request #14 from crwilcox/bug/12
fixes #12 by stripping leading '?'
2017-10-11 18:26:59 -07:00
Chris Wilcox 64b4aa3ef8 modify env var handling in tests to make it clear which variable is missing 2017-10-11 17:42:02 -07:00
Christopher Wilcox 45e5f5de6e fix bug #8 by tying threadcount to cpu count 2017-10-11 13:43:55 -07:00
Christopher Wilcox 4c60bb2ff2 fixes #12 by stripping leading '?' 2017-10-11 12:36:21 -07:00
Christopher Wilcox bfcc085d42 Merge branch 'master' of https://github.com/crwilcox/AzureFilesFUSE 2017-09-25 10:11:57 -07:00
Christopher Wilcox 557255f54e Updated README install instructions 2017-09-25 10:11:29 -07:00
Christopher Wilcox f3ff4936a2 Merge pull request #11 from crwilcox/bug/10
Bug/10
2017-09-14 11:40:48 -07:00
Christopher Wilcox 1f6b76e513 Remove redundant debug logs. fuse mixin will log them. 2017-09-14 11:32:19 -07:00
Christopher Wilcox c3c1dc6f67 Fixes #10 by flushing on getattr calls. 2017-09-14 11:29:47 -07:00
Christopher Wilcox 2df9467c13 add complicated rename/write test 2017-09-01 11:07:57 -07:00
Christopher Wilcox 9c334c665d Add Travis Logo to Readme 2017-08-31 22:40:56 -07:00
Christopher Wilcox 0d7eebb4ed expand range for times on test 2017-08-31 22:36:07 -07:00
Christopher Wilcox 9ec0e72df1 add travis yml 2017-08-31 22:30:42 -07:00
Christopher Wilcox 4e9547c587 Add unit tests 2017-08-31 13:46:00 -07:00
Christopher Wilcox 355616e2db allow rename on case insensitive rename 2017-08-29 19:07:56 -07:00
Christopher Wilcox e21eefb884 Incorporate fix for reading from a bad offset. 2017-08-28 14:03:41 -07:00
Christopher Wilcox 6a50b18ced Change file modes to better match the host system default 2017-08-18 11:51:55 -07:00
Christopher Wilcox d96c683ed1 Read needs to support returning less than size when reading from the end of the file. 2017-08-18 11:18:12 -07:00
Christopher Wilcox ea805f2f0c Fixes #1 by modifying log statements to use **args 2017-08-18 09:31:22 -07:00
Christopher Wilcox ee2b49e5e2 Fixes #3 by using contextlib suppress instead of empty except 2017-08-18 08:51:24 -07:00
Christopher Wilcox 24c12d0954 Whitespace. Move to storing the computed length of the file. Fixes #7, #2 2017-08-18 08:46:03 -07:00
Christopher Wilcox 12f360c827 Missing flush on read. Bug in caching. 2017-08-18 08:31:30 -07:00
Christopher Wilcox 443335e18e remove log with invalid var name 2017-08-17 09:46:26 -07:00
Christopher Wilcox 9c6dda3aad Bring back modified/created times fixing #6 2017-08-16 16:54:13 -07:00
Christopher Wilcox f549bc4845 10x throughput gained on writes by allowing simultaneous write. Implement flush. Also stripped getting modified for now as it is very expensive
Bring changes made by @crwilcox and @dinov in
2017-08-16 11:51:21 -07:00
Christopher Wilcox bb90be61c2 Add license file, move README to markdown, add gitignore file, update pyproj to use venv 2017-08-07 09:31:19 -07:00
Christopher Wilcox 52f9f0a53c Add detection for out of space. 2017-07-14 11:32:32 -07:00
Christopher Wilcox 21e612d4f9 remove open,release,flush, and fds tracking to simplify
Simplify truncate. Read range. Don't have open download file.
2017-07-11 08:49:46 -07:00
Christopher Wilcox d83ad601d4 modify logging levels to attempt to quiet the logs a bit 2017-06-23 10:21:26 -07:00
Christopher Wilcox b8975e1c6f remove flush impl and use update range on write to avoid writing the full file on every edit. 2017-06-22 23:47:00 -07:00
Christopher Wilcox 4b1bbec9dc It is no longer necessary to flush each write. Much better write performance without this. 2017-06-22 18:24:38 -07:00
Christopher Wilcox 51a5da928f quiet log output a bit 2017-06-22 17:59:12 -07:00
Christopher Wilcox 36d0eb1516 chown and chmod should both have mock implementations. 2017-06-22 17:40:21 -07:00
Christopher Wilcox f67d05135c Unnecessary variable was left from a previous implementation 2017-06-22 17:07:20 -07:00
Christopher Wilcox 60cb663f93 add gitignore 2017-06-21 10:21:09 -07:00