summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.h
AgeCommit message (Expand)Author
2024-01-22Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds
2024-01-18btrfs: zstd: fix and simplify the inline extent decompressionQu Wenruo
2024-01-18btrfs: lzo: fix and simplify the inline extent decompressionQu Wenruo
2024-01-18btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo
2023-12-15btrfs: use page alloc/free wrappers for compression pagesDavid Sterba
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig
2023-04-17btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2022-12-05btrfs: constify input buffer parameter in compression codeDavid Sterba
2022-12-05btrfs: add blk_types.h include to compression.hJosef Bacik
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig
2022-07-25btrfs: simplify the pending I/O counting in struct compressed_bioChristoph Hellwig
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-16btrfs: derive compression type from extent map during readsGoldwyn Rodrigues
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba
2020-10-07btrfs: compression: move declarations to headerDavid Sterba
2020-07-27btrfs: make btrfs_submit_compressed_write take btrfs_inodeNikolay Borisov
2020-05-25btrfs: unexport btrfs_compress_set_level()Anand Jain
2019-11-18btrfs: compression: remove ops pointer from workspace_managerDavid Sterba
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceDavid Sterba
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba
2019-11-18btrfs: use better definition of number of compression typeChengguang Xu
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba
2019-09-09btrfs: define compression levels staticallyDavid Sterba