index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_update_leaf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Btree write buffer
Kent Overstreet
1
-19
/
+153
2023-10-23
bcachefs: Kill trans->flags
Kent Overstreet
1
-45
/
+45
2023-10-23
bcachefs: Debug mode for c->writes references
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: bch2_trans_in_restart_error()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix bch2_trans_reset_updates()
Kent Overstreet
1
-8
/
+0
2023-10-23
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
1
-11
/
+6
2023-10-23
bcachefs: Convert EROFS errors to private error codes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: btree_iter->ip_allocated
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Kill bch2_extent_trim_atomic() usage
Kent Overstreet
1
-12
/
+4
2023-10-23
bcachefs: Log more messages in the journal
Kent Overstreet
1
-11
/
+52
2023-10-23
bcachefs: New btree helpers
Kent Overstreet
1
-11
/
+4
2023-10-23
bcachefs: Fix error path in bch2_trans_commit_write_locked()
Kent Overstreet
1
-10
/
+11
2023-10-23
bcachefs: bch2_trans_revalidate_updates_in_node()
Kent Overstreet
1
-27
/
+33
2023-10-23
bcachefs: Kill btree_insert_ret enum
Kent Overstreet
1
-18
/
+15
2023-10-23
bcachefs: bch2_btree_path_peek_slot_exact()
Kent Overstreet
1
-1
/
+17
2023-10-23
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-13
/
+13
2023-10-23
bcachefs: Kill some unneeded references to c->flags
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Tiny bch2_trans_update_by_path_trace() optimization
Kent Overstreet
1
-4
/
+6
2023-10-23
bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUG
Kent Overstreet
1
-12
/
+16
2023-10-23
bcachefs: Fix a race with b->write_type
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: bch2_trans_commit_bkey_invalid()
Kent Overstreet
1
-18
/
+30
2023-10-23
bcachefs: Inlining improvements
Kent Overstreet
1
-15
/
+16
2023-10-23
bcachefs: Improved btree write statistics
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Don't issue transaction restart on key cache realloc
Kent Overstreet
1
-7
/
+2
2023-10-23
bcachefs: Separate out flush_new_cached_update()
Kent Overstreet
1
-20
/
+34
2023-10-23
bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofail
Kent Overstreet
1
-11
/
+3
2023-10-23
bcachefs: Fix a trans path overflow in bch2_btree_delete_range_trans()
Kent Overstreet
1
-13
/
+20
2023-10-23
bcachefs: Inline fast path of check_pos_snapshot_overwritten()
Kent Overstreet
1
-7
/
+13
2023-10-23
bcachefs: Kill normalize_read_intent_locks()
Kent Overstreet
1
-58
/
+0
2023-10-23
bcachefs: Delete old deadlock avoidance code
Kent Overstreet
1
-36
/
+3
2023-10-23
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: bch2_btree_path_upgrade() now emits transaction restart
Kent Overstreet
1
-5
/
+3
2023-10-23
bcachefs: Convert more locking code to btree_bkey_cached_common
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: New locking functions
Kent Overstreet
1
-1
/
+6
2023-10-23
bcachefs: Mark write locks before taking lock
Kent Overstreet
1
-2
/
+9
2023-10-23
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-12
/
+12
2023-10-23
bcachefs: Improve trans_restart_journal_preres_get tracepoint
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Track held write locks
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Switch btree locking code to struct btree_bkey_cached_common
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Better use of locking helpers
Kent Overstreet
1
-9
/
+12
2023-10-23
bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...
Kent Overstreet
1
-5
/
+14
2023-10-23
bcachefs: Switch bch2_btree_delete_range() to bch2_trans_run()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Fix btree_path->uptodate inconsistency
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-16
/
+12
2023-10-23
bcachefs: Don't set should_be_locked on paths that aren't locked
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-42
/
+27
2023-10-23
bcachefs: Always use percpu_ref_tryget_live() on c->writes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-4
/
+4
[next]