Vikas Bhansali
72a988d8c7
Update CHANGELOG.md
2024-09-03 18:21:44 +05:30
Sourav Gupta
0aa064f066
Data integrity issues in block cache ( #1508 )
...
* Data Integrity fixes
2024-08-22 18:18:42 +05:30
Vikas Bhansali
627d6e6531
Update CHANGELOG.md
2024-08-08 20:52:32 +05:30
Sourav Gupta
891d0032e4
Race condition in random write between uploading and writing to a same block ( #1481 )
...
* Block upload and write race condition
2024-08-03 12:02:36 +05:30
Sourav Gupta
e1a100ee73
Block cache disable random write ( #1484 )
...
* Block random write operations
2024-07-31 19:46:57 +05:30
ashruti-msft
da78133520
Block Cache Read correction ( #1483 )
...
Fixed: We copied the entire block regardless of whether it was fully used, leading to copying over garbage data.
Fixed: Error in read when disk cache was enabled
2024-07-31 11:00:28 +05:30
Sourav Gupta
ee19eff072
Block cache random write in sparse files ( #1475 )
2024-07-30 16:27:20 +05:30
Sourav Gupta
f2e14e63ae
Reset block when released ( #1467 )
2024-07-24 13:05:43 +05:30
Vikas Bhansali
3d46ca9e8a
Cleanup stale mount in remount case ( #1453 )
...
* Cleanup in case of mount failure for broken blobfuse mounts
2024-07-17 08:16:58 +05:30
ashruti-msft
3d06a5cfec
fc autoconfig ( #1439 )
2024-06-24 10:39:36 +05:30
ashruti-msft
6be841d32d
Autoconfig ( #1416 )
2024-06-21 11:14:51 +05:30
Sourav Gupta
0e56714623
Fixing proxy URL parsing ( #1429 )
2024-06-18 12:21:18 +05:30
Sourav Gupta
a68cace63b
Updating changelog ( #1415 )
2024-05-16 17:21:20 +05:30
Sourav Gupta
33008bbc0b
Updating changelog ( #1414 )
2024-05-16 07:51:52 +05:30
Sourav Gupta
8a9fb1c359
Update changelog ( #1403 )
2024-05-08 12:41:47 +05:30
Abhinav Gupta
d062059b79
Get attribute fix for directory with cpk enabled ( #1387 )
2024-05-08 11:56:06 +05:30
Sourav Gupta
644728f209
azcli auth mode ( #1384 )
2024-04-15 11:34:24 +05:30
Vikas Bhansali
3112abf2ad
TLRU large number of threads causing panic ( #1382 )
...
* Upgrade to TLRU's latest version for updated async eviction logic
2024-04-11 12:47:10 +05:30
Vikas Bhansali
c4902a3e25
Fix fuse minor version check ( #1381 )
...
* Fix fuse minor version check to get current version from shell
2024-04-09 21:48:51 +05:30
Sourav Gupta
8e06e67633
GO SDK track2 migration ( #1380 )
2024-04-04 15:59:29 +05:30
Vikas Bhansali
0efccdc3ab
Add lazy-write feature to make flush and close async in nature. ( #1373 )
...
* Adding lazy write feature
2024-04-04 12:51:48 +05:30
Vikas Bhansali
c0fd87a9be
libfuse-3.3 does not support 1MB max_write ( #1378 )
...
* set max_write only for fuse version > 3.5
2024-04-03 15:57:31 +05:30
Vikas Bhansali
ab82bcd97c
Update CHANGELOG.md
2024-02-28 14:53:17 +05:30
Vikas Bhansali
bd7dffcfc4
Adding e2e tests for block-cache in pipeline ( #1325 )
...
* Adding e2e tests for block-cache in pipeline
2024-02-27 14:32:48 +05:30
ashruti-msft
7015de343f
Update CHANGELOG.md ( #1331 )
2024-02-02 15:34:38 +05:30
Vikas Bhansali
fdfe001287
Write support using Block-Cache ( #1258 )
...
* Adding support for writing using block-cache
2024-01-22 17:38:30 +05:30
Sourav Gupta
d918c11e5a
Mount on non-empty path ( #1311 )
2024-01-16 11:12:53 +05:30
abhiguptacse
7710125a34
Enhancement: Adding CPK support ( #1294 )
2023-12-07 10:33:11 +05:30
Sourav Gupta
9938eee80d
Default working directory when $HOME is not present ( #1296 )
2023-12-06 14:24:55 +05:30
Sourav Gupta
e687255929
Attribute cache invalidation on PathAlreadyExists error ( #1293 )
2023-11-27 10:17:21 +05:30
Vikas Bhansali
779a5eaeb1
2.1.2 release changelog update ( #1288 )
...
* Updating changelog
2023-11-16 15:29:09 +05:30
Vikas Bhansali
41fa93b82f
Randomise refresh token flow ( #1267 )
...
* Adding code to refresh the token on random interval and retry in case of failure
2023-11-15 17:56:11 +05:30
Sourav Gupta
b522de38d8
Rename Directory fix in blob accounts ( #1286 )
...
* Fix rename dir in blob accounts
2023-11-15 16:20:06 +05:30
Vikas Bhansali
9c10ae0880
Correcting sync to flush behavior ( #1281 )
...
* Correcting sync to flush behaviour
2023-11-07 17:18:11 +05:30
Sourav Gupta
610ef3af8a
Symlink fix for ADLS accounts ( #1283 )
2023-11-07 15:56:28 +05:30
Vikas Bhansali
9b617314d4
Update CHANGELOG.md
2023-11-02 22:27:01 +05:30
Vikas Bhansali
b511c522ab
Respect uid/gid sent over cli param or config file ( #1276 )
...
* Respect uid/gid sent over cli param or config file and respresent the same in file listing
2023-10-30 16:34:32 +05:30
vibhansa-msft
a334990f9e
Revert "Trial for token retrival on each retry instead of refresh of existing token"
...
This reverts commit e6b73e9b58
.
2023-10-19 09:48:06 +05:30
vibhansa-msft
e6b73e9b58
Trial for token retrival on each retry instead of refresh of existing token
2023-10-18 14:07:58 +05:30
Vikas Bhansali
aeaefe10b7
Invalid prefetch count shall fail the mount. ( #1263 )
...
* Fail mount if prefetch count in block-cache config is not aligned to allowed memory limits
2023-10-18 12:56:31 +05:30
Vikas Bhansali
fc6eb02887
Make file cache limit a hard limit ( #1255 )
...
* Making file cache size limit a hard limit
2023-10-05 18:43:06 +05:30
Vikas Bhansali
977f5ded8d
Support synfile in stream mode to force upload contents ( #1254 )
...
* Add support for sync to force upload a file'
2023-10-03 22:21:11 +05:30
Vikas Bhansali
0f20ace345
Refresh token 5 minutes before the expiry ( #1253 )
...
* Refresh token 5 minutes before the expiry
2023-10-03 21:57:59 +05:30
Vikas Bhansali
b367fa7e11
Multiple Bug fixes ( #1249 )
...
* Multiple bug fixes
2023-09-25 16:22:45 +05:30
Vikas Bhansali
74fef2c5c5
Move away from third party docker container base image ( #1236 )
...
* Adding steps to publish Mariner based docker image and docker image for ARM64
2023-09-19 16:41:01 +05:30
Vikas Bhansali
5ed243d5ac
Add option to ignore-sync for RMAN backup/restore case ( #1238 )
...
Add option to ignore-sync for RMAN backup/restore case
2023-09-13 08:09:37 +05:30
ashruti-msft
b593811800
Fixed case sensitivity for content type and optimized the truncate process ( #1242 )
...
Co-authored-by: Anubhuti Shruti <ashruti-msft>
2023-09-07 20:57:37 +05:30
Vikas Bhansali
0909a77710
Disk Usage check correction ( #1233 )
...
* correcting disk usage checks
2023-08-28 17:30:42 +05:30
Vikas Bhansali
7f27b2f3f9
Vibhansa/truncatefile simplify ( #1232 )
...
* Simplify truncate file logic as earlier is resulting into throttling for few customers
2023-08-28 16:12:12 +05:30
Vikas Bhansali
5ecfe4004c
Adaptive Prefetch Streaming ( #1181 )
...
* Adaptive Prefetch Streaming
2023-08-25 12:20:34 +05:30