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
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
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-30
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2021-07-28
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-07-13
Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-85
/
+270
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
1
-85
/
+270
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-06-22
btrfs: ensure relocation never runs while we have send operations running
Filipe Manana
1
-8
/
+0
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-4
/
+4
2021-06-21
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
1
-3
/
+3
2021-06-21
btrfs: remove stale comment for argument seed of btrfs_find_device
Su Yue
1
-2
/
+0
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-1
/
+1
2021-05-17
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-05-14
btrfs: return 0 for dev_extent_hole_check_zoned hole_start in case of error
Johannes Thumshirn
1
-1
/
+1
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-1
/
+2
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-1
/
+1
2021-04-20
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
1
-23
/
+23
2021-04-20
btrfs: zoned: reset zones of relocated block groups
Johannes Thumshirn
1
-0
/
+16
2021-04-20
btrfs: more graceful errors/warnings on 32bit systems when reaching limits
Qu Wenruo
1
-2
/
+51
2021-04-19
btrfs: zoned: bail out in btrfs_alloc_chunk for bad input
Arnd Bergmann
1
-0
/
+2
2021-04-19
btrfs: assign proper values to a bool variable in dev_extent_hole_check_zoned
Jiapeng Chong
1
-2
/
+2
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-03-26
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2021-03-17
btrfs: do not initialize dev stats if we have no dev_root
Josef Bacik
1
-0
/
+3
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-09
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
1
-0
/
+72
2021-02-09
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
1
-1
/
+1
2021-02-09
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
1
-2
/
+29
2021-02-09
btrfs: zoned: use ZONE_APPEND write for zoned mode
Naohiro Aota
1
-0
/
+14
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
1
-4
/
+4
2021-02-09
btrfs: zoned: verify device extent is aligned to zone
Naohiro Aota
1
-0
/
+14
2021-02-09
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
1
-17
/
+154
2021-02-09
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
1
-4
/
+0
2021-02-09
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
1
-25
/
+18
2021-02-09
btrfs: consolidate btrfs_previous_item ret val handling in btrfs_shrink_device
Nikolay Borisov
1
-4
/
+3
2021-01-30
Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2021-01-27
btrfs: use bio_kmalloc in __alloc_device
Christoph Hellwig
1
-1
/
+1
2021-01-25
btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch
Su Yue
1
-1
/
+1
2021-01-21
Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2021-01-18
btrfs: fix lockdep splat in btrfs_recover_relocation
Josef Bacik
1
-0
/
+2
2021-01-06
Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2020-12-18
btrfs: fix race between RO remount and the cleaner task
Filipe Manana
1
-2
/
+2
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+6
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
1
-2
/
+2
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-5
/
+15
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
1
-0
/
+5
2020-12-09
btrfs: get zone information of zoned block devices
Naohiro Aota
1
-3
/
+17
2020-12-08
btrfs: remove unused argument seed from btrfs_find_device
Anand Jain
1
-12
/
+10
2020-12-08
btrfs: drop never met disk total bytes check in verify_one_dev_extent
Anand Jain
1
-15
/
+10
2020-12-08
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
1
-4
/
+4
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
1
-1
/
+2
[next]