index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2022-09-26
btrfs: rename clean_io_failure and remove extraneous args
Josef Bacik
1
-3
/
+2
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
1
-24
/
+17
2022-09-26
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
1
-3
/
+1
2022-09-20
btrfs: add manual PSI accounting for compressed reads
Christoph Hellwig
1
-2
/
+12
2022-09-12
btrfs: convert end_compressed_writeback() to use filemap_get_folios()
Vishal Moola (Oracle)
1
-16
/
+15
2022-08-04
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-257
/
+102
2022-07-25
btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read
Christoph Hellwig
1
-22
/
+2
2022-07-25
btrfs: fix repair of compressed extents
Christoph Hellwig
1
-113
/
+58
2022-07-25
btrfs: simplify the pending I/O counting in struct compressed_bio
Christoph Hellwig
1
-95
/
+30
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
1
-6
/
+2
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
1
-4
/
+0
2022-07-25
btrfs: don't use btrfs_bio_wq_end_io for compressed writes
Christoph Hellwig
1
-22
/
+22
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
1
-2
/
+0
2022-07-25
btrfs: introduce a data checksum checking helper
Qu Wenruo
1
-9
/
+4
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-3
/
+3
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
[next]