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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-26
btrfs: handle ENOMEM in btrfs_alloc_tree_block
Omar Sandoval
1
-13
/
+28
2015-04-26
Btrfs: don't check for delalloc_bytes in cache_save_setup
Chris Mason
1
-2
/
+1
2015-04-26
Btrfs: fix deadlock when starting writeback of bg caches
Filipe Manana
1
-1
/
+1
2015-04-26
Btrfs: fix race between start dirty bg cache writeout and bg deletion
Filipe Manana
1
-17
/
+27
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-32
/
+6
2015-04-13
Btrfs: qgroup, Account data space in more proper timings.
Dongsheng Yang
1
-7
/
+9
2015-04-13
Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.
Dongsheng Yang
1
-1
/
+19
2015-04-13
Btrfs: qgroup: free reserved in exceeding quota.
Dongsheng Yang
1
-1
/
+4
2015-04-13
btrfs: Support busy loop of write and delete
Zhao Lei
1
-12
/
+14
2015-04-13
btrfs: Fix NO_SPACE bug caused by delayed-iput
Zhao Lei
1
-0
/
+6
2015-04-13
btrfs: add WARN_ON() to check is space_info op current
Zhao Lei
1
-0
/
+10
2015-04-13
btrfs: Set relative data on clear btrfs_block_group_cache->pinned
Zhao Lei
1
-0
/
+10
2015-04-13
btrfs: Adjust commit-transaction condition to avoid NO_SPACE more
Zhao Lei
1
-1
/
+2
2015-04-13
btrfs: fix condition of commit transaction
Zhao Lei
1
-7
/
+15
2015-04-11
Btrfs: fix use after free when close_ctree frees the orphan_rsv
Chris Mason
1
-0
/
+5
2015-04-11
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-25
/
+216
2015-04-11
Btrfs: two stage dirty block group writeout
Chris Mason
1
-4
/
+53
2015-04-11
Btrfs: don't commit the transaction in the async space flushing
Josef Bacik
1
-6
/
+8
2015-04-11
Btrfs: reserve space for block groups
Josef Bacik
1
-3
/
+9
2015-04-11
Btrfs: refill block reserves during truncate
Chris Mason
1
-5
/
+4
2015-04-11
Btrfs: account for crcs in delayed ref processing
Josef Bacik
1
-15
/
+31
2015-04-01
Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent()
Chris Mason
1
-1
/
+1
2015-03-27
Btrfs: fix log tree corruption when fs mounted with -o discard
Filipe Manana
1
-3
/
+2
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-5
/
+5
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-11
/
+10
2015-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+34
2015-03-17
Btrfs: add sanity test for outstanding_extents accounting
Josef Bacik
1
-0
/
+3
2015-03-17
Btrfs: prepare block group cache before writing
Josef Bacik
1
-0
/
+26
2015-03-13
Btrfs: account for the correct number of extents for delalloc reservations
Josef Bacik
1
-1
/
+5
2015-03-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+16
2015-03-03
btrfs: replace remaining do_div calls with div_u64 variants
David Sterba
1
-1
/
+1
2015-03-03
btrfs: cleanup 64bit/32bit divs, provably bounded values
David Sterba
1
-2
/
+2
2015-03-03
btrfs: cleanup 64bit/32bit divs, compile time constants
David Sterba
1
-8
/
+7
2015-03-03
Btrfs: abort the transaction if we fail to update the free space cache inode
Josef Bacik
1
-0
/
+16
2015-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-145
/
+105
2015-02-16
btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
Zhao Lei
1
-2
/
+2
2015-02-16
Btrfs: disk-io: replace root args iff only fs_info used
Daniel Dressler
1
-3
/
+3
2015-02-14
Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
Forrest Liu
1
-1
/
+2
2015-02-14
Btrfs: account for large extents with enospc
Josef Bacik
1
-5
/
+11
2015-02-03
btrfs: delete chunk allocation attemp when setting block group ro
Shaohua Li
1
-8
/
+5
2015-02-03
Btrfs: fix race between transaction commit and empty block group removal
Filipe Manana
1
-1
/
+20
2015-01-22
Btrfs: cleanup unused run_most
Liu Bo
1
-4
/
+1
2015-01-22
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
1
-1
/
+1
2015-01-22
Btrfs: lookup for block group only if needed when freeing a tree block
Filipe Manana
1
-4
/
+6
2015-01-22
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...
Chris Mason
1
-7
/
+6
2015-01-22
Btrfs: track dirty block groups on their own list
Josef Bacik
1
-114
/
+53
2015-01-20
Btrfs: fix race deleting block group from space_info->ro_bgs list
Filipe Manana
1
-1
/
+1
2015-01-02
Btrfs: abort transaction if we don't find the block group
Josef Bacik
1
-6
/
+6
2014-12-12
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
David Sterba
1
-2
/
+2
2014-12-12
btrfs: sink blocksize parameter to btrfs_init_new_buffer
David Sterba
1
-5
/
+4
[next]