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
2023-06-19
btrfs: make btrfs_compressed_bioset static
Ben Dooks
1
-1
/
+1
2023-06-19
btrfs: use btrfs_finish_ordered_extent to complete compressed writes
Christoph Hellwig
1
-7
/
+2
2023-06-19
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
1
-1
/
+1
2023-06-19
btrfs: pass an ordered_extent to btrfs_submit_compressed_write
Christoph Hellwig
1
-14
/
+15
2023-06-19
btrfs: limit write bios to a single ordered extent
Christoph Hellwig
1
-2
/
+0
2023-06-19
btrfs: stop setting PageError in the data I/O path
Christoph Hellwig
1
-2
/
+0
2023-06-19
btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
Christoph Hellwig
1
-2
/
+2
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
1
-1
/
+1
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
1
-1
/
+2
2023-04-17
btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
Christoph Hellwig
1
-8
/
+0
2023-04-17
btrfs: simplify adding pages in btrfs_add_compressed_bio_pages
Christoph Hellwig
1
-27
/
+7
2023-04-17
btrfs: move the bi_sector assignment out of btrfs_add_compressed_bio_pages
Christoph Hellwig
1
-7
/
+6
2023-04-17
btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
Christoph Hellwig
1
-7
/
+8
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
Christoph Hellwig
1
-8
/
+8
2023-04-17
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
1
-2
/
+2
2023-04-17
btrfs: move zero filling of compressed read bios into common code
Christoph Hellwig
1
-0
/
+2
2023-04-17
btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work
Christoph Hellwig
1
-9
/
+4
2023-04-17
btrfs: don't clear page->mapping in btrfs_free_compressed_pages
Christoph Hellwig
1
-6
/
+2
2023-04-17
btrfs: factor out a btrfs_free_compressed_pages helper
Christoph Hellwig
1
-28
/
+13
2023-04-17
btrfs: factor out a btrfs_add_compressed_bio_pages helper
Christoph Hellwig
1
-63
/
+41
2023-04-17
btrfs: use the bbio file offset in add_ra_bio_pages
Christoph Hellwig
1
-8
/
+1
2023-04-17
btrfs: use the bbio file offset in btrfs_submit_compressed_read
Christoph Hellwig
1
-4
/
+1
2023-04-17
btrfs: remove redundant free_extent_map in btrfs_submit_compressed_read
Christoph Hellwig
1
-2
/
+0
2023-04-17
btrfs: embed a btrfs_bio into struct compressed_bio
Christoph Hellwig
1
-78
/
+68
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
1
-90
/
+22
2023-02-15
btrfs: remove the fs_info argument to btrfs_submit_bio
Christoph Hellwig
1
-2
/
+2
2023-02-15
btrfs: remove stripe boundary calculation for compressed I/O
Qu Wenruo
1
-97
/
+33
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
1
-1
/
+0
2023-02-15
btrfs: handle checksum generation in the storage layer
Christoph Hellwig
1
-9
/
+0
2023-02-15
btrfs: simplify the btrfs_csum_one_bio calling convention
Christoph Hellwig
1
-2
/
+4
2023-02-15
btrfs: handle checksum validation and repair at the storage layer
Christoph Hellwig
1
-39
/
+2
2023-02-15
btrfs: pre-load data checksum for reads in btrfs_submit_bio
Christoph Hellwig
1
-6
/
+0
2023-02-15
btrfs: save the bio iter for checksum validation in common code
Christoph Hellwig
1
-4
/
+0
2023-02-15
btrfs: simplify parameters of btrfs_lookup_bio_sums
Christoph Hellwig
1
-1
/
+1
2023-02-15
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
1
-1
/
+2
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
1
-2
/
+2
2023-02-13
btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro
Yushan Zhou
1
-1
/
+1
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
1
-1
/
+1
2022-12-05
btrfs: constify input buffer parameter in compression code
David Sterba
1
-2
/
+2
2022-12-05
btrfs: pass btrfs_inode to btrfs_check_data_csum
David Sterba
1
-1
/
+1
2022-12-05
btrfs: pass btrfs_inode to btrfs_repair_one_sector
David Sterba
1
-1
/
+1
2022-12-05
btrfs: change how repair action is passed to btrfs_repair_one_sector
David Sterba
1
-1
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: make module init/exit match their sequence
Qu Wenruo
1
-1
/
+2
2022-11-09
fs: fix leaked psi pressure state
Johannes Weiner
1
-6
/
+8
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-16
/
+15
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+12
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-3
/
+3
[next]