summaryrefslogtreecommitdiff
path: root/fs/bcachefs/compress.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-08-14bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet
2023-08-14bcachefs: Compression levelsKent Overstreet
2023-08-14bcachefs: Delete redundant log messagesKent Overstreet
2023-08-14bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-08-14bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-14bcachefs: __bio_compress() fix up.Daniel Hill
2023-08-14bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet
2023-08-14bcachefs: Option improvementsKent Overstreet
2023-08-14bcachefs: Work around a zstd bugKent Overstreet
2023-08-14bcachefs: Improve check for when bios are physically contiguousKent Overstreet
2023-08-14bcachefs: Wrap write path in memalloc_nofs_save()Kent Overstreet
2023-08-14bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet
2023-08-14bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet
2023-08-14bcachefs: Fix initialization of bounce mempoolsKent Overstreet
2023-08-14bcachefs: Some compression improvementsKent Overstreet
2023-08-14bcachefs: Use kvpmalloc mempools for compression bounceKent Overstreet
2023-08-14bcachefs: Track incompressible dataKent Overstreet
2023-08-14bcachefs: Convert some enums to x-macrosKent Overstreet
2023-08-14bcachefs: Fix moving compressed dataKent Overstreet
2023-08-14bcachefs: kill bio_for_each_contig_segment()Kent Overstreet
2023-08-14bcachefs: Kill direct access to bi_io_vecKent Overstreet
2023-08-14bcachefs: fix mempool double initializationKent Overstreet
2023-08-14bcachefs: Initial commitKent Overstreet