index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Age
Commit message (
Expand
)
Author
2022-08-03
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-07-25
btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read
Christoph Hellwig
2022-07-25
btrfs: fix repair of compressed extents
Christoph Hellwig
2022-07-25
btrfs: simplify the pending I/O counting in struct compressed_bio
Christoph Hellwig
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
2022-07-25
btrfs: don't use btrfs_bio_wq_end_io for compressed writes
Christoph Hellwig
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
2022-07-25
btrfs: introduce a data checksum checking helper
Qu Wenruo
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-05-16
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
2022-05-16
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
2022-05-16
btrfs: do not pass compressed_bio to submit_compressed_bio()
Goldwyn Rodrigues
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
2022-04-06
btrfs: fix btrfs_submit_compressed_write cgroup attribution
Dennis Zhou
2022-03-14
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik
2022-03-14
btrfs: track compressed bio errors as blk_status_t
Josef Bacik
2022-03-14
btrfs: remove the bio argument from finish_compressed_bio_read
Josef Bacik
2022-03-14
btrfs: check correct bio in finish_compressed_bio_read
Josef Bacik
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
2022-03-14
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
2022-01-07
btrfs: remove unnecessary parameter type from compression_decompress_bio
Su Yue
2022-01-03
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
2021-11-01
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-27
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
2021-10-26
btrfs: subpage: make end_compressed_bio_writeback() compatible
Qu Wenruo
2021-10-26
btrfs: subpage: make btrfs_submit_compressed_write() compatible
Qu Wenruo
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2021-10-26
btrfs: introduce alloc_compressed_bio() for compression
Qu Wenruo
2021-10-26
btrfs: introduce submit_compressed_bio() for compression
Qu Wenruo
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_write()
Qu Wenruo
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_read()
Qu Wenruo
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
2021-10-26
btrfs: introduce compressed_bio::pending_sectors to trace compressed bio
Qu Wenruo
2021-10-26
btrfs: subpage: make add_ra_bio_pages() compatible
Qu Wenruo
2021-10-26
btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
Qu Wenruo
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
2021-10-26
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
2021-08-23
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
2021-08-23
btrfs: disable compressed readahead for subpage
Qu Wenruo
2021-08-23
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
2021-07-28
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
2021-06-22
btrfs: remove a stale comment for btrfs_decompress_bio()
Qu Wenruo
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021-06-21
btrfs: fix comment about max_out in btrfs_compress_pages
Anand Jain
[next]