index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zoned.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
btrfs: zoned: fix chunk allocation condition for zoned allocator
Naohiro Aota
1
-3
/
+2
2022-01-07
btrfs: zoned: simplify btrfs_check_meta_write_pointer
Johannes Thumshirn
1
-18
/
+8
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-1
/
+2
2022-01-03
btrfs: zoned: cache reported zone during mount
Naohiro Aota
1
-9
/
+77
2021-12-08
btrfs: zoned: clear data relocation bg on zone finish
Johannes Thumshirn
1
-0
/
+2
2021-10-26
btrfs: zoned: use kmemdup() to replace kmalloc + memcpy
Kai Song
1
-3
/
+1
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
1
-8
/
+8
2021-10-26
btrfs: zoned: use regular writes for relocation
Johannes Thumshirn
1
-0
/
+11
2021-10-26
btrfs: zoned: add a dedicated data relocation block group
Johannes Thumshirn
1
-0
/
+10
2021-10-26
btrfs: zoned: finish fully written block group
Naohiro Aota
1
-0
/
+50
2021-10-26
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
1
-0
/
+31
2021-10-26
btrfs: zoned: load active zone info for block group
Naohiro Aota
1
-0
/
+24
2021-10-26
btrfs: zoned: implement active zone tracking
Naohiro Aota
1
-0
/
+193
2021-10-26
btrfs: zoned: introduce physical_map to btrfs_block_group
Naohiro Aota
1
-2
/
+14
2021-10-26
btrfs: zoned: load active zone information from devices
Naohiro Aota
1
-1
/
+57
2021-10-26
btrfs: zoned: finish superblock zone once no space left for new SB
Naohiro Aota
1
-16
/
+36
2021-10-26
btrfs: zoned: locate superblock position using zone capacity
Naohiro Aota
1
-2
/
+13
2021-10-26
btrfs: zoned: consider zone as full when no more SB can be written
Naohiro Aota
1
-8
/
+15
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
1
-2
/
+3
2021-10-26
btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusable
Naohiro Aota
1
-3
/
+0
2021-10-26
btrfs: zoned: load zone capacity information from devices
Naohiro Aota
1
-1
/
+23
2021-10-25
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
1
-1
/
+1
2021-08-23
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
1
-1
/
+1
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
1
-20
/
+0
2021-07-22
btrfs: store a block_device in struct btrfs_ordered_extent
Christoph Hellwig
1
-8
/
+4
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-2
/
+2
2021-06-21
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
1
-0
/
+21
2021-06-21
btrfs: zoned: bail out if we can't read a reliable write pointer
Johannes Thumshirn
1
-0
/
+14
2021-06-21
btrfs: zoned: print message when zone sanity check type fails
Naohiro Aota
1
-0
/
+4
2021-06-04
btrfs: zoned: fix zone number to sector/physical calculation
Naohiro Aota
1
-5
/
+18
2021-05-20
btrfs: zoned: pass start block to btrfs_use_zone_append
Johannes Thumshirn
1
-2
/
+2
2021-05-04
btrfs: zoned: sanity check zone type
Naohiro Aota
1
-0
/
+5
2021-04-19
btrfs: zoned: fail mount if the device does not support zone append
Johannes Thumshirn
1
-0
/
+7
2021-04-11
Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+42
2021-04-10
btrfs: zoned: move superblock logging zone location
Naohiro Aota
1
-11
/
+42
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2021-03-04
btrfs: zoned: use sector_t for zone sectors
Naohiro Aota
1
-2
/
+2
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-02-09
btrfs: zoned: support dev-replace in zoned filesystems
Naohiro Aota
1
-0
/
+74
2021-02-09
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
1
-0
/
+9
2021-02-09
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
1
-0
/
+9
2021-02-09
btrfs: zoned: serialize metadata IO
Naohiro Aota
1
-0
/
+50
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
1
-0
/
+70
2021-02-09
btrfs: zoned: cache if block group is on a sequential zone
Johannes Thumshirn
1
-0
/
+29
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
1
-0
/
+37
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
1
-0
/
+21
2021-02-09
btrfs: zoned: calculate allocation offset for conventional zones
Naohiro Aota
1
-5
/
+94
2021-02-09
btrfs: zoned: load zone's allocation offset
Naohiro Aota
1
-0
/
+151
2021-02-09
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
1
-0
/
+141
2021-02-09
btrfs: zoned: allow zoned filesystems on non-zoned block devices
Johannes Thumshirn
1
-11
/
+139
[next]