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.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-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
/
zoned.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: zoned: drop no longer valid write pointer check
Naohiro Aota
2023-11-03
1
-7
/
+0
*
btrfs: zoned: support RAID0/1/10 on top of raid stripe tree
Johannes Thumshirn
2023-10-12
1
-4
/
+127
*
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
2023-10-12
1
-37
/
+42
*
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
2023-10-12
1
-11
/
+19
*
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
2023-10-12
1
-92
/
+92
*
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
2023-10-12
1
-47
/
+37
*
btrfs: remove the need_raid_map parameter from btrfs_map_block()
Qu Wenruo
2023-10-12
1
-1
/
+1
*
btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add()
Qu Wenruo
2023-10-12
1
-1
/
+1
*
btrfs: zoned: skip splitting and logical rewriting on pre-alloc write
Naohiro Aota
2023-08-22
1
-4
/
+15
*
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
2023-08-21
1
-3
/
+13
*
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
2023-08-21
1
-23
/
+3
*
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
1
-2
/
+79
*
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
2023-08-21
1
-5
/
+88
*
btrfs: zoned: update meta write pointer on zone finish
Naohiro Aota
2023-08-21
1
-0
/
+3
*
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
1
-14
/
+1
*
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
1
-8
/
+22
*
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
1
-15
/
+20
*
btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_info
Julia Lawall
2023-08-21
1
-2
/
+2
*
btrfs: zoned: do not enable async discard
Naohiro Aota
2023-07-20
1
-0
/
+3
*
btrfs: open code btrfs_map_sblock
Christoph Hellwig
2023-06-19
1
-2
/
+2
*
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
1
-4
/
+2
*
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
1
-12
/
+58
*
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
1
-39
/
+22
*
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
2023-06-19
1
-2
/
+2
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
1
-1
/
+1
*
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
2023-06-19
1
-1
/
+1
*
btrfs: open code set_extent_bits_nowait
David Sterba
2023-06-19
1
-2
/
+2
*
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
1
-24
/
+4
*
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
2023-06-19
1
-6
/
+6
*
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Christoph Hellwig
2023-05-10
1
-2
/
+2
*
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
2023-05-10
1
-4
/
+3
*
btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
Naohiro Aota
2023-04-28
1
-3
/
+3
*
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
1
-2
/
+2
*
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
2023-03-15
1
-4
/
+0
*
btrfs: zoned: count fresh BG region as zone unusable
Naohiro Aota
2023-03-15
1
-5
/
+19
*
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
2023-03-15
1
-2
/
+1
*
btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
Naohiro Aota
2023-03-15
1
-2
/
+12
*
btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
Christoph Hellwig
2023-02-15
1
-23
/
+24
*
btrfs: never return true for reads in btrfs_use_zone_append
Christoph Hellwig
2023-02-15
1
-0
/
+3
*
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
2023-02-15
1
-1
/
+3
*
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
2023-02-15
1
-20
/
+0
*
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
2023-02-15
1
-26
/
+26
*
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
2023-02-15
1
-8
/
+5
*
btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zones
Naohiro Aota
2023-02-13
1
-2
/
+5
*
btrfs: fix uninitialized variable warning in btrfs_sb_log_location
Josef Bacik
2023-02-13
1
-1
/
+1
*
btrfs: zoned: enable metadata over-commit for non-ZNS setup
Naohiro Aota
2023-01-11
1
-0
/
+2
*
btrfs: convert btrfs_block_group::seq_zone to runtime flag
David Sterba
2022-12-05
1
-3
/
+4
*
btrfs: zoned: use helper to check a power of two zone size
David Sterba
2022-12-05
1
-2
/
+1
*
btrfs: update function comments
David Sterba
2022-12-05
1
-3
/
+3
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
[next]