summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/compress.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet2023-10-221-11/+10
* bcachefs: Option improvementsKent Overstreet2023-10-221-1/+1
* bcachefs: Work around a zstd bugKent Overstreet2023-10-221-1/+12
* bcachefs: Improve check for when bios are physically contiguousKent Overstreet2023-10-221-1/+1
* bcachefs: Wrap write path in memalloc_nofs_save()Kent Overstreet2023-10-221-5/+1
* bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet2023-10-221-1/+1
* bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet2023-10-221-1/+5
* bcachefs: Fix initialization of bounce mempoolsKent Overstreet2023-10-221-9/+9
* bcachefs: Some compression improvementsKent Overstreet2023-10-221-16/+37
* bcachefs: Use kvpmalloc mempools for compression bounceKent Overstreet2023-10-221-20/+5
* bcachefs: Track incompressible dataKent Overstreet2023-10-221-1/+1
* bcachefs: Convert some enums to x-macrosKent Overstreet2023-10-221-19/+19
* bcachefs: Fix moving compressed dataKent Overstreet2023-10-221-12/+3
* bcachefs: kill bio_for_each_contig_segment()Kent Overstreet2023-10-221-1/+1
* bcachefs: Kill direct access to bi_io_vecKent Overstreet2023-10-221-1/+10
* bcachefs: fix mempool double initializationKent Overstreet2023-10-221-5/+7
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+621