summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: introduce btrfs_bio::fs_info memberQu Wenruo2023-04-061-1/+2
* btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig2023-04-031-8/+0
* btrfs: simplify adding pages in btrfs_add_compressed_bio_pagesChristoph Hellwig2023-04-031-27/+7
* btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pagesChristoph Hellwig2023-04-031-7/+6
* btrfs: store a pointer to the original btrfs_bio in struct compressed_bioChristoph Hellwig2023-04-031-7/+8
* btrfs: pass a btrfs_bio to btrfs_submit_compressed_readChristoph Hellwig2023-04-031-8/+8
* btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig2023-04-031-2/+2
* btrfs: move zero filling of compressed read bios into common codeChristoph Hellwig2023-04-031-0/+2
* btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_workChristoph Hellwig2023-04-031-9/+4
* btrfs: don't clear page->mapping in btrfs_free_compressed_pagesChristoph Hellwig2023-04-031-6/+2
* btrfs: factor out a btrfs_free_compressed_pages helperChristoph Hellwig2023-04-031-28/+13
* btrfs: factor out a btrfs_add_compressed_bio_pages helperChristoph Hellwig2023-04-031-63/+41
* btrfs: use the bbio file offset in add_ra_bio_pagesChristoph Hellwig2023-04-031-8/+1
* btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig2023-04-031-4/+1
* btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig2023-04-031-2/+0
* btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig2023-04-031-78/+68
* btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig2023-02-151-90/+22
* btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig2023-02-151-2/+2
* btrfs: remove stripe boundary calculation for compressed I/OQu Wenruo2023-02-151-97/+33
* btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig2023-02-151-1/+0
* btrfs: handle checksum generation in the storage layerChristoph Hellwig2023-02-151-9/+0
* btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig2023-02-151-2/+4
* btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig2023-02-151-39/+2
* btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig2023-02-151-6/+0
* btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig2023-02-151-4/+0
* btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig2023-02-151-1/+1
* btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig2023-02-151-1/+2
* btrfs: fix spelling mistakes found using codespellColin Ian King2023-02-151-2/+2
* btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou2023-02-131-1/+1
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-1/+1
* btrfs: constify input buffer parameter in compression codeDavid Sterba2022-12-051-2/+2
* btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba2022-12-051-1/+1
* btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba2022-12-051-1/+1
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: make module init/exit match their sequenceQu Wenruo2022-12-051-1/+2
* fs: fix leaked psi pressure stateJohannes Weiner2022-11-081-6/+8
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-16/+15
|\
| * btrfs: convert end_compressed_writeback() to use filemap_get_folios()Vishal Moola (Oracle)2022-09-111-16/+15
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-2/+12
|\ \
| * | btrfs: add manual PSI accounting for compressed readsChristoph Hellwig2022-09-201-2/+12
| |/
* | btrfs: unify the lock/unlock extent variantsJosef Bacik2022-09-261-3/+3
* | btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik2022-09-261-3/+2
* | btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig2022-09-261-24/+17
* | btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig2022-09-261-3/+1
|/
* Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-031-257/+102
|\
| * btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig2022-07-251-22/+2
| * btrfs: fix repair of compressed extentsChristoph Hellwig2022-07-251-113/+58