index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-22
bcachefs: Call bch2_btree_update_add_new_node() before dropping write lock
Kent Overstreet
1
-11
/
+9
2023-10-22
bcachefs: Btree splits now only take the locks they need
Kent Overstreet
1
-17
/
+25
2023-10-22
bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofail
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Add error path to btree_split()
Kent Overstreet
1
-18
/
+87
2023-10-22
bcachefs: Write new btree nodes after parent update
Kent Overstreet
1
-22
/
+24
2023-10-22
bcachefs: Fix a deadlock in btree_update_nodes_written()
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs; Mark __bch2_trans_iter_init as inline
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Fix blocking with locks held
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: btree_update_nodes_written() needs BTREE_INSERT_USE_RESERVE
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix error handling in bch2_btree_update_start()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: All held locks must be in a btree path
Kent Overstreet
1
-3
/
+75
2023-10-22
bcachefs: bch2_btree_path_upgrade() now emits transaction restart
Kent Overstreet
1
-7
/
+5
2023-10-22
bcachefs: Avoid using btree_node_lock_nopath()
Kent Overstreet
1
-26
/
+21
2023-10-22
bcachefs: Convert more locking code to btree_bkey_cached_common
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: New locking functions
Kent Overstreet
1
-43
/
+52
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-11
/
+10
2023-10-22
bcachefs: Fix bch2_btree_update_start() to return -BCH_ERR_journal_reclaim_wo...
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Improve trans_restart_journal_preres_get tracepoint
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Add assertions for unexpected transaction restarts
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codes
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: Don't set should_be_locked on paths that aren't locked
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-13
/
+12
2023-10-22
bcachefs: lock time stats prep work.
Daniel Hill
1
-2
/
+2
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: Lock ordering fix
Kent Overstreet
1
-6
/
+5
2023-10-22
bcachefs: Shutdown path improvements
Kent Overstreet
1
-5
/
+13
2023-10-22
bcachefs: btree_update_interior.c prep for backpointers
Kent Overstreet
1
-26
/
+19
2023-10-22
bcachefs: Plumb btree_id & level to trans_mark
Kent Overstreet
1
-17
/
+33
2023-10-22
bcachefs: Add rw to .key_invalid()
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
1
-8
/
+12
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Run btree updates after write out of write_point
Kent Overstreet
1
-4
/
+5
2023-10-22
bcachefs: bch2_btree_update_start() refactoring
Kent Overstreet
1
-39
/
+41
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Use darray for extra_journal_entries
Kent Overstreet
1
-9
/
+19
2023-10-22
bcachefs: Add a missing btree_path_set_dirty() calls
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix usage of six lock's percpu mode
Kent Overstreet
1
-45
/
+54
2023-10-22
bcachefs: Simplify parameters to bch2_btree_update_start()
Kent Overstreet
1
-15
/
+27
2023-10-22
bcachefs: Drop unneeded journal pin in bch2_btree_update_start()
Kent Overstreet
1
-6
/
+0
2023-10-22
bcachefs: Fix race leading to btree node write getting stuck
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Improve btree_node_write_if_need()
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Use x-macros for btree node flags
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Kill BCH_FS_HOLD_BTREE_WRITES
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Fix btree path sorting
Kent Overstreet
1
-0
/
+2
[prev]
[next]