index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
|
btrfs: zoned: serialize metadata IO
Naohiro Aota
2021-02-09
1
-0
/
+50
*
|
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
2021-02-09
1
-0
/
+70
*
|
btrfs: zoned: cache if block group is on a sequential zone
Johannes Thumshirn
2021-02-09
1
-0
/
+29
*
|
btrfs: zoned: redirty released extent buffers
Naohiro Aota
2021-02-09
1
-0
/
+37
*
|
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
2021-02-09
1
-0
/
+21
*
|
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
2021-02-09
1
-5
/
+94
*
|
btrfs: zoned: load zone's allocation offset
Naohiro Aota
2021-02-09
1
-0
/
+151
*
|
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
2021-02-09
1
-0
/
+141
*
|
btrfs: zoned: allow zoned filesystems on non-zoned block devices
Johannes Thumshirn
2021-02-09
1
-11
/
+139
[next]