summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_write_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: more write buffer refactoringKent Overstreet2024-01-011-40/+41
* bcachefs: wb_flush_one_slowpath()Kent Overstreet2024-01-011-28/+29
* bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()Kent Overstreet2024-01-011-1/+1
* bcachefs: bch2_btree_write_buffer_flush_locked()Kent Overstreet2024-01-011-10/+17
* bcachefs: Clean up btree write buffer write ref handlingKent Overstreet2024-01-011-12/+26
* bcachefs: Improve btree write buffer tracepointsKent Overstreet2024-01-011-2/+6
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-9/+9
* bcachefs: Avoiding dropping/retaking write locks in bch2_btree_write_buffer_f...Kent Overstreet2024-01-011-9/+7
* bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet2024-01-011-4/+10
* bcachefs: Journal pins must always have a flush_fnKent Overstreet2024-01-011-11/+7
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-1/+1
* bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet2023-10-221-3/+6
* bcachefs: use prejournaled key updates for write buffer flushesBrian Foster2023-10-221-2/+28
* bcachefs: Add a race_fault() for write buffer slowpathKent Overstreet2023-10-221-0/+3
* bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet2023-10-221-2/+4
* bcachefs: Kill JOURNAL_WATERMARKKent Overstreet2023-10-221-1/+1
* bcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RWKent Overstreet2023-10-221-0/+1
* bcachefs: more aggressive fast path write buffer key flushingBrian Foster2023-10-221-21/+22
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-1/+1
* bcachefs: Fix for shared paths in write buffer flushKent Overstreet2023-10-221-0/+9
* bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill2023-10-221-1/+1
* bcachefs: Btree write bufferKent Overstreet2023-10-221-0/+330