summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorLines
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba-3/+3
2023-06-19btrfs: make btrfs_compressed_bioset staticBen Dooks-1/+1
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete compressed writesChristoph Hellwig-7/+2
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig-1/+1
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig-14/+15
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig-2/+0
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig-2/+0
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig-2/+2
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain-1/+1
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo-1/+2
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig-8/+0
2023-04-17btrfs: simplify adding pages in btrfs_add_compressed_bio_pagesChristoph Hellwig-27/+7
2023-04-17btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pagesChristoph Hellwig-7/+6
2023-04-17btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig-7/+8
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig-8/+8
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig-2/+2
2023-04-17btrfs: move zero filling of compressed read bios into common codeChristoph Hellwig-0/+2
2023-04-17btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_workChristoph Hellwig-9/+4
2023-04-17btrfs: don't clear page->mapping in btrfs_free_compressed_pagesChristoph Hellwig-6/+2
2023-04-17btrfs: factor out a btrfs_free_compressed_pages helperChristoph Hellwig-28/+13
2023-04-17btrfs: factor out a btrfs_add_compressed_bio_pages helperChristoph Hellwig-63/+41
2023-04-17btrfs: use the bbio file offset in add_ra_bio_pagesChristoph Hellwig-8/+1
2023-04-17btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig-4/+1
2023-04-17btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig-2/+0
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig-78/+68
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig-90/+22
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig-2/+2
2023-02-15btrfs: remove stripe boundary calculation for compressed I/OQu Wenruo-97/+33
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig-1/+0
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig-9/+0
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig-2/+4
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig-39/+2
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig-6/+0
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig-4/+0
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig-1/+1
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig-1/+2
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King-2/+2
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou-1/+1
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig-1/+1
2022-12-05btrfs: constify input buffer parameter in compression codeDavid Sterba-2/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba-1/+1
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba-1/+1
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik-0/+1
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo-1/+2
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner-6/+8
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+15
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-2/+12