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