summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: compression: remove ops pointer from workspace_managerDavid Sterba2019-11-181-1/+0
* btrfs: compression: inline free_workspaceDavid Sterba2019-11-181-2/+0
* btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba2019-11-181-1/+1
* btrfs: compression: inline alloc_workspaceDavid Sterba2019-11-181-2/+0
* btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba2019-11-181-2/+1
* btrfs: compression: inline put_workspaceDavid Sterba2019-11-181-2/+0
* btrfs: compression: inline get_workspaceDavid Sterba2019-11-181-2/+0
* btrfs: compression: inline cleanup_workspace_managerDavid Sterba2019-11-181-3/+0
* btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba2019-11-181-1/+1
* btrfs: compression: inline init_workspace_managerDavid Sterba2019-11-181-3/+0
* btrfs: compression: let workspace manager init take only the typeDavid Sterba2019-11-181-2/+1
* btrfs: compression: attach workspace manager to the opsDavid Sterba2019-11-181-0/+1
* btrfs: switch compression callbacks to direct callsDavid Sterba2019-11-181-17/+0
* btrfs: use better definition of number of compression typeChengguang Xu2019-11-181-2/+2
* Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason2019-11-181-1/+2
* btrfs: compression: replace set_level callbacks by a common helperDavid Sterba2019-09-091-7/+2
* btrfs: define compression levels staticallyDavid Sterba2019-09-091-0/+4
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-021-0/+1
* btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn2019-07-011-1/+1
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-251-2/+7
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-251-3/+4
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-251-0/+26
* btrfs: manage heuristic workspace as index 0Dennis Zhou2019-02-251-0/+4
* btrfs: add helpers for compression type and levelDennis Zhou2019-02-251-0/+10
* btrfs: compression: Add linux/sizes.h for compression.hQu Wenruo2018-05-291-0/+2
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+3
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: compression: add helper for type to string conversionDavid Sterba2018-01-221-0/+2
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
* btrfs: Fix wild memory access in compression level parserQu Wenruo2017-11-271-0/+2
* Btrfs: add write_flags for compression bioLiu Bo2017-11-151-1/+2
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-1/+5
* Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-1/+3
|\
| * btrfs: Add zstd supportNick Terrell2017-08-151-2/+4
* | btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain2017-08-181-1/+0
* | Btrfs: add skeleton code for compression heuristicTimofey Titovets2017-08-161-0/+2
|/
* Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-051-4/+40
|\
| * btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-191-4/+40
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-281-4/+2
* btrfs: export compression buffer limits in a headerDavid Sterba2017-02-281-0/+15
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-281-2/+0
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-281-3/+2
* btrfs: constify buffers used by compression helpersDavid Sterba2017-02-281-1/+1
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-301-9/+3
* btrfs: move btrfs_compression_type to compression.hAnand Jain2016-03-111-0/+9
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-2/+2
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-301-1/+3
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-2/+0
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-1/+1
OpenPOWER on IntegriCloud