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
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
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: Fix usage of six lock's percpu mode
Kent Overstreet
1
-45
/
+54
2023-10-23
bcachefs: Simplify parameters to bch2_btree_update_start()
Kent Overstreet
1
-15
/
+27
2023-10-23
bcachefs: Drop unneeded journal pin in bch2_btree_update_start()
Kent Overstreet
1
-6
/
+0
2023-10-23
bcachefs: Fix race leading to btree node write getting stuck
Kent Overstreet
1
-0
/
+7
2023-10-23
bcachefs: Improve btree_node_write_if_need()
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: Use x-macros for btree node flags
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Kill BCH_FS_HOLD_BTREE_WRITES
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Fix btree path sorting
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-14
/
+17
2023-10-23
bcachefs: bch2_trans_mark_key() now takes a bkey_i *
Kent Overstreet
1
-16
/
+4
2023-10-23
bcachefs: Set BTREE_NODE_SEQ() correctly in merge path
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Also show when blocked on write locks
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Don't keep nodes in btree_reserve locked
Kent Overstreet
1
-3
/
+7
2023-10-23
bcachefs: Use BTREE_INSERT_USE_RESERVE in btree_update_key()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Switch to __func__for recording where btree_trans was initialized
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Simplify journal replay
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flag
Kent Overstreet
1
-1
/
+1
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
[next]