azure-storage-fuse/common
Sourav Gupta a92ef4339b
Mount using /etc/fstab (#924)
* parsing os args

* Removing auto completion

* Update changelog

* Add more flags to ignore

* Small change'

* coverage edit

* Removing dead code

* Add test cases for parse and validate config

* Init logger for UT on config

* Correctly define const slice for fuse ignored flags

* Adding unmount test cases

* Add comments as per review comments

* Correcting unmount tests

* Add logs if mkdir fails

* spell correction in comments

* Run all unmount tests serially with different mount points

* correcting unmount test cases

* Making unmount test parallel

* Adding handle map test cases

Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
2022-10-05 21:33:52 +05:30
..
cache_policy Module name fix (#847) 2022-07-27 12:19:36 +05:30
config Clean up exit 1 errors for blobfuse2 (#893) 2022-09-08 13:09:32 -07:00
exectime First commit of blobfuse v2 code 2022-02-14 09:41:31 -08:00
log Clean up exit 1 errors for blobfuse2 (#893) 2022-09-08 13:09:32 -07:00
stats_collector Adding code linting (#844) 2022-07-28 10:09:41 +05:30
stats_monitor First commit of blobfuse v2 code 2022-02-14 09:41:31 -08:00
lock_map.go File-cache open-file complexity with respect to file locks removed (#737) 2022-03-25 08:30:33 +05:30
types.go Mount using /etc/fstab (#924) 2022-10-05 21:33:52 +05:30
types_test.go Adding code linting (#844) 2022-07-28 10:09:41 +05:30
util.go Clean up exit 1 errors for blobfuse2 (#893) 2022-09-08 13:09:32 -07:00
util_test.go Expand path (#880) 2022-09-01 19:30:08 +05:30
version.go Adding version and security warnings check (#726) 2022-03-15 09:59:21 +05:30
version_test.go Block level disk cache for read streaming (#706) 2022-03-03 09:57:11 +05:30