summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: subpage: make end_compressed_bio_writeback() compatibleQu Wenruo1-1/+3
2021-10-26btrfs: subpage: make btrfs_submit_compressed_write() compatibleQu Wenruo1-1/+2
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo1-82/+59
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo1-71/+97
2021-10-26btrfs: introduce alloc_compressed_bio() for compressionQu Wenruo1-32/+58
2021-10-26btrfs: introduce submit_compressed_bio() for compressionQu Wenruo1-26/+19
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_write()Qu Wenruo1-36/+62
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_read()Qu Wenruo1-50/+83
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo1-2/+8
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo1-33/+42
2021-10-26btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo1-32/+58
2021-10-26btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo1-2/+0
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-8/+8
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo1-4/+8
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo1-79/+65
2021-08-23btrfs: grab correct extent map for subpage compressed extent readQu Wenruo1-3/+6
2021-08-23btrfs: disable compressed readahead for subpageQu Wenruo1-0/+10
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba1-2/+1
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba1-2/+1
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-06-22btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo1-14/+0
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-3/+1
2021-06-21btrfs: fix comment about max_out in btrfs_compress_pagesAnand Jain1-3/+0
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_writeAnand Jain1-3/+3
2021-06-21btrfs: optimize variables size in btrfs_submit_compressed_readAnand Jain1-3/+3
2021-06-21btrfs: reduce the variable size to fit nr_pagesAnand Jain1-3/+3
2021-06-21btrfs: reduce compressed_bio members' typesDavid Sterba1-1/+1
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn1-12/+4
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+12
2021-05-28btrfs: fix compressed writes that cross stripe boundaryQu Wenruo1-5/+12
2021-05-22Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+38
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn1-4/+38
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-4/+1
2021-04-19btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny1-2/+2
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+2
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny1-4/+2
2021-02-22btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo1-13/+26
2021-02-22btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo1-6/+17
2021-02-09btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-2/+8
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo1-3/+2
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba1-2/+2
2020-12-08btrfs: remove unnecessary local variables for checksum sizeDavid Sterba1-4/+2
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-4/+3
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-3/+3
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-1/+1
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik1-9/+5
2020-10-07btrfs: compression: move declarations to headerDavid Sterba1-35/+0
2020-07-27btrfs: remove fail label in check_compressed_csumNikolay Borisov1-7/+2
2020-07-27btrfs: increment corrupt device counter during compressed readNikolay Borisov1-3/+7