index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-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
-4
/
+4
2023-10-22
bcachefs: Also log overwrites in journal
Kent Overstreet
1
-39
/
+53
2023-10-22
bcachefs: Refactor journal entry adding
Kent Overstreet
1
-24
/
+17
2023-10-22
bcachefs: bch2_trans_reset_updates()
Kent Overstreet
1
-7
/
+1
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Shutdown path improvements
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Plumb btree_id & level to trans_mark
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()
Kent Overstreet
1
-4
/
+5
2023-10-22
bcachefs: Don't trigger extra assertions in journal replay
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: bch2_btree_delete_extent_at()
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Use bch2_trans_inconsistent() more
Kent Overstreet
1
-1
/
+1
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
-6
/
+14
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
1
-7
/
+5
2023-10-22
bcachefs: Run overwrite triggers before insert
Kent Overstreet
1
-29
/
+18
2023-10-22
bcachefs: bch2_trans_log_msg()
Kent Overstreet
1
-0
/
+27
2023-10-22
bcachefs: Use darray for extra_journal_entries
Kent Overstreet
1
-9
/
+8
2023-10-22
bcachefs: Fix large key cache keys
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Fix BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Revalidate pointer to old bkey val before calling mem triggers
Kent Overstreet
1
-0
/
+26
2023-10-22
bcachefs: Drop !did_work path from do_btree_insert_one()
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: bch2_btree_iter_peek_upto()
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Change flags param to bch2_btree_delete_range to update_flags
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: Kill bch2_btree_node_write_cond()
Kent Overstreet
1
-2
/
+16
2023-10-22
bcachefs: Use x-macros for btree node flags
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Run alloc triggers last
Kent Overstreet
1
-0
/
+17
2023-10-22
bcachefs: Trigger code uses stashed copy of old key
Kent Overstreet
1
-16
/
+16
2023-10-22
bcachefs: Consolidate trigger code a bit
Kent Overstreet
1
-111
/
+148
2023-10-22
bcachefs: bch2_trans_mark_key() now takes a bkey_i *
Kent Overstreet
1
-8
/
+3
2023-10-22
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
1
-0
/
+26
2023-10-22
bcachefs: Change __bch2_trans_commit() to run triggers then get RW
Kent Overstreet
1
-11
/
+11
2023-10-22
bcachefs: Also show when blocked on write locks
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Btree key cache coherency
Kent Overstreet
1
-34
/
+102
2023-10-22
bcachefs: run_one_trigger() now checks journal keys
Kent Overstreet
1
-0
/
+11
2023-10-22
bcachefs: Stash a copy of key being overwritten in btree_insert_entry
Kent Overstreet
1
-16
/
+12
2023-10-22
bcachefs: Log message improvements
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: BTREE_INSERT_LAZY_RW is only for recovery path
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: iter->update_path
Kent Overstreet
1
-31
/
+33
2023-10-22
bcachefs: Refactor trigger code
Kent Overstreet
1
-68
/
+76
2023-10-22
bcachefs: Fix check_pos_snapshot_overwritten for !snapshots
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: New data structure for buckets waiting on journal commit
Kent Overstreet
1
-8
/
+20
2023-10-22
bcachefs: Switch to __func__for recording where btree_trans was initialized
Kent Overstreet
1
-15
/
+15
2023-10-22
bcachefs: Fix an assertion
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Simplify journal replay
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix race between btree updates & journal replay
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: BCH_JSET_ENTRY_log
Kent Overstreet
1
-5
/
+39
[next]