index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
bio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: merge ordered work callbacks in btrfs_work into one
David Sterba
2023-10-12
1
-8
/
+9
*
btrfs: scrub: implement raid stripe tree support
Johannes Thumshirn
2023-10-12
1
-0
/
+2
*
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
2023-10-12
1
-0
/
+21
*
btrfs: remove the need_raid_map parameter from btrfs_map_block()
Qu Wenruo
2023-10-12
1
-1
/
+1
*
btrfs: check-integrity: remove btrfsic_unmount() function
Qu Wenruo
2023-10-12
1
-1
/
+0
*
btrfs: check-integrity: remove btrfsic_check_bio() function
Qu Wenruo
2023-10-12
1
-4
/
+0
*
btrfs: add an ordered_extent pointer to struct btrfs_bio
Christoph Hellwig
2023-06-19
1
-4
/
+38
*
btrfs: add a is_data_bbio helper
Christoph Hellwig
2023-06-19
1
-4
/
+9
*
btrfs: limit write bios to a single ordered extent
Christoph Hellwig
2023-06-19
1
-3
/
+0
*
btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split
Christoph Hellwig
2023-06-19
1
-2
/
+1
*
btrfs: rename __btrfs_map_block to btrfs_map_block
Christoph Hellwig
2023-06-19
1
-2
/
+2
*
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
1
-17
/
+0
*
btrfs: record orig_physical only for the original bio
Christoph Hellwig
2023-06-19
1
-1
/
+2
*
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
1
-0
/
+5
*
btrfs: don't call btrfs_record_physical_zoned for failed append
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: remove hipri_workers workqueue
Christoph Hellwig
2023-06-19
1
-4
/
+1
*
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
2023-06-19
1
-4
/
+3
*
btrfs: submit IO synchronously for fast checksum implementations
Christoph Hellwig
2023-06-19
1
-13
/
+7
*
btrfs: use SECTOR_SHIFT to convert LBA to physical offset
Anand Jain
2023-06-19
1
-1
/
+1
*
btrfs: zoned: fix dev-replace after the scrub rework
Qu Wenruo
2023-06-01
1
-4
/
+0
*
btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work
Christoph Hellwig
2023-05-26
1
-1
/
+1
*
btrfs: introduce a new helper to submit write bio for repair
Qu Wenruo
2023-04-17
1
-44
/
+50
*
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
1
-17
/
+25
*
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
2023-04-17
1
-4
/
+8
*
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
2023-04-17
1
-1
/
+15
*
btrfs: use __bio_add_page for adding a single page in repair_one_sector
Johannes Thumshirn
2023-04-17
1
-1
/
+1
*
btrfs: make btrfs_split_bio work on struct btrfs_bio
Christoph Hellwig
2023-04-17
1
-13
/
+14
*
btrfs: return a btrfs_bio from btrfs_bio_alloc
Christoph Hellwig
2023-04-17
1
-5
/
+7
*
btrfs: pass a btrfs_bio to btrfs_submit_bio
Christoph Hellwig
2023-04-17
1
-7
/
+7
*
btrfs: fix unnecessary increment of read error stat on write error
Naohiro Aota
2023-03-06
1
-1
/
+1
*
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
2023-02-15
1
-1
/
+1
*
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-17
/
+27
*
btrfs: remove the fs_info argument to btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-6
/
+6
*
btrfs: pass the iomap bio to btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-20
/
+2
*
btrfs: allow btrfs_submit_bio to split bios
Christoph Hellwig
2023-02-15
1
-18
/
+92
*
btrfs: support cloned bios in btree_csum_one_bio
Christoph Hellwig
2023-02-15
1
-1
/
+1
*
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
2023-02-15
1
-0
/
+8
*
btrfs: handle checksum generation in the storage layer
Christoph Hellwig
2023-02-15
1
-26
/
+178
*
btrfs: simplify the btrfs_csum_one_bio calling convention
Christoph Hellwig
2023-02-15
1
-0
/
+3
*
btrfs: rename btrfs_bio::iter field
Christoph Hellwig
2023-02-15
1
-6
/
+6
*
btrfs: remove struct btrfs_bio::device field
Christoph Hellwig
2023-02-15
1
-5
/
+5
*
btrfs: open code btrfs_bio_free_csum
Christoph Hellwig
2023-02-15
1
-1
/
+2
*
btrfs: handle checksum validation and repair at the storage layer
Christoph Hellwig
2023-02-15
1
-2
/
+188
*
btrfs: pre-load data checksum for reads in btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-2
/
+10
*
btrfs: save the bio iter for checksum validation in common code
Christoph Hellwig
2023-02-15
1
-1
/
+4
*
btrfs: refactor error handling in btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-9
/
+15
*
btrfs: add a btrfs_inode pointer to struct btrfs_bio
Christoph Hellwig
2023-02-15
1
-2
/
+6
*
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-15
1
-1
/
+1
*
btrfs: handle case when repair happens with dev-replace
Qu Wenruo
2023-01-03
1
-1
/
+10
*
btrfs: move repair_io_failure to bio.c
Christoph Hellwig
2022-12-05
1
-0
/
+90
[next]