index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zoned.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-02-09
btrfs: zoned: do not load fs_info::zoned from incompat flag
Johannes Thumshirn
1
-0
/
+8
2021-02-09
btrfs: zoned: use regular super block location on zone emulation
Naohiro Aota
1
-1
/
+7
2021-02-09
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
1
-0
/
+25
2021-02-09
btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdev
Nikolay Borisov
1
-2
/
+0
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-0
/
+327
2020-12-09
btrfs: disallow mixed-bg in ZONED mode
Naohiro Aota
1
-0
/
+6
2020-12-09
btrfs: disallow NODATACOW in ZONED mode
Naohiro Aota
1
-0
/
+5
2020-12-09
btrfs: disallow space_cache in ZONED mode
Naohiro Aota
1
-0
/
+17
2020-12-09
btrfs: introduce max_zone_append_size
Naohiro Aota
1
-2
/
+15
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
1
-0
/
+80
2020-12-09
btrfs: get zone information of zoned block devices
Naohiro Aota
1
-0
/
+168