index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
btrfs: derive compression type from extent map during reads
Goldwyn Rodrigues
1
-5
/
+5
2022-05-16
btrfs: do not return errors from btrfs_submit_compressed_read
Christoph Hellwig
1
-6
/
+5
2022-05-16
btrfs: do not pass compressed_bio to submit_compressed_bio()
Goldwyn Rodrigues
1
-3
/
+2
2022-05-16
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
1
-21
/
+15
2022-04-06
btrfs: fix btrfs_submit_compressed_write cgroup attribution
Dennis Zhou
1
-0
/
+8
2022-03-14
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik
1
-6
/
+14
2022-03-14
btrfs: track compressed bio errors as blk_status_t
Josef Bacik
1
-11
/
+13
2022-03-14
btrfs: remove the bio argument from finish_compressed_bio_read
Josef Bacik
1
-5
/
+3
2022-03-14
btrfs: check correct bio in finish_compressed_bio_read
Josef Bacik
1
-1
/
+1
2022-03-14
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
1
-2
/
+5
2022-03-14
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
1
-1
/
+1
2022-01-07
btrfs: remove unnecessary parameter type from compression_decompress_bio
Su Yue
1
-4
/
+4
2022-01-03
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
1
-1
/
+2
2021-11-01
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-277
/
+404
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2021-10-27
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
1
-1
/
+2
2021-10-26
btrfs: subpage: make end_compressed_bio_writeback() compatible
Qu Wenruo
1
-1
/
+3
2021-10-26
btrfs: subpage: make btrfs_submit_compressed_write() compatible
Qu Wenruo
1
-1
/
+2
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
1
-82
/
+59
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
1
-71
/
+97
2021-10-26
btrfs: introduce alloc_compressed_bio() for compression
Qu Wenruo
1
-32
/
+58
2021-10-26
btrfs: introduce submit_compressed_bio() for compression
Qu Wenruo
1
-26
/
+19
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_write()
Qu Wenruo
1
-36
/
+62
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_read()
Qu Wenruo
1
-50
/
+83
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
1
-2
/
+8
2021-10-26
btrfs: introduce compressed_bio::pending_sectors to trace compressed bio
Qu Wenruo
1
-33
/
+42
2021-10-26
btrfs: subpage: make add_ra_bio_pages() compatible
Qu Wenruo
1
-32
/
+58
2021-10-26
btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
Qu Wenruo
1
-2
/
+0
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-8
/
+8
2021-10-26
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
1
-4
/
+8
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-0
/
+1
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
1
-79
/
+65
2021-08-23
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
1
-3
/
+6
2021-08-23
btrfs: disable compressed readahead for subpage
Qu Wenruo
1
-0
/
+10
2021-08-23
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
1
-2
/
+1
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
1
-2
/
+1
2021-07-28
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
1
-1
/
+1
2021-06-22
btrfs: remove a stale comment for btrfs_decompress_bio()
Qu Wenruo
1
-14
/
+0
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-3
/
+1
2021-06-21
btrfs: fix comment about max_out in btrfs_compress_pages
Anand Jain
1
-3
/
+0
2021-06-21
btrfs: optimize variables size in btrfs_submit_compressed_write
Anand Jain
1
-3
/
+3
2021-06-21
btrfs: optimize variables size in btrfs_submit_compressed_read
Anand Jain
1
-3
/
+3
2021-06-21
btrfs: reduce the variable size to fit nr_pages
Anand Jain
1
-3
/
+3
2021-06-21
btrfs: reduce compressed_bio members' types
David Sterba
1
-1
/
+1
2021-06-21
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
1
-12
/
+4
2021-06-03
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+12
2021-05-28
btrfs: fix compressed writes that cross stripe boundary
Qu Wenruo
1
-5
/
+12
2021-05-22
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+38
2021-05-20
btrfs: zoned: fix parallel compressed writes
Johannes Thumshirn
1
-4
/
+38
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
1
-4
/
+1
[next]