summaryrefslogtreecommitdiffstats
path: root/src/fuse/cowfile.h
Commit message (Expand)AuthorAgeFilesLines
* [FUSE] Use CURLOPT_HEADERFUNCTION instead of curl_easy_headerSimon Rettberg2024-04-191-0/+1
* [FUSE] More cleanup and minor fixesSimon Rettberg2024-04-111-7/+8
* [FUSE] cow: More fixes and refactoringSimon Rettberg2023-04-141-25/+27
* [FUSE] cow: Cleanup, comments, fixes, minor refactoringSimon Rettberg2023-03-291-44/+49
* Fixed cow daemon issueMichael Scherle2022-09-131-1/+1
* incorrect resizing fixedMichael Scherle2022-07-261-5/+6
* optimised file size changesMichael Scherle2022-07-111-1/+8
* added blockupload dump into status.txtMichael Scherle2022-07-041-1/+8
* removed timeUploaded and use cmpxchgMichael Scherle2022-06-301-3/+2Star
* created sperate paramter for statsMichael Scherle2022-06-281-2/+2
* moved buffer from dnbd3_async_t to parentMichael Scherle2022-06-131-2/+5
* added upload speed in status & mem leak fixMichael Scherle2022-06-091-22/+24
* asserts to verify type sizeMichael Scherle2022-06-081-15/+17
* struct padding and type changesMichael Scherle2022-06-081-9/+17
* fixed multiple compiler warningsMichael Scherle2022-06-071-4/+4
* added parallel file uploadMichael Scherle2022-06-031-0/+2
* security fixesMichael Scherle2022-06-031-3/+2Star
* fixed wrong bitfield sizeMichael Scherle2022-06-021-1/+1
* added cow upload status file & started docMichael Scherle2022-05-301-0/+2
* implemented block upload via restMichael Scherle2022-05-111-10/+21
* changed to use container_of and callbacksMichael Scherle2022-04-121-6/+17
* multible bugfixes, test can verify existing fileMichael Scherle2022-03-311-22/+32
* first round of fixes: static, setBits, MagicValuesMichael Scherle2022-03-071-21/+21
* reworked and fixed cowfile_read, added one testMichael Scherle2022-02-231-1/+1
* basic cow implementation & rudimentary testsMichael Scherle2022-02-171-0/+72