summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
* bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
* bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
* bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4
* bcachefs: remove redundant variable tmpColin Ian King2024-01-211-3/+1
* bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-215-24/+44
* bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet2024-01-214-16/+35
* bcachefs: extents_to_bp_stateKent Overstreet2024-01-211-48/+41
* bcachefs: bkey_and_val_eq()Kent Overstreet2024-01-211-3/+8
* bcachefs: Better journal tracepointsKent Overstreet2024-01-212-60/+79
* bcachefs: Print size of superblock with space allocatedKent Overstreet2024-01-211-1/+3
* bcachefs: Avoid flushing the journal in the discard pathKent Overstreet2024-01-211-19/+41
* bcachefs: Improve move_extent tracepointKent Overstreet2024-01-215-7/+48
* bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet2024-01-211-0/+1
* bcachefs: Re-add move_extent_write tracepointKent Overstreet2024-01-212-23/+20
* bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet2024-01-211-2/+2
* bcachefs: Add .val_to_text() for KEY_TYPE_cookieKent Overstreet2024-01-211-0/+9
* bcachefs: Don't pass memcmp() as a pointerKent Overstreet2024-01-211-2/+8
* bcachefs: Reduce would_deadlock restartsKent Overstreet2024-01-211-0/+7
* bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet2024-01-213-29/+48
* bcachefs: bch_fs_usage_baseKent Overstreet2024-01-217-47/+45
* bcachefs: bch2_prt_compression_type()Kent Overstreet2024-01-215-6/+15
* bcachefs: helpers for printing data typesKent Overstreet2024-01-2114-64/+64
* bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-218-30/+27
* bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet2024-01-211-18/+0
* bcachefs: eytzinger_for_each() declares loop iterKent Overstreet2024-01-212-3/+3
* bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet2024-01-211-4/+5
* bcachefs: fix memleak in bch2_split_devsSu Yue2024-01-211-3/+5
* bcachefs: eytzinger0_find() search should be constKent Overstreet2024-01-061-5/+5
* bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2024-01-062-8/+12
* bcachefs: fix simulateously upgrading & downgradingKent Overstreet2024-01-061-3/+12
* bcachefs: Restart recovery passes more reliablyKent Overstreet2024-01-061-1/+4
* bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet2024-01-061-0/+6
* bcachefs: improve checksum error messagesKent Overstreet2024-01-065-29/+78
* bcachefs: improve validate_bset_keys()Kent Overstreet2024-01-061-20/+55
* bcachefs: print sb magic when relevantKent Overstreet2024-01-061-1/+8
* bcachefs: __bch2_sb_field_to_text()Kent Overstreet2024-01-062-7/+14
* bcachefs: %pg is banishedKent Overstreet2024-01-064-16/+52
* bcachefs: Improve would_deadlock trace eventKent Overstreet2024-01-065-17/+42
* bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet2024-01-068-55/+42
* bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-066-99/+116
* bcachefs: no thread_with_file in userspaceKent Overstreet2024-01-061-0/+3
* bcachefs: Don't autofix errors we can't fixKent Overstreet2024-01-061-1/+2
* bcachefs: add missing bch2_latency_acct() callKent Overstreet2024-01-061-1/+1
* bcachefs: increase max_active on io_complete_wqKent Overstreet2024-01-061-1/+1
* bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2024-01-062-0/+3
* bcachefs: don't clear accessed bit in btree node fillKent Overstreet2024-01-061-6/+0
* bcachefs: Add an option to control btree node prefetchingKent Overstreet2024-01-062-3/+11
* bcachefs: kill useless return retKent Overstreet2024-01-061-3/+1
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-0611-91/+61