summaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)Author
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: remove stripe boundary calculation for compressed I/OQu Wenruo
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig
2023-02-15btrfs: handle checksum validation and repair at the storage layerChristoph Hellwig
2023-02-15btrfs: pre-load data checksum for reads in btrfs_submit_bioChristoph Hellwig
2023-02-15btrfs: save the bio iter for checksum validation in common codeChristoph Hellwig
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig
2023-02-15btrfs: add a btrfs_inode pointer to struct btrfs_bioChristoph Hellwig
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroYushan Zhou
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: constify input buffer parameter in compression codeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik
2022-12-05btrfs: make module init/exit match their sequenceQu Wenruo
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig
2022-09-20btrfs: add manual PSI accounting for compressed readsChristoph Hellwig
2022-09-11btrfs: convert end_compressed_writeback() to use filemap_get_folios()Vishal Moola (Oracle)
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-07-25btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig
2022-07-25btrfs: simplify the pending I/O counting in struct compressed_bioChristoph Hellwig
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-16btrfs: derive compression type from extent map during readsGoldwyn Rodrigues
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig
2022-05-16btrfs: do not pass compressed_bio to submit_compressed_bio()Goldwyn Rodrigues
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-04-06btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou
2022-03-14btrfs: do not double complete bio on errors during compressed readsJosef Bacik
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik
2022-03-14btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik
2022-03-14btrfs: check correct bio in finish_compressed_bio_readJosef Bacik