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

1027 Коммитов

Автор SHA1 Сообщение Дата
Sourav Gupta de2f9fdc8a
README update (#1513) 2024-09-17 11:18:15 +05:30
ashruti-msft 820e00f875
Fix code coverage tests (#1518) 2024-09-14 02:40:46 +05:30
Sourav Gupta 7e61a85e6c
Updating codeowners (#1520) 2024-09-13 15:20:17 +05:30
syeleti-msft a42da599c0
Making pipeline consistent with the units (#1461) 2024-09-06 15:37:46 +05:30
Vikas Bhansali fe4a91bfd1
Update types.go 2024-09-03 18:22:17 +05:30
Vikas Bhansali 72a988d8c7
Update CHANGELOG.md 2024-09-03 18:21:44 +05:30
Sourav Gupta d063317380
Added block cache limitations (#1511) 2024-08-30 14:53:53 +05:30
abhiguptacse 1b46f6c04a poc for custom component 2024-08-29 19:08:38 +00:00
Ubuntu aa265f6b23 fix 2024-08-27 05:48:56 +00:00
Ubuntu 435c57a0a6 fix lint 2024-08-26 09:24:01 +00:00
Ubuntu 66f925ac00 added tests 2024-08-23 10:39:34 +00:00
Ubuntu a584a0f31a final 2024-08-23 10:28:59 +00:00
Ubuntu 73677f24c4 fixed block size for bc 2024-08-23 10:16:43 +00:00
Ubuntu 65a09eee26 MErge 2024-08-23 07:44:09 +00:00
Anubhuti Shruti 50faa49013 fix 2024-08-23 12:50:22 +05:30
Sourav Gupta 0aa064f066
Data integrity issues in block cache (#1508)
* Data Integrity fixes
2024-08-22 18:18:42 +05:30
dphulkar-msft 25489b8f28
Merge pull request #1506 from Azure/dphulkar/fuse-mariner3
Added support for mariner preview package release.
2024-08-21 10:31:12 +05:30
Ubuntu 338bf6560f fixed golangci-lint issues 2024-08-20 10:59:15 +00:00
Ubuntu 039d5ed1bd Merge branch 'dphulkar/fuse-mariner3' of https://github.com/Azure/azure-storage-fuse into dphulkar/fuse-mariner3 2024-08-20 10:23:58 +00:00
Ubuntu 497b2263b1 update code changes 2024-08-20 10:22:16 +00:00
Ubuntu 1d45426624 update code changes 2024-08-20 10:20:28 +00:00
Ubuntu 1152ab8a05 test code changes 2024-08-20 10:17:03 +00:00
Ubuntu 49d4c439ae test 2024-08-20 08:13:31 +00:00
Ubuntu fc9a9dffa9 Test 2024-08-20 07:30:10 +00:00
Ubuntu de224f8d7b Test 2024-08-20 07:14:57 +00:00
Dhanashree Phulkar 2a84ffd76c Added support for mariner preview package release 2024-08-19 16:42:03 +05:30
Sourav Gupta c4d638f7d0
Error message for disabling random write in block cache (#1498) 2024-08-09 12:25:21 +05:30
Vikas Bhansali 627d6e6531
Update CHANGELOG.md 2024-08-08 20:52:32 +05:30
ashruti-msft 7509b21cc1
Cleared all flags and print cooking cooked lists (#1496)
* Cleared all flags and print cooking cooked
2024-08-08 20:50:34 +05:30
Ubuntu 8699f6f83c disk 2024-08-06 07:23:02 +00:00
Anubhuti Shruti 480175d8ee Merge branch 'main' into ashruti/disk 2024-08-05 13:12:19 +05:30
Anubhuti Shruti 23d6002f10 Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-08-05 12:56:22 +05:30
Vikas Bhansali c05c3043a7
Correct SUSE fuse download path (#1489)
* Correct SUSE path
2024-08-05 12:33:05 +05:30
Anubhuti Shruti fc9a481c3c Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-08-05 11:43:57 +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
Anubhuti Shruti 7f09150204 Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-08-02 16:39:58 +05:30
ashruti-msft 9fb7645315
New pipeline data validation (#1488) 2024-08-02 16:39:38 +05:30
Vikas Bhansali 2c1781ec92
Depdendency upgrade for next release (#1486)
* Depdendency upgrade for next release
2024-08-02 14:20:52 +05:30
Anubhuti Shruti cfc27fa6f0 Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-08-01 15:23:49 +05:30
Vikas Bhansali bd0f411b46
Update types.go 2024-07-31 19:50:20 +05:30
Sourav Gupta e1a100ee73
Block cache disable random write (#1484)
* Block random write operations
2024-07-31 19:46:57 +05:30
Anubhuti Shruti 6333d32e29 Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-07-31 16:57:29 +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
Anubhuti Shruti 51648dfc80 Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-07-30 17:09:38 +05:30
Sourav Gupta ee19eff072
Block cache random write in sparse files (#1475) 2024-07-30 16:27:20 +05:30
syeleti-msft c0afb6025c
Block cache openFile if condition bug (#1472)
* Correct the Condition check that prevents last block to be size greater that block size
2024-07-30 10:56:33 +05:30
Vikas Bhansali db7dec95e4
Blocker and Vulnerability update (#1473)
* Make vulnerability scan a common code
2024-07-29 15:13:48 +05:30
Vishnu Charan TJ 13f5d24be3
Update README.md (#1480)
Added link to Known issues
2024-07-28 11:12:31 +05:30
Vishnu Charan TJ 487ed22880
Update README.md (#1477)
* Update README.md
2024-07-27 10:23:35 +05:30
Anubhuti Shruti 962e1c29c9 Merge branch 'main' of https://github.com/Azure/azure-storage-fuse into main 2024-07-26 12:17:22 +05:30