summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * btrfs: simplify the pending I/O counting in struct compressed_bioChristoph Hellwig2022-07-251-95/+30
| * btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-07-251-6/+2
| * btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-4/+0
| * btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig2022-07-251-22/+22
| * btrfs: remove redundant calls to flush_dcache_pageDavid Sterba2022-07-251-2/+0
| * btrfs: introduce a data checksum checking helperQu Wenruo2022-07-251-9/+4
* | fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-3/+3
|/
* btrfs: derive compression type from extent map during readsGoldwyn Rodrigues2022-05-161-5/+5
* btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig2022-05-161-6/+5
* btrfs: do not pass compressed_bio to submit_compressed_bio()Goldwyn Rodrigues2022-05-161-3/+2
* btrfs: factor out allocating an array of pagesSweet Tea Dorminy2022-05-161-21/+15
* btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou2022-04-061-0/+8
* btrfs: do not double complete bio on errors during compressed readsJosef Bacik2022-03-141-6/+14
* btrfs: track compressed bio errors as blk_status_tJosef Bacik2022-03-141-11/+13
* btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik2022-03-141-5/+3
* btrfs: check correct bio in finish_compressed_bio_readJosef Bacik2022-03-141-1/+1
* btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval2022-03-141-2/+5
* btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval2022-03-141-1/+1
* btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue2022-01-071-4/+4
* btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik2022-01-031-1/+2
* Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-011-277/+404
|\
| * btrfs: subpage: make end_compressed_bio_writeback() compatibleQu Wenruo2021-10-261-1/+3
| * btrfs: subpage: make btrfs_submit_compressed_write() compatibleQu Wenruo2021-10-261-1/+2
| * btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo2021-10-261-82/+59
| * btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo2021-10-261-71/+97
| * btrfs: introduce alloc_compressed_bio() for compressionQu Wenruo2021-10-261-32/+58
| * btrfs: introduce submit_compressed_bio() for compressionQu Wenruo2021-10-261-26/+19
| * btrfs: handle errors properly inside btrfs_submit_compressed_write()Qu Wenruo2021-10-261-36/+62
| * btrfs: handle errors properly inside btrfs_submit_compressed_read()Qu Wenruo2021-10-261-50/+83
| * btrfs: subpage: add bitmap for PageChecked flagQu Wenruo2021-10-261-2/+8
| * btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo2021-10-261-33/+42
| * btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo2021-10-261-32/+58
| * btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo2021-10-261-2/+0
| * btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-8/+8
| * btrfs: remove btrfs_bio_alloc() helperQu Wenruo2021-10-261-4/+8
* | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+1
|\ \
| * | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
| |/
* / Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba2021-10-271-1/+2
|/
* btrfs: rework btrfs_decompress_buf2page()Qu Wenruo2021-08-231-79/+65