summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Rename bch_page_state -> bch_folioKent Overstreet2023-10-221-58/+66
* bcachefs: Add a bch_page_state assertKent Overstreet2023-10-221-0/+2
* bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet2023-10-221-0/+2
* bcachefs: Improve trace_move_extent_fail()Kent Overstreet2023-10-222-7/+90
* bcachefs: Print out counters correctlyKent Overstreet2023-10-221-2/+2
* bcachefs: Add missing bch2_err_class() callKent Overstreet2023-10-221-1/+1
* bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet2023-10-2211-336/+135
* bcachefs: use reservation for log messages during recoveryBrian Foster2023-10-223-14/+38
* bcachefs: Improve trans_restart_split_race tracepointKent Overstreet2023-10-223-5/+32
* bcachefs: Data update path no longer leaves cached replicasKent Overstreet2023-10-221-0/+11
* bcachefs: Rhashtable based buckets_in_flight for copygcKent Overstreet2023-10-222-86/+139
* bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet2023-10-224-7/+10
* bcachefs: move snapshot_t to subvolume_types.hKent Overstreet2023-10-222-12/+12
* bcachefs: Fix bch2_get_key_or_hole()Kent Overstreet2023-10-221-4/+11
* bcachefs: Check return code from need_whiteout_for_snapshot()Kent Overstreet2023-10-221-3/+8
* bcachefs: bch2_dev_freespace_init() Print out status every 10 secondsKent Overstreet2023-10-221-2/+10
* bcachefs: Run freespace init in device hot add pathKent Overstreet2023-10-221-0/+4
* bcachefs: Improved copygc wait debuggingKent Overstreet2023-10-222-1/+10
* bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()Kent Overstreet2023-10-221-3/+3
* bcachefs: drop unnecessary journal stuck check from space calculationBrian Foster2023-10-221-18/+1
* bcachefs: refactor journal stuck checking into standalone helperBrian Foster2023-10-221-22/+63
* bcachefs: gracefully unwind journal res slowpath on shutdownBrian Foster2023-10-221-0/+7
* bcachefs: more aggressive fast path write buffer key flushingBrian Foster2023-10-221-21/+22
* bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster2023-10-225-5/+15
* bcachefs: remove unused bch2_trans_log_msg()Brian Foster2023-10-222-13/+0
* bcachefs: Fix bch2_verify_bucket_evacuated()Kent Overstreet2023-10-221-0/+5
* bcachefs: verify_bucket_evacuated() -> set_btree_iter_dontneed()Kent Overstreet2023-10-221-0/+3
* bcachefs: Make reconstruct_alloc quieterKent Overstreet2023-10-222-36/+39
* bcachefs: Fix an unhandled transaction restart errorKent Overstreet2023-10-221-0/+5
* bcachefs: Fix nocow write path closure bugKent Overstreet2023-10-221-4/+4
* bcachefs: Nocow write error path fixKent Overstreet2023-10-221-11/+7
* bcachefs: Fix bch2_extent_fallocate() in nocow modeKent Overstreet2023-10-222-0/+9
* bcachefs: Add an assert in inode_write for -ENOENTKent Overstreet2023-10-221-0/+5
* bcachefs: Fix bch2_evict_subvolume_inodes()Kent Overstreet2023-10-226-38/+81
* bcachefs: Improve error handling in bch2_ioctl_subvolume_destroy()Kent Overstreet2023-10-221-7/+8
* bcachefs: Fix for 'missing subvolume' errorKent Overstreet2023-10-221-11/+19
* bcachefs: Don't run transaction hooks multiple timesKent Overstreet2023-10-221-8/+8
* bcachefs: Add a fallback when journal_keys doesn't fit in ramKent Overstreet2023-10-221-18/+49
* bcachefs: Improve the backpointer to missing extent messageKent Overstreet2023-10-222-16/+25
* bcachefs: Add error message for failing to allocate sorted journal keysKent Overstreet2023-10-221-1/+4
* bcachefs: New erasure coding shutdown pathKent Overstreet2023-10-2210-94/+141
* bcachefs: bch2_fs_moving_ctxts_to_text()Kent Overstreet2023-10-227-67/+179
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-2229-157/+259
* bcachefs: Fix bch2_check_extents_to_backpointers()Kent Overstreet2023-10-221-11/+19
* bcachefs: Fix an assert in copygc thread shutdown pathKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_bucket_is_movable() -> BTREE_ITER_CACHEDKent Overstreet2023-10-221-1/+1
* bcachefs: Don't use BTREE_ITER_INTENT in make_extent_indirect()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix stripe create error pathKent Overstreet2023-10-221-6/+8
* bcachefs: Mark new snapshots earlier in create pathKent Overstreet2023-10-221-2/+4
* bcachefs: Improve bch2_new_stripes_to_text()Kent Overstreet2023-10-221-5/+9