summaryrefslogtreecommitdiffstats
path: root/block/filter-compress.c
Commit message (Expand)AuthorAgeFilesLines
* block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy2022-10-271-5/+3Star
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+4
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+2
* block: Inline bdrv_co_block_status_from_*()Max Reitz2020-09-071-2/+0Star
* block: Use bdrv_default_perms()Max Reitz2020-05-181-1/+1
* block: Make filter drivers use child_of_bdsMax Reitz2020-05-181-2/+3
* block: Add BdrvChildRole to BdrvChildMax Reitz2020-05-181-1/+1
* block: Remove bdrv_recurse_is_first_non_filter()Max Reitz2020-02-181-9/+0Star
* block: introduce compress filter driverAndrey Shinkevich2020-01-061-0/+168