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
/
disk-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-0
/
+13
2021-04-20
btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock
Johannes Thumshirn
1
-3
/
+3
2021-04-19
btrfs: subpage: support metadata checksum calculation at write time
Qu Wenruo
1
-24
/
+72
2021-04-19
btrfs: subpage: do more sanity checks on metadata page dirtying
Qu Wenruo
1
-6
/
+41
2021-03-26
Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+17
2021-03-17
btrfs: fix subvolume/snapshot deletion not triggered on mount
Filipe Manana
1
-1
/
+15
2021-03-17
btrfs: initialize device::fs_info always
Josef Bacik
1
-1
/
+2
2021-02-21
Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-31
/
+152
2021-02-12
btrfs: initialize fs_info::csum_size earlier in open_ctree
Su Yue
1
-1
/
+2
2021-02-09
btrfs: zoned: reorder log node allocation on zoned filesystem
Naohiro Aota
1
-5
/
+7
2021-02-09
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: split alloc_log_tree()
Naohiro Aota
1
-6
/
+27
2021-02-09
btrfs: zoned: do not use async metadata checksum on zoned filesystems
Naohiro Aota
1
-0
/
+2
2021-02-09
btrfs: zoned: serialize metadata IO
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
1
-2
/
+2
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
1
-0
/
+8
2021-02-09
btrfs: zoned: do not load fs_info::zoned from incompat flag
Johannes Thumshirn
1
-2
/
+0
2021-02-09
btrfs: zoned: defer loading zone info after opening trees
Naohiro Aota
1
-0
/
+13
2021-02-09
btrfs: allow read-only mount of 4K sector size fs on 64K page system
Qu Wenruo
1
-3
/
+22
2021-02-09
btrfs: introduce subpage metadata validation check
Qu Wenruo
1
-0
/
+57
2021-02-09
btrfs: improve preemptive background space flushing
Josef Bacik
1
-0
/
+1
2021-02-09
btrfs: track ordered bytes instead of just dio ordered bytes
Josef Bacik
1
-4
/
+4
2021-02-09
btrfs: make btrfs_root::free_objectid hold the next available objectid
Nikolay Borisov
1
-4
/
+4
2021-02-09
btrfs: rename btrfs_root::highest_objectid to free_objectid
Nikolay Borisov
1
-7
/
+7
2021-02-09
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
1
-1
/
+1
2021-02-09
btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid
Nikolay Borisov
1
-7
/
+5
2021-01-07
btrfs: print the actual offset in btrfs_root_name
Josef Bacik
1
-1
/
+1
2020-12-18
btrfs: add assertion for empty list of transactions at late stage of umount
Filipe Manana
1
-0
/
+3
2020-12-18
btrfs: fix race between RO remount and the cleaner task
Filipe Manana
1
-1
/
+4
2020-12-18
btrfs: fix transaction leak and crash after cleaning up orphans on RO mount
Filipe Manana
1
-4
/
+1
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
1
-9
/
+8
2020-12-09
btrfs: fix lockdep warning when creating free space tree
Boris Burkov
1
-4
/
+5
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
1
-0
/
+8
2020-12-09
btrfs: clear free space tree on ro->rw remount
Boris Burkov
1
-21
/
+21
2020-12-09
btrfs: clear oneshot options on mount and remount
Boris Burkov
1
-1
/
+13
2020-12-09
btrfs: create free space tree on ro->rw remount
Boris Burkov
1
-12
/
+11
2020-12-09
btrfs: start orphan cleanup on ro->rw remount
Boris Burkov
1
-9
/
+8
2020-12-09
btrfs: lift read-write mount setup from mount and remount
Boris Burkov
1
-39
/
+50
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
1
-23
/
+0
2020-12-09
btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
Nikolay Borisov
1
-0
/
+55
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-7
/
+35
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
1
-0
/
+10
2020-12-08
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Qu Wenruo
1
-1
/
+1
2020-12-08
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
1
-6
/
+6
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
1
-3
/
+0
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
1
-3
/
+4
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
1
-5
/
+9
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
1
-16
/
+0
2020-12-08
btrfs: remove lockdep classes for the fs tree
Josef Bacik
1
-1
/
+0
2020-12-08
btrfs: pass bvec to csum_dirty_buffer instead of page
Qu Wenruo
1
-5
/
+6
[next]