index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Age
Commit message (
Expand
)
Author
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
2022-12-05
btrfs: make module init/exit match their sequence
Qu Wenruo
2022-11-08
fs: fix leaked psi pressure state
Johannes Weiner
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-26
btrfs: rename clean_io_failure and remove extraneous args
Josef Bacik
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
2022-09-26
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
2022-09-20
btrfs: add manual PSI accounting for compressed reads
Christoph Hellwig
2022-09-11
btrfs: convert end_compressed_writeback() to use filemap_get_folios()
Vishal Moola (Oracle)
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
[next]