aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/compress.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Work around a zstd bugGravatar Kent Overstreet 1-1/+12
2023-10-22bcachefs: Improve check for when bios are physically contiguousGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Wrap write path in memalloc_nofs_save()Gravatar Kent Overstreet 1-5/+1
2023-10-22bcachefs: Add vmalloc fallback for decompress workspaceGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Gravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Fix initialization of bounce mempoolsGravatar Kent Overstreet 1-9/+9
2023-10-22bcachefs: Some compression improvementsGravatar Kent Overstreet 1-16/+37
2023-10-22bcachefs: Use kvpmalloc mempools for compression bounceGravatar Kent Overstreet 1-20/+5
2023-10-22bcachefs: Track incompressible dataGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert some enums to x-macrosGravatar Kent Overstreet 1-19/+19
2023-10-22bcachefs: Fix moving compressed dataGravatar Kent Overstreet 1-12/+3
2023-10-22bcachefs: kill bio_for_each_contig_segment()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill direct access to bi_io_vecGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: fix mempool double initializationGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+621