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
/
zoned.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: zoned: activate block group properly on unlimited active zone device
Naohiro Aota
2022-05-05
1
-14
/
+8
*
btrfs: zoned: move non-changing condition check out of the loop
Naohiro Aota
2022-05-05
1
-6
/
+6
*
btrfs: zoned: remove left over ASSERT checking for single profile
Johannes Thumshirn
2022-03-23
1
-4
/
+0
*
btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zone
Johannes Thumshirn
2022-03-23
1
-4
/
+5
*
btrfs: zoned: remove redundant assignment in btrfs_check_zoned_mode
Pankaj Raghav
2022-03-14
1
-2
/
+1
*
btrfs: zoned: allow DUP on meta-data block groups
Johannes Thumshirn
2022-03-14
1
-0
/
+36
*
btrfs: zoned: prepare for allowing DUP on zoned
Johannes Thumshirn
2022-03-14
1
-9
/
+16
*
btrfs: zoned: make zone finishing multi stripe capable
Johannes Thumshirn
2022-03-14
1
-22
/
+24
*
btrfs: zoned: make zone activation multi stripe capable
Johannes Thumshirn
2022-03-14
1
-26
/
+31
*
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
2022-01-07
1
-3
/
+2
*
btrfs: zoned: simplify btrfs_check_meta_write_pointer
Johannes Thumshirn
2022-01-07
1
-18
/
+8
*
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
1
-1
/
+2
*
btrfs: zoned: cache reported zone during mount
Naohiro Aota
2022-01-03
1
-9
/
+77
*
btrfs: zoned: clear data relocation bg on zone finish
Johannes Thumshirn
2021-12-08
1
-0
/
+2
*
btrfs: zoned: use kmemdup() to replace kmalloc + memcpy
Kai Song
2021-10-26
1
-3
/
+1
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-8
/
+8
*
btrfs: zoned: use regular writes for relocation
Johannes Thumshirn
2021-10-26
1
-0
/
+11
*
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
2021-10-26
1
-0
/
+10
*
btrfs: zoned: finish fully written block group
Naohiro Aota
2021-10-26
1
-0
/
+50
*
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
2021-10-26
1
-0
/
+31
*
btrfs: zoned: load active zone info for block group
Naohiro Aota
2021-10-26
1
-0
/
+24
*
btrfs: zoned: implement active zone tracking
Naohiro Aota
2021-10-26
1
-0
/
+193
*
btrfs: zoned: introduce physical_map to btrfs_block_group
Naohiro Aota
2021-10-26
1
-2
/
+14
*
btrfs: zoned: load active zone information from devices
Naohiro Aota
2021-10-26
1
-1
/
+57
*
btrfs: zoned: finish superblock zone once no space left for new SB
Naohiro Aota
2021-10-26
1
-16
/
+36
*
btrfs: zoned: locate superblock position using zone capacity
Naohiro Aota
2021-10-26
1
-2
/
+13
*
btrfs: zoned: consider zone as full when no more SB can be written
Naohiro Aota
2021-10-26
1
-8
/
+15
*
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
2021-10-26
1
-2
/
+3
*
btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusable
Naohiro Aota
2021-10-26
1
-3
/
+0
*
btrfs: zoned: load zone capacity information from devices
Naohiro Aota
2021-10-26
1
-1
/
+23
*
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
2021-10-25
1
-1
/
+1
*
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
2021-08-23
1
-1
/
+1
*
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
2021-08-23
1
-20
/
+0
*
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
2021-07-22
1
-8
/
+4
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-2
/
+2
*
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
2021-06-21
1
-0
/
+21
*
btrfs: zoned: bail out if we can't read a reliable write pointer
Johannes Thumshirn
2021-06-21
1
-0
/
+14
*
btrfs: zoned: print message when zone sanity check type fails
Naohiro Aota
2021-06-21
1
-0
/
+4
*
btrfs: zoned: fix zone number to sector/physical calculation
Naohiro Aota
2021-06-04
1
-5
/
+18
*
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
2021-05-20
1
-2
/
+2
*
btrfs: zoned: sanity check zone type
Naohiro Aota
2021-05-04
1
-0
/
+5
*
btrfs: zoned: fail mount if the device does not support zone append
Johannes Thumshirn
2021-04-19
1
-0
/
+7
*
Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-04-11
1
-11
/
+42
|
\
|
*
btrfs: zoned: move superblock logging zone location
Naohiro Aota
2021-04-10
1
-11
/
+42
*
|
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-05
1
-2
/
+2
|
\
|
|
*
btrfs: zoned: use sector_t for zone sectors
Naohiro Aota
2021-03-04
1
-2
/
+2
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
*
|
btrfs: zoned: support dev-replace in zoned filesystems
Naohiro Aota
2021-02-09
1
-0
/
+74
*
|
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
2021-02-09
1
-0
/
+9
*
|
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
2021-02-09
1
-0
/
+9
[next]