index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_write_buffer.c
Age
Commit message (
Expand
)
Author
2025-06-24
bcachefs: Check for bad write buffer key when moving from journal
Kent Overstreet
2025-06-16
bcachefs: Kill unused tracepoints
Kent Overstreet
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
2025-05-21
bcachefs: Extra write buffer asserts
Kent Overstreet
2025-05-21
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
2025-05-21
bcachefs: Move various init code to _init_early()
Kent Overstreet
2025-04-06
bcachefs: Use sort_nonatomic() instead of sort()
Kent Overstreet
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
2025-03-14
bcachefs: Change btree wb assert to runtime error
Kent Overstreet
2025-01-09
bcachefs: Assert that btree write buffer only touches the right btrees
Kent Overstreet
2024-12-21
bcachefs: trace_write_buffer_maybe_flush
Kent Overstreet
2024-12-21
bcachefs: btree_write_buffer_flush_seq() no longer closes journal
Kent Overstreet
2024-12-21
bcachefs: trivial btree write buffer refactoring
Kent Overstreet
2024-11-07
bcachefs: bch2_btree_write_buffer_flush_going_ro()
Kent Overstreet
2024-07-18
bcachefs: silence silly kdoc warning
Kent Overstreet
2024-07-14
bcachefs: Eytzinger accumulation for accounting keys
Kent Overstreet
2024-07-14
bcachefs: btree write buffer knows how to accumulate bch_accounting keys
Kent Overstreet
2024-06-29
bcachefs: bch2_btree_write_buffer_maybe_flush()
Kent Overstreet
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
2024-04-13
bcachefs: Fix btree node merging on write buffer btrees
Kent Overstreet
2024-03-31
bcachefs: Fix journal pins in btree write buffer
Kent Overstreet
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
2024-03-13
bcachefs: jset_entry for loops declare loop iter
Kent Overstreet
2024-03-13
bcachefs: Fix journal_buf bitfield accesses
Kent Overstreet
2024-01-21
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
2024-01-05
bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpath
Kent Overstreet
2024-01-05
bcachefs: wb_key_cmp -> wb_key_ref_cmp
Kent Overstreet
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
2024-01-01
bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_t
Kent Overstreet
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
2024-01-01
bcachefs: Inline btree write buffer sort
Kent Overstreet
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
2024-01-01
bcachefs: more write buffer refactoring
Kent Overstreet
2024-01-01
bcachefs: wb_flush_one_slowpath()
Kent Overstreet
2024-01-01
bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()
Kent Overstreet
2024-01-01
bcachefs: bch2_btree_write_buffer_flush_locked()
Kent Overstreet
2024-01-01
bcachefs: Clean up btree write buffer write ref handling
Kent Overstreet
2024-01-01
bcachefs: Improve btree write buffer tracepoints
Kent Overstreet
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
2024-01-01
bcachefs: Avoiding dropping/retaking write locks in bch2_btree_write_buffer_f...
Kent Overstreet
2024-01-01
bcachefs: Kill BTREE_UPDATE_PREJOURNAL
Kent Overstreet
2024-01-01
bcachefs: Journal pins must always have a flush_fn
Kent Overstreet
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
bcachefs: Fix btree write buffer with snapshots btrees
Kent Overstreet
2023-10-22
bcachefs: use prejournaled key updates for write buffer flushes
Brian Foster
2023-10-22
bcachefs: Add a race_fault() for write buffer slowpath
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_INSERT_USE_RESERVE
Kent Overstreet
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
bcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RW
Kent Overstreet
2023-10-22
bcachefs: more aggressive fast path write buffer key flushing
Brian Foster
[next]