aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeGravatar Christoph Hellwig 1-3/+2
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeGravatar Christoph Hellwig 1-1/+0
2023-04-17btrfs: store a pointer to the original btrfs_bio in struct compressed_bioGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readGravatar Christoph Hellwig 1-1/+1
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioGravatar Christoph Hellwig 1-10/+7
2023-02-15btrfs: split zone append bios in btrfs_submit_bioGravatar Christoph Hellwig 1-3/+0
2022-12-05btrfs: constify input buffer parameter in compression codeGravatar David Sterba 1-4/+4
2022-12-05btrfs: add blk_types.h include to compression.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: make module init/exit match their sequenceGravatar Qu Wenruo 1-1/+1
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-11/+7
2022-07-25btrfs: fix repair of compressed extentsGravatar Christoph Hellwig 1-7/+0
2022-07-25btrfs: simplify the pending I/O counting in struct compressed_bioGravatar Christoph Hellwig 1-2/+2
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesGravatar Christoph Hellwig 1-2/+5
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesGravatar Bart Van Assche 1-1/+1
2022-05-16btrfs: derive compression type from extent map during readsGravatar Goldwyn Rodrigues 1-1/+1
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readGravatar Christoph Hellwig 1-2/+2
2022-03-14btrfs: track compressed bio errors as blk_status_tGravatar Josef Bacik 1-1/+1
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEGravatar Omar Sandoval 1-1/+5
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertGravatar David Sterba 1-0/+2
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Gravatar Qu Wenruo 1-3/+0
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioGravatar Qu Wenruo 1-2/+5
2021-08-23btrfs: rework btrfs_decompress_buf2page()Gravatar Qu Wenruo 1-3/+2
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeGravatar Anand Jain 1-3/+3
2021-06-21btrfs: reduce compressed_bio members' typesGravatar David Sterba 1-10/+10
2020-10-07btrfs: compression: move declarations to headerGravatar David Sterba 1-0/+35
2020-07-27btrfs: make btrfs_submit_compressed_write take btrfs_inodeGravatar Nikolay Borisov 1-1/+3
2020-05-25btrfs: unexport btrfs_compress_set_level()Gravatar Anand Jain 1-2/+0
2019-11-18btrfs: compression: remove ops pointer from workspace_managerGravatar David Sterba 1-1/+0
2019-11-18btrfs: compression: inline free_workspaceGravatar David Sterba 1-2/+0
2019-11-18btrfs: compression: pass type to btrfs_put_workspaceGravatar David Sterba 1-1/+1
2019-11-18btrfs: compression: inline alloc_workspaceGravatar David Sterba 1-2/+0
2019-11-18btrfs: compression: pass type to btrfs_get_workspaceGravatar David Sterba 1-2/+1
2019-11-18btrfs: compression: inline put_workspaceGravatar David Sterba 1-2/+0
2019-11-18btrfs: compression: inline get_workspaceGravatar David Sterba 1-2/+0
2019-11-18btrfs: compression: inline cleanup_workspace_managerGravatar David Sterba 1-3/+0
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeGravatar David Sterba 1-1/+1
2019-11-18btrfs: compression: inline init_workspace_managerGravatar David Sterba 1-3/+0
2019-11-18btrfs: compression: let workspace manager init take only the typeGravatar David Sterba 1-2/+1
2019-11-18btrfs: compression: attach workspace manager to the opsGravatar David Sterba 1-0/+1
2019-11-18btrfs: switch compression callbacks to direct callsGravatar David Sterba 1-17/+0
2019-11-18btrfs: use better definition of number of compression typeGravatar Chengguang Xu 1-2/+2
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosGravatar Chris Mason 1-1/+2
2019-09-09btrfs: compression: replace set_level callbacks by a common helperGravatar David Sterba 1-7/+2
2019-09-09btrfs: define compression levels staticallyGravatar David Sterba 1-0/+4
2019-07-02btrfs: correctly validate compression typeGravatar Johannes Thumshirn 1-0/+1
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesGravatar Johannes Thumshirn 1-1/+1
2019-02-25btrfs: change set_level() to bound the level passed inGravatar Dennis Zhou 1-2/+7
2019-02-25btrfs: plumb level through the compression interfaceGravatar Dennis Zhou 1-3/+4
2019-02-25btrfs: move to function pointers for get/put workspacesGravatar Dennis Zhou 1-0/+26