summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/compress.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: kill kvpmalloc()Kent Overstreet2024-03-131-7/+7
* bcachefs: Remove obsolete comment about zstdRichard Davies2024-01-011-4/+0
* bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-281-6/+10
* bcachefs: rebalance_workKent Overstreet2023-11-011-5/+13
* bcachefs: Guard against unknown compression optionsKent Overstreet2023-10-311-0/+10
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-5/+2
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+0
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-1/+2
* bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet2023-10-221-1/+2
* bcachefs: Compression levelsKent Overstreet2023-10-221-36/+121
* bcachefs: Delete redundant log messagesKent Overstreet2023-10-221-12/+1
* bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet2023-10-221-6/+6
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-33/+32
* bcachefs: __bio_compress() fix up.Daniel Hill2023-10-221-1/+1
* 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