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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
btrfs: add a helper to read the superblock metadata_uuid
Anand Jain
1
-0
/
+1
2023-08-21
btrfs: make find_free_dev_extent() static
Filipe Manana
1
-2
/
+0
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+5
2023-06-26
Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-29
/
+28
2023-06-22
btrfs: fix remaining u32 overflows when left shifting stripe_nr
Qu Wenruo
1
-0
/
+11
2023-06-19
btrfs: open code btrfs_map_sblock
Christoph Hellwig
1
-3
/
+0
2023-06-19
btrfs: rename __btrfs_map_block to btrfs_map_block
Christoph Hellwig
1
-5
/
+5
2023-06-19
btrfs: remove unused btrfs_map_block
Christoph Hellwig
1
-3
/
+0
2023-06-19
btrfs: remove unused BTRFS_MAP_DISCARD
Christoph Hellwig
1
-3
/
+0
2023-06-19
btrfs: add and fix comments in btrfs_fs_devices
Anand Jain
1
-14
/
+11
2023-06-19
btrfs: add comment about metadata_uuid in btrfs_fs_devices
Anand Jain
1
-0
/
+12
2023-06-19
btrfs: reduce struct btrfs_fs_devices size by moving fsid_change
Anand Jain
1
-2
/
+2
2023-06-19
btrfs: make btrfs_free_device() static
Filipe Manana
1
-1
/
+0
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-2
/
+2
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-3
/
+3
2023-06-12
btrfs: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
1
-2
/
+1
2023-04-17
btrfs: introduce a new helper to submit write bio for repair
Qu Wenruo
1
-0
/
+3
2023-04-17
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
1
-4
/
+15
2023-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
1
-12
/
+14
2023-04-17
btrfs: reduce type width of btrfs_io_contexts
Qu Wenruo
1
-5
/
+49
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
1
-2
/
+5
2023-02-15
btrfs: remove struct btrfs_io_geometry
Christoph Hellwig
1
-18
/
+0
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
1
-105
/
+5
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
1
-1
/
+1
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
1
-0
/
+9
2022-12-05
btrfs: move tree block parentness check into validate_extent_buffer()
Qu Wenruo
1
-3
/
+22
2022-12-05
btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()
Anand Jain
1
-2
/
+2
2022-12-05
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
1
-0
/
+8
2022-12-05
btrfs: auto enable discard=async when possible
David Sterba
1
-0
/
+2
2022-11-07
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
1
-1
/
+1
2022-10-24
btrfs: reorder btrfs_bio for better packing
David Sterba
1
-1
/
+1
2022-09-26
btrfs: move btrfs_swapfile_pin into volumes.h
Josef Bacik
1
-0
/
+25
2022-09-26
btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
Josef Bacik
1
-0
/
+2
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
1
-4
/
+16
2022-09-26
btrfs: use chained bios when cloning
Christoph Hellwig
1
-1
/
+0
2022-09-26
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
1
-1
/
+1
2022-09-26
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
1
-0
/
+6
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
1
-2
/
+1
2022-07-25
btrfs: increase direct io read size limit to 256 sectors
Christoph Hellwig
1
-0
/
+7
2022-07-25
btrfs: use btrfs_raid_array to calculate number of parity stripes
Qu Wenruo
1
-0
/
+1
2022-07-25
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
1
-0
/
+1
2022-07-25
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
1
-1
/
+9
2022-07-25
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
1
-1
/
+6
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
1
-0
/
+3
2022-07-25
btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
Qu Wenruo
1
-0
/
+16
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-4
/
+38
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-05-16
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
1
-9
/
+30
2022-05-16
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
1
-0
/
+13
2022-05-16
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
1
-4
/
+4
[next]