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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+29
2023-02-21
Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
56
-2864
/
+2344
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-12
/
+7
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-69
/
+69
2023-02-15
btrfs: make kobj_type structures constant
Thomas Weißschuh
1
-6
/
+6
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
3
-10
/
+4
2023-02-15
btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
Christoph Hellwig
3
-26
/
+26
2023-02-15
btrfs: never return true for reads in btrfs_use_zone_append
Christoph Hellwig
1
-0
/
+3
2023-02-15
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
4
-6
/
+7
2023-02-15
btrfs: set bbio->file_offset in alloc_new_bio
Christoph Hellwig
1
-2
/
+1
2023-02-15
btrfs: use file_offset to limit bios size in calc_bio_boundaries
Christoph Hellwig
1
-2
/
+2
2023-02-15
btrfs: do unsigned integer division in the extent buffer binary search loop
Filipe Manana
2
-7
/
+12
2023-02-15
btrfs: eliminate extra call when doing binary search on extent buffer
Filipe Manana
2
-13
/
+18
2023-02-15
btrfs: raid56: handle endio in scrub_rbio
Christoph Hellwig
1
-11
/
+7
2023-02-15
btrfs: raid56: handle endio in recover_rbio
Christoph Hellwig
1
-18
/
+9
2023-02-15
btrfs: raid56: handle endio in rmw_rbio
Christoph Hellwig
1
-20
/
+10
2023-02-15
btrfs: raid56: submit the read bios from scrub_assemble_read_bios
Christoph Hellwig
1
-23
/
+13
2023-02-15
btrfs: raid56: fold rmw_read_wait_recover into rmw_read_bios
Christoph Hellwig
1
-46
/
+23
2023-02-15
btrfs: raid56: fold recover_assemble_read_bios into recover_rbio
Christoph Hellwig
1
-40
/
+21
2023-02-15
btrfs: raid56: add a bio_list_put helper
Christoph Hellwig
1
-28
/
+16
2023-02-15
btrfs: raid56: wait for I/O completion in submit_read_bios
Christoph Hellwig
1
-7
/
+6
2023-02-15
btrfs: raid56: simplify code flow in rmw_rbio
Christoph Hellwig
1
-15
/
+13
2023-02-15
btrfs: raid56: simplify error handling and code flow in raid56_parity_write
Christoph Hellwig
1
-22
/
+15
2023-02-15
btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...
Josef Bacik
1
-9
/
+3
2023-02-15
btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty
Josef Bacik
3
-18
/
+19
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
8
-22
/
+22
2023-02-15
btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr
Josef Bacik
1
-7
/
+0
2023-02-15
btrfs: replace clearing extent buffer dirty bit with btrfs_clean_block
Josef Bacik
2
-23
/
+20
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
8
-27
/
+29
2023-02-15
btrfs: always lock the block before calling btrfs_clean_tree_block
Josef Bacik
1
-2
/
+1
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
7
-200
/
+64
2023-02-15
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
3
-28
/
+30
2023-02-15
btrfs: remove now spurious bio submission helpers
Christoph Hellwig
5
-39
/
+10
2023-02-15
btrfs: remove the fs_info argument to btrfs_submit_bio
Christoph Hellwig
5
-18
/
+14
2023-02-15
btrfs: open code submit_encoded_read_bio
Christoph Hellwig
1
-20
/
+3
2023-02-15
btrfs: remove struct btrfs_io_geometry
Christoph Hellwig
2
-101
/
+31
2023-02-15
btrfs: remove stripe boundary calculation for encoded I/O
Qu Wenruo
1
-23
/
+2
2023-02-15
btrfs: remove stripe boundary calculation for compressed I/O
Qu Wenruo
1
-97
/
+33
2023-02-15
btrfs: remove stripe boundary calculation for buffered I/O
Qu Wenruo
1
-52
/
+19
2023-02-15
btrfs: pass the iomap bio to btrfs_submit_bio
Christoph Hellwig
3
-153
/
+36
2023-02-15
btrfs: allow btrfs_submit_bio to split bios
Christoph Hellwig
2
-18
/
+93
2023-02-15
btrfs: support cloned bios in btree_csum_one_bio
Christoph Hellwig
3
-10
/
+8
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
7
-49
/
+23
2023-02-15
btrfs: handle checksum generation in the storage layer
Christoph Hellwig
5
-261
/
+183
2023-02-15
btrfs: simplify the btrfs_csum_one_bio calling convention
Christoph Hellwig
7
-25
/
+22
2023-02-15
btrfs: open code the submit_bio_start helpers
Christoph Hellwig
4
-56
/
+23
2023-02-15
btrfs: remove struct btrfs_bio::is_metadata flag
Christoph Hellwig
2
-11
/
+1
2023-02-15
btrfs: rename btrfs_bio::iter field
Christoph Hellwig
2
-8
/
+11
2023-02-15
btrfs: remove the io_failure_record infrastructure
Christoph Hellwig
5
-315
/
+0
[next]