index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
2020-07-27
btrfs: scrub: unify naming of page address variables
David Sterba
1
-16
/
+16
2020-07-27
btrfs: scrub: remove kmap/kunmap of pages
David Sterba
1
-15
/
+8
2020-07-27
btrfs: introduce "rescue=" mount option
Qu Wenruo
1
-8
/
+73
2020-07-27
btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca...
Filipe Manana
1
-8
/
+6
2020-07-27
btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota()
Filipe Manana
3
-11
/
+7
2020-07-27
btrfs: check-integrity: remove unnecessary failure messages during memory all...
Liao Pingfang
1
-21
/
+6
2020-07-27
btrfs: use helper btrfs_get_block_group
Anand Jain
1
-2
/
+2
2020-07-27
btrfs: let btrfs_return_cluster_to_free_space() return void
Anand Jain
2
-10
/
+6
2020-07-27
btrfs: remove no longer necessary chunk mutex locking cases
Filipe Manana
1
-5
/
+0
2020-07-27
btrfs: factor out reading of bg from find_frist_block_group
Johannes Thumshirn
1
-46
/
+56
2020-07-27
btrfs: get mapping tree directly from fsinfo in find_first_block_group
Johannes Thumshirn
1
-1
/
+1
2020-07-27
btrfs: simplify checks when adding excluded ranges
Nikolay Borisov
1
-17
/
+4
2020-07-27
btrfs: read stripe len directly in btrfs_rmap_block
Nikolay Borisov
1
-10
/
+3
2020-07-27
btrfs: don't balance btree inode pages from buffered write path
Nikolay Borisov
1
-2
/
+0
2020-07-25
Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+21
2020-07-21
btrfs: fix mount failure caused by race with umount
Boris Burkov
1
-0
/
+8
2020-07-21
btrfs: fix page leaks after failure to lock page for delalloc
Robbie Ko
1
-1
/
+2
2020-07-21
btrfs: qgroup: fix data leak caused by race between writeback and truncate
Qu Wenruo
1
-13
/
+10
2020-07-21
btrfs: fix double free on ulist after backref resolution failure
Filipe Manana
1
-0
/
+1
2020-07-12
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-8
/
+3
2020-07-09
btrfs: wire up iter_file_splice_write
Christoph Hellwig
1
-0
/
+1
2020-07-09
btrfs: fix double put of block group with nocow
Josef Bacik
1
-8
/
+1
2020-07-09
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-23
/
+0
2020-07-08
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-25
/
+35
2020-07-07
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
1
-0
/
+1
2020-07-02
btrfs: reset tree root pointer after error in init_tree_roots
Josef Bacik
1
-2
/
+4
2020-07-02
btrfs: fix reclaim_size counter leak after stealing from global reserve
Filipe Manana
1
-1
/
+1
2020-07-02
btrfs: fix fatal extent_buffer readahead vs releasepage race
Boris Burkov
1
-16
/
+24
2020-07-02
btrfs: convert comments to fallthrough annotations
Marcos Paulo de Souza
4
-6
/
+6
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
1
-0
/
+1
2020-06-29
fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
Paul E. McKenney
1
-0
/
+2
2020-06-23
Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-36
/
+102
2020-06-22
btrfs: flag files as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-06-16
btrfs: use kfree() in btrfs_ioctl_get_subvol_info()
Waiman Long
1
-1
/
+1
2020-06-16
btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO
Filipe Manana
1
-11
/
+26
2020-06-16
btrfs: fix RWF_NOWAIT write not failling when we need to cow
Filipe Manana
1
-1
/
+12
2020-06-16
btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof
Filipe Manana
1
-3
/
+0
2020-06-16
btrfs: fix hang on snapshot creation after RWF_NOWAIT write
Filipe Manana
1
-0
/
+2
2020-06-16
btrfs: check if a log root exists before locking the log_mutex on unlink
Filipe Manana
2
-0
/
+7
2020-06-16
btrfs: fix bytes_may_use underflow when running balance and scrub in parallel
Filipe Manana
1
-5
/
+12
2020-06-16
btrfs: fix data block group relocation failure due to concurrent scrub
Filipe Manana
1
-1
/
+18
2020-06-16
btrfs: fix race between block group removal and block group creation
Filipe Manana
1
-8
/
+19
2020-06-16
btrfs: fix a block group ref counter leak after failure to remove block group
Filipe Manana
1
-10
/
+9
2020-06-14
Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-234
/
+265
2020-06-14
Revert "btrfs: switch to iomap_dio_rw() for dio"
David Sterba
4
-166
/
+169
2020-06-09
Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"
David Sterba
2
-0
/
+21
2020-06-09
Revert "btrfs: split btrfs_direct_IO to read and write part"
David Sterba
3
-83
/
+90
2020-06-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-3
/
+2
2020-06-04
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
1
-3
/
+1
2020-06-04
fs: move fiemap range validation into the file systems instances
Christoph Hellwig
1
-1
/
+1
[prev]
[next]