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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
3
-117
/
+83
2022-03-14
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
4
-26
/
+23
2022-03-14
btrfs: qgroup: remove outdated TODO comments
Sidong Yang
1
-12
/
+0
2022-03-14
btrfs: qgroup: remove duplicated check in adding qgroup relations
Sidong Yang
1
-9
/
+32
2022-03-14
btrfs: add lzo workspace buffer length constants
Dāvis Mosāns
1
-4
/
+7
2022-03-14
btrfs: populate extent_map::generation when reading from disk
Qu Wenruo
1
-0
/
+1
2022-03-14
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2
-0
/
+6
2022-03-14
btrfs: remove no longer used counter when reading data page
Filipe Manana
1
-4
/
+1
2022-03-14
btrfs: fix lost error return value when reading a data page
Filipe Manana
2
-2
/
+8
2022-03-14
btrfs: stop checking for NULL return from btrfs_get_extent()
Filipe Manana
1
-3
/
+3
2022-03-14
btrfs: prepare extents to be logged before locking a log tree path
Filipe Manana
1
-37
/
+27
2022-03-14
btrfs: remove useless path release in the fast fsync path
Filipe Manana
1
-1
/
+0
2022-03-14
btrfs: remove constraint on number of visited leaves when replacing extents
Filipe Manana
1
-4
/
+1
2022-03-14
btrfs: avoid unnecessary computation when deleting items from a leaf
Filipe Manana
1
-9
/
+7
2022-03-14
btrfs: avoid unnecessary COW of leaves when deleting items from a leaf
Filipe Manana
1
-6
/
+32
2022-03-14
btrfs: remove unnecessary leaf free space checks when pushing items
Filipe Manana
1
-12
/
+0
2022-03-14
btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()
Johannes Thumshirn
1
-1
/
+1
2022-03-14
btrfs: zoned: remove redundant assignment in btrfs_check_zoned_mode
Pankaj Raghav
1
-2
/
+1
2022-03-14
btrfs: replace BUILD_BUG_ON by static_assert
David Sterba
5
-31
/
+25
2022-03-14
btrfs: zoned: allow DUP on meta-data block groups
Johannes Thumshirn
1
-0
/
+36
2022-03-14
btrfs: zoned: prepare for allowing DUP on zoned
Johannes Thumshirn
1
-9
/
+16
2022-03-14
btrfs: zoned: make zone finishing multi stripe capable
Johannes Thumshirn
1
-22
/
+24
2022-03-14
btrfs: zoned: make zone activation multi stripe capable
Johannes Thumshirn
1
-26
/
+31
2022-03-14
btrfs: add support for multiple global roots
Josef Bacik
7
-13
/
+106
2022-03-14
btrfs: add code to support the block group root
Josef Bacik
4
-8
/
+71
2022-03-14
btrfs: abstract out loading the tree root
Josef Bacik
1
-35
/
+46
2022-03-14
btrfs: tree-checker: don't fail on empty extent roots for extent tree v2
Josef Bacik
1
-1
/
+13
2022-03-14
btrfs: disable space cache related mount options for extent tree v2
Josef Bacik
1
-0
/
+20
2022-03-14
btrfs: disable snapshot creation/deletion for extent tree v2
Josef Bacik
2
-2
/
+23
2022-03-14
btrfs: disable scrub for extent-tree-v2
Josef Bacik
1
-0
/
+5
2022-03-14
btrfs: disable qgroups in extent tree v2
Josef Bacik
1
-0
/
+6
2022-03-14
btrfs: disable device manipulation ioctl's EXTENT_TREE_V2
Josef Bacik
2
-0
/
+15
2022-03-14
btrfs: disable balance for extent tree v2 for now
Josef Bacik
1
-0
/
+6
2022-03-14
btrfs: add definition for EXTENT_TREE_V2
Josef Bacik
2
-1
/
+25
2022-03-14
btrfs: use single variable to track return value at btrfs_log_inode()
Filipe Manana
1
-30
/
+22
2022-03-14
btrfs: avoid inode logging during rename and link when possible
Filipe Manana
2
-65
/
+183
2022-03-14
btrfs: stop doing unnecessary log updates during a rename
Filipe Manana
2
-115
/
+59
2022-03-14
btrfs: avoid logging all directory changes during renames
Filipe Manana
3
-24
/
+78
2022-03-14
btrfs: pass the dentry to btrfs_log_new_name() instead of the inode
Filipe Manana
3
-9
/
+20
2022-03-14
btrfs: add helper to delete a dir entry from a log tree
Filipe Manana
1
-31
/
+39
2022-03-14
btrfs: send: remove redundant ret variable in fs_path_copy
Minghao Chi
1
-6
/
+1
2022-03-14
btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...
Nikolay Borisov
1
-7
/
+6
2022-03-14
btrfs: scrub: remove redundant initialization of increment
Jiapeng Chong
1
-1
/
+1
2022-03-14
btrfs: zoned: remove redundant initialization of to_add
Jiapeng Chong
1
-4
/
+3
2022-03-14
btrfs: cleanup temporary variables when finding rotational device status
Anand Jain
1
-6
/
+2
2022-03-14
btrfs: use dev_t to match device in device_matched
Anand Jain
1
-40
/
+1
2022-03-14
btrfs: add device major-minor info in the struct btrfs_device
Anand Jain
3
-25
/
+23
2022-03-14
btrfs: match stale devices by dev_t
Anand Jain
3
-27
/
+39
2022-03-14
btrfs: harden identification of a stale device
Anand Jain
1
-7
/
+38
2022-03-14
btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdev
Anand Jain
1
-7
/
+8
[prev]
[next]