index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_write_buffer.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-3
/
+3
2025-05-21
bcachefs: Extra write buffer asserts
Kent Overstreet
1
-0
/
+2
2025-05-21
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
1
-5
/
+6
2025-05-21
bcachefs: Move various init code to _init_early()
Kent Overstreet
1
-1
/
+6
2025-04-06
bcachefs: Use sort_nonatomic() instead of sort()
Kent Overstreet
1
-4
/
+4
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
1
-5
/
+5
2025-03-14
bcachefs: Change btree wb assert to runtime error
Kent Overstreet
1
-1
/
+20
2025-01-09
bcachefs: Assert that btree write buffer only touches the right btrees
Kent Overstreet
1
-0
/
+2
2024-12-21
bcachefs: trace_write_buffer_maybe_flush
Kent Overstreet
1
-0
/
+8
2024-12-21
bcachefs: btree_write_buffer_flush_seq() no longer closes journal
Kent Overstreet
1
-5
/
+14
2024-12-21
bcachefs: trivial btree write buffer refactoring
Kent Overstreet
1
-33
/
+31
2024-11-07
bcachefs: bch2_btree_write_buffer_flush_going_ro()
Kent Overstreet
1
-3
/
+27
2024-07-18
bcachefs: silence silly kdoc warning
Kent Overstreet
1
-1
/
+1
2024-07-14
bcachefs: Eytzinger accumulation for accounting keys
Kent Overstreet
1
-2
/
+52
2024-07-14
bcachefs: btree write buffer knows how to accumulate bch_accounting keys
Kent Overstreet
1
-9
/
+75
2024-06-29
bcachefs: bch2_btree_write_buffer_maybe_flush()
Kent Overstreet
1
-0
/
+37
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-4
/
+4
2024-04-13
bcachefs: Fix btree node merging on write buffer btrees
Kent Overstreet
1
-2
/
+12
2024-03-31
bcachefs: Fix journal pins in btree write buffer
Kent Overstreet
1
-0
/
+14
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-1
/
+1
2024-03-13
bcachefs: jset_entry for loops declare loop iter
Kent Overstreet
1
-2
/
+0
2024-03-13
bcachefs: Fix journal_buf bitfield accesses
Kent Overstreet
1
-0
/
+2
2024-01-21
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
1
-4
/
+3
2024-01-05
bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpath
Kent Overstreet
1
-1
/
+1
2024-01-05
bcachefs: wb_key_cmp -> wb_key_ref_cmp
Kent Overstreet
1
-6
/
+6
2024-01-01
bcachefs: btree_iter -> btree_path_idx_t
Kent Overstreet
1
-8
/
+12
2024-01-01
bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_t
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
1
-2
/
+0
2024-01-01
bcachefs: Inline btree write buffer sort
Kent Overstreet
1
-11
/
+82
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
1
-133
/
+305
2024-01-01
bcachefs: more write buffer refactoring
Kent Overstreet
1
-40
/
+41
2024-01-01
bcachefs: wb_flush_one_slowpath()
Kent Overstreet
1
-28
/
+29
2024-01-01
bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: bch2_btree_write_buffer_flush_locked()
Kent Overstreet
1
-10
/
+17
2024-01-01
bcachefs: Clean up btree write buffer write ref handling
Kent Overstreet
1
-12
/
+26
2024-01-01
bcachefs: Improve btree write buffer tracepoints
Kent Overstreet
1
-2
/
+6
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
1
-9
/
+9
2024-01-01
bcachefs: Avoiding dropping/retaking write locks in bch2_btree_write_buffer_flush_one()
Kent Overstreet
1
-9
/
+7
2024-01-01
bcachefs: Kill BTREE_UPDATE_PREJOURNAL
Kent Overstreet
1
-4
/
+10
2024-01-01
bcachefs: Journal pins must always have a flush_fn
Kent Overstreet
1
-11
/
+7
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix btree write buffer with snapshots btrees
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: use prejournaled key updates for write buffer flushes
Brian Foster
1
-2
/
+28
2023-10-22
bcachefs: Add a race_fault() for write buffer slowpath
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Kill BTREE_INSERT_USE_RESERVE
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RW
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: more aggressive fast path write buffer key flushing
Brian Foster
1
-21
/
+22
2023-10-22
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix for shared paths in write buffer flush
Kent Overstreet
1
-0
/
+9
[next]