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_iter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Fix more lockdep splats in debug.c
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: allocate_dropping_locks()
Kent Overstreet
1
-0
/
+26
2023-10-23
bcachefs: drop_locks_do()
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: trans_for_each_path_safe()
Kent Overstreet
1
-0
/
+29
2023-10-23
six locks: Seq now only incremented on unlock
Kent Overstreet
1
-8
/
+1
2023-10-23
six locks: Kill six_lock_state union
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Move bch2_bkey_make_mut() to btree_update.h
Kent Overstreet
1
-43
/
+0
2023-10-23
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
1
-0
/
+56
2023-10-23
bcachefs: Converting to typed bkeys is now allowed for err, null ptrs
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: bch2_btree_iter_peek_node_and_restart()
Kent Overstreet
1
-13
/
+2
2023-10-23
bcachefs: bch2_btree_iter_peek_and_restart_outlined()
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Split trans->last_begin_ip and trans->last_restarted_ip
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Fix erasure coding locking
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
1
-0
/
+69
2023-10-23
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
1
-1
/
+16
2023-10-23
bcachefs: Inline bch2_btree_path_traverse() fastpath
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: btree_iter->ip_allocated
Kent Overstreet
1
-11
/
+17
2023-10-23
bcachefs: New btree helpers
Kent Overstreet
1
-3
/
+60
2023-10-23
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Optimize bch2_trans_iter_init()
Kent Overstreet
1
-2
/
+74
2023-10-23
bcachefs: Fix for_each_btree_key2()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Fix return code from btree_path_traverse_one()
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Fixes for building in userspace
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Optimize bch2_trans_init()
Kent Overstreet
1
-2
/
+13
2023-10-23
bcachefs: bch2_trans_locked()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Inline bch2_trans_kmalloc() fast path
Kent Overstreet
1
-1
/
+17
2023-10-23
bcachefs: Deadlock cycle detector
Kent Overstreet
1
-2
/
+5
2023-10-23
bcachefs: All held locks must be in a btree path
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Make more btree_paths available
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Track maximum transaction memory
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: btree_locking.c
Kent Overstreet
1
-16
/
+0
2023-10-23
bcachefs: Add assertions for unexpected transaction restarts
Kent Overstreet
1
-3
/
+9
2023-10-23
bcachefs: Increment restart count in bch2_trans_begin()
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: Track the maximum btree_paths ever allocated by each transaction
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix incorrectly freeing btree_path in alloc path
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: for_each_btree_key_reverse()
Kent Overstreet
1
-1
/
+40
2023-10-23
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-19
/
+35
2023-10-23
bcachefs: btree_trans_too_many_iters() is now a transaction restart
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
1
-1
/
+45
2023-10-23
bcachefs: lock time stats prep work.
Daniel Hill
1
-3
/
+4
2023-10-23
bcachefs: for_each_btree_key2()
Kent Overstreet
1
-0
/
+33
2023-10-23
bcachefs: Improve an error message
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix journal_keys_search() overhead
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: bch2_btree_iter_peek_all_levels()
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: btree_path_make_mut() clears should_be_locked
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: bch2_trans_updates_to_text()
Kent Overstreet
1
-0
/
+1
[next]