summaryrefslogtreecommitdiff
path: root/fs/bcachefs/compress.c
AgeCommit message (Expand)Author
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-01-01bcachefs: Remove obsolete comment about zstdRichard Davies
2023-11-28bcachefs: Fix zstd compress workspace sizeKent Overstreet
2023-11-01bcachefs: rebalance_workKent Overstreet
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet
2023-10-22bcachefs: Compression levelsKent Overstreet
2023-10-22bcachefs: Delete redundant log messagesKent Overstreet
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: __bio_compress() fix up.Daniel Hill
2023-10-22bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Work around a zstd bugKent Overstreet
2023-10-22bcachefs: Improve check for when bios are physically contiguousKent Overstreet
2023-10-22bcachefs: Wrap write path in memalloc_nofs_save()Kent Overstreet
2023-10-22bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet
2023-10-22bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet
2023-10-22bcachefs: Fix initialization of bounce mempoolsKent Overstreet
2023-10-22bcachefs: Some compression improvementsKent Overstreet
2023-10-22bcachefs: Use kvpmalloc mempools for compression bounceKent Overstreet
2023-10-22bcachefs: Track incompressible dataKent Overstreet
2023-10-22bcachefs: Convert some enums to x-macrosKent Overstreet
2023-10-22bcachefs: Fix moving compressed dataKent Overstreet
2023-10-22bcachefs: kill bio_for_each_contig_segment()Kent Overstreet
2023-10-22bcachefs: Kill direct access to bi_io_vecKent Overstreet
2023-10-22bcachefs: fix mempool double initializationKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet