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
/
bcachefs
/
btree_update_interior.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Option improvements
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: BTREE_ITER_NOPRESERVE
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Add more time_stats
Kent Overstreet
1
-2
/
+23
2023-10-23
bcachefs: bch2_btree_node_rewrite() now returns transaction restarts
Kent Overstreet
1
-24
/
+29
2023-10-23
bcachefs: for_each_btree_node() now returns errors directly
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: More btree iterator fixes
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Fix an assertion
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Kill retry loop in btree merge path
Kent Overstreet
1
-29
/
+5
2023-10-23
bcachefs: Tighten up btree locking invariants
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-107
/
+110
2023-10-23
bcachefs: Add an assertion for removing btree nodes from cache
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: More renaming
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Clean up/rename bch2_trans_node_* fns
Kent Overstreet
1
-18
/
+17
2023-10-23
bcachefs: Further reduce iter->trans usage
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-73
/
+73
2023-10-23
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: trans->restarted
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Clean up interior update paths
Kent Overstreet
1
-26
/
+3
2023-10-23
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-69
/
+125
2023-10-23
bcachefs: Fix an allocator shutdown deadlock
Kent Overstreet
1
-11
/
+16
2023-10-23
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
1
-23
/
+37
2023-10-23
bcachefs: Split out SPOS_MAX
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Extensive triggers cleanups
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Improve btree iterator tracepoints
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Fix a deadlock
Kent Overstreet
1
-7
/
+19
2023-10-23
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Don't repair btree nodes until after interior journal replay is done
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Fix an uninitialized var
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: New and improved topology repair code
Kent Overstreet
1
-5
/
+6
2023-10-23
bcachefs: New helper __bch2_btree_insert_keys_interior()
Kent Overstreet
1
-25
/
+23
2023-10-23
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
1
-0
/
+50
2023-10-23
bcachefs: Don't BUG_ON() btree topology error
Kent Overstreet
1
-1
/
+13
2023-10-23
bcachefs: Fix a use after free
Kent Overstreet
1
-0
/
+8
2023-10-23
bcachefs: Don't flush btree writes more aggressively because of btree key cache
Kent Overstreet
1
-3
/
+8
2023-10-23
bcachefs: Kill bch2_fs_usage_scratch_get()
Kent Overstreet
1
-4
/
+0
2023-10-23
bcachefs: Be more careful about JOURNAL_RES_GET_RESERVED
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: bch2_foreground_maybe_merge() now correctly reports lock restarts
Kent Overstreet
1
-14
/
+10
2023-10-23
bcachefs: Kill bch2_btree_node_get_sibling()
Kent Overstreet
1
-20
/
+41
2023-10-23
bcachefs: Change where merging of interior btree nodes is trigger from
Kent Overstreet
1
-9
/
+7
2023-10-23
bcachefs: Improve bch2_btree_update_start()
Kent Overstreet
1
-219
/
+110
2023-10-23
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-4
/
+8
2023-10-23
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix packed bkey format calculation for new btree roots
Kent Overstreet
1
-4
/
+6
2023-10-23
bcachefs: Generate better bkey formats when splitting nodes
Kent Overstreet
1
-19
/
+34
2023-10-23
bcachefs: Drop bkey noops
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Use pcpu mode of six locks for interior nodes
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
1
-11
/
+7
2023-10-23
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-1
/
+1
[next]