index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik
2022-03-14
1
-6
/
+14
*
btrfs: track compressed bio errors as blk_status_t
Josef Bacik
2022-03-14
1
-11
/
+13
*
btrfs: remove the bio argument from finish_compressed_bio_read
Josef Bacik
2022-03-14
1
-5
/
+3
*
btrfs: check correct bio in finish_compressed_bio_read
Josef Bacik
2022-03-14
1
-1
/
+1
*
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
2022-03-14
1
-2
/
+5
*
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
2022-03-14
1
-1
/
+1
*
btrfs: remove unnecessary parameter type from compression_decompress_bio
Su Yue
2022-01-07
1
-4
/
+4
*
btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root
Josef Bacik
2022-01-03
1
-1
/
+2
*
Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2021-11-01
1
-277
/
+404
|
\
|
*
btrfs: subpage: make end_compressed_bio_writeback() compatible
Qu Wenruo
2021-10-26
1
-1
/
+3
|
*
btrfs: subpage: make btrfs_submit_compressed_write() compatible
Qu Wenruo
2021-10-26
1
-1
/
+2
|
*
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2021-10-26
1
-82
/
+59
|
*
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2021-10-26
1
-71
/
+97
|
*
btrfs: introduce alloc_compressed_bio() for compression
Qu Wenruo
2021-10-26
1
-32
/
+58
|
*
btrfs: introduce submit_compressed_bio() for compression
Qu Wenruo
2021-10-26
1
-26
/
+19
|
*
btrfs: handle errors properly inside btrfs_submit_compressed_write()
Qu Wenruo
2021-10-26
1
-36
/
+62
|
*
btrfs: handle errors properly inside btrfs_submit_compressed_read()
Qu Wenruo
2021-10-26
1
-50
/
+83
|
*
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
2021-10-26
1
-2
/
+8
|
*
btrfs: introduce compressed_bio::pending_sectors to trace compressed bio
Qu Wenruo
2021-10-26
1
-33
/
+42
|
*
btrfs: subpage: make add_ra_bio_pages() compatible
Qu Wenruo
2021-10-26
1
-32
/
+58
|
*
btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
Qu Wenruo
2021-10-26
1
-2
/
+0
|
*
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
2021-10-26
1
-8
/
+8
|
*
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
2021-10-26
1
-4
/
+8
*
|
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-0
/
+1
|
\
\
|
*
|
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
|
|
/
*
/
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
2021-10-27
1
-1
/
+2
|
/
*
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
2021-08-23
1
-79
/
+65
*
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
2021-08-23
1
-3
/
+6
*
btrfs: disable compressed readahead for subpage
Qu Wenruo
2021-08-23
1
-0
/
+10
*
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
2021-08-23
1
-2
/
+1
*
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
2021-08-23
1
-2
/
+1
*
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
2021-07-28
1
-1
/
+1
*
btrfs: remove a stale comment for btrfs_decompress_bio()
Qu Wenruo
2021-06-22
1
-14
/
+0
*
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
2021-06-21
1
-3
/
+1
*
btrfs: fix comment about max_out in btrfs_compress_pages
Anand Jain
2021-06-21
1
-3
/
+0
*
btrfs: optimize variables size in btrfs_submit_compressed_write
Anand Jain
2021-06-21
1
-3
/
+3
*
btrfs: optimize variables size in btrfs_submit_compressed_read
Anand Jain
2021-06-21
1
-3
/
+3
*
btrfs: reduce the variable size to fit nr_pages
Anand Jain
2021-06-21
1
-3
/
+3
*
btrfs: reduce compressed_bio members' types
David Sterba
2021-06-21
1
-1
/
+1
*
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
2021-06-21
1
-12
/
+4
*
Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-06-03
1
-5
/
+12
|
\
|
*
btrfs: fix compressed writes that cross stripe boundary
Qu Wenruo
2021-05-27
1
-5
/
+12
*
|
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-22
1
-4
/
+38
|
\
|
|
*
btrfs: zoned: fix parallel compressed writes
Johannes Thumshirn
2021-05-20
1
-4
/
+38
*
|
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
2021-05-05
1
-4
/
+1
|
/
*
btrfs: handle remount to no compress during compression
Qu Wenruo
2021-04-19
1
-3
/
+8
*
btrfs: convert kmap to kmap_local_page, simple cases
Ira Weiny
2021-04-19
1
-2
/
+2
*
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-03-01
1
-4
/
+2
|
\
|
*
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
2021-02-26
1
-4
/
+2
*
|
btrfs: make check_compressed_csum() to be subpage compatible
Qu Wenruo
2021-02-22
1
-13
/
+26
[next]