aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.h
AgeCommit message (Expand)AuthorFilesLines
18 hoursMerge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-10/+5
10 daysbtrfs: fix incomplete parameter rename in btrfs_decompress()Zhen Ni1-1/+1
10 daysbtrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo1-5/+2
10 daysbtrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo1-1/+2
10 daysbtrfs: headers cleanup to remove unnecessary local includesQu Wenruo1-3/+0
2025-10-31btrfs: Use folio_next_pos()Matthew Wilcox (Oracle)1-2/+2
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo1-1/+1
2025-09-23btrfs: rename btrfs_compress_op to btrfs_compress_levelsQu Wenruo1-6/+5
2025-09-23btrfs: cleanup the per-module compression workspace managersQu Wenruo1-2/+0
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo1-10/+5
2025-09-23btrfs: add an fs_info parameter for compression workspace managerQu Wenruo1-9/+14
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo1-4/+4
2025-09-18btrfs: reject invalid compression levelQu Wenruo1-1/+1
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba1-0/+2
2025-07-21btrfs: use folio_end() where appropriateDavid Sterba1-4/+3
2025-05-15btrfs: prepare compression paths for large data foliosQu Wenruo1-3/+8
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek1-0/+1
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek1-17/+8
2024-11-11btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()David Sterba1-1/+1
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert zstd_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert lzo_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert zlib_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: make compression path to be subpage compatibleQu Wenruo1-0/+8
2024-07-11btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba1-1/+1
2024-05-07btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo1-21/+18
2024-05-07btrfs: compression: convert page allocation to folio interfacesQu Wenruo1-2/+2
2024-05-07btrfs: compression: add error handling for missed page cacheQu Wenruo1-0/+3
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba1-2/+8
2024-03-04btrfs: zstd: fix and simplify the inline extent decompression (v2)Qu Wenruo1-1/+1
2024-01-22Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds1-1/+1
2024-01-18btrfs: zstd: fix and simplify the inline extent decompressionQu Wenruo1-1/+1
2024-01-18btrfs: lzo: fix and simplify the inline extent decompressionQu Wenruo1-1/+1
2024-01-18btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo1-1/+1
2023-12-15btrfs: use page alloc/free wrappers for compression pagesDavid Sterba1-0/+5
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig1-3/+2
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig1-1/+1
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig1-1/+0
2023-04-17btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig1-1/+1
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig1-1/+1
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig1-10/+7
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig1-3/+0
2022-12-05btrfs: constify input buffer parameter in compression codeDavid Sterba1-4/+4
2022-12-05btrfs: add blk_types.h include to compression.hJosef Bacik1-0/+1
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo1-1/+1
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-11/+7
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig1-7/+0
2022-07-25btrfs: simplify the pending I/O counting in struct compressed_bioChristoph Hellwig1-2/+2
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig1-2/+5
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche1-1/+1
2022-05-16btrfs: derive compression type from extent map during readsGoldwyn Rodrigues1-1/+1
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig1-2/+2
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik1-1/+1
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval1-1/+5
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba1-0/+2
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo1-3/+0
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo1-2/+5
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo1-3/+2
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain1-3/+3
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba1-10/+10
2020-10-07btrfs: compression: move declarations to headerDavid Sterba1-0/+35
2020-07-27btrfs: make btrfs_submit_compressed_write take btrfs_inodeNikolay Borisov1-1/+3
2020-05-25btrfs: unexport btrfs_compress_set_level()Anand Jain1-2/+0
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba1-1/+0
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba1-2/+0
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba1-1/+1
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba1-2/+0
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba1-2/+1
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba1-2/+0
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba1-2/+0
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba1-3/+0
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba1-1/+1
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba1-3/+0
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba1-2/+1
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba1-0/+1
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba1-17/+0
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu1-2/+2
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason1-1/+2
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba1-7/+2
2019-09-09btrfs: define compression levels staticallyDavid Sterba1-0/+4
2019-07-02btrfs: correctly validate compression typeJohannes Thumshirn1-0/+1
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesJohannes Thumshirn1-1/+1
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou1-2/+7
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou1-3/+4
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou1-0/+26
2019-02-25btrfs: manage heuristic workspace as index 0Dennis Zhou1-0/+4
2019-02-25btrfs: add helpers for compression type and levelDennis Zhou1-0/+10
2018-05-29btrfs: compression: Add linux/sizes.h for compression.hQu Wenruo1-0/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-01-22btrfs: compression: add helper for type to string conversionDavid Sterba1-0/+2
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-1/+1
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo1-0/+2
2017-11-15Btrfs: add write_flags for compression bioLiu Bo1-1/+2
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-1/+5
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2017-08-18btrfs: remove unused BTRFS_COMPRESS_LASTAnand Jain1-1/+0
2017-08-16Btrfs: add skeleton code for compression heuristicTimofey Titovets1-0/+2
2017-08-15btrfs: Add zstd supportNick Terrell1-2/+4
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+40
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain1-4/+40
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba1-4/+2
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba1-0/+15
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba1-2/+0
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba1-3/+2
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba1-1/+1
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig1-9/+3
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+9
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-2/+2
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason1-1/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+0
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-1/+1
2011-05-02btrfs: rename variables clashing with global function namesDavid Sterba1-1/+1
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan1-0/+5
2010-12-22btrfs: Add lzo compression supportLi Zefan1-0/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-18/+48
2008-10-29Btrfs: Add zlib compression supportChris Mason1-0/+47