summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet
2024-01-21bcachefs: Avoid flushing the journal in the discard pathKent Overstreet
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet
2024-01-21bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet
2024-01-21bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet
2024-01-21bcachefs: Add .val_to_text() for KEY_TYPE_cookieKent Overstreet
2024-01-21bcachefs: Don't pass memcmp() as a pointerKent Overstreet
2024-01-21bcachefs: Reduce would_deadlock restartsKent Overstreet
2024-01-21bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet
2024-01-21bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet
2024-01-21bcachefs: eytzinger_for_each() declares loop iterKent Overstreet
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet
2024-01-21bcachefs: fix memleak in bch2_split_devsSu Yue
2024-01-18bcachefs: Replace strlcpy() with strscpy()Kees Cook
2024-01-12Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-01-05bcachefs: eytzinger0_find() search should be constKent Overstreet
2024-01-05bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet
2024-01-05bcachefs: fix simulateously upgrading & downgradingKent Overstreet
2024-01-05bcachefs: Restart recovery passes more reliablyKent Overstreet
2024-01-05bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet
2024-01-05bcachefs: improve checksum error messagesKent Overstreet
2024-01-05bcachefs: improve validate_bset_keys()Kent Overstreet
2024-01-05bcachefs: print sb magic when relevantKent Overstreet
2024-01-05bcachefs: __bch2_sb_field_to_text()Kent Overstreet
2024-01-05bcachefs: %pg is banishedKent Overstreet
2024-01-05bcachefs: Improve would_deadlock trace eventKent Overstreet
2024-01-05bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet
2024-01-05bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet
2024-01-05bcachefs: no thread_with_file in userspaceKent Overstreet
2024-01-05bcachefs: Don't autofix errors we can't fixKent Overstreet
2024-01-05bcachefs: add missing bch2_latency_acct() callKent Overstreet
2024-01-05bcachefs: increase max_active on io_complete_wqKent Overstreet
2024-01-05bcachefs: add time_stats for btree_node_read_done()Kent Overstreet
2024-01-05bcachefs: don't clear accessed bit in btree node fillKent Overstreet
2024-01-05bcachefs: Add an option to control btree node prefetchingKent Overstreet
2024-01-05bcachefs: kill useless return retKent Overstreet
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet
2024-01-05bcachefs: unify extent triggerKent Overstreet
2024-01-05bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet
2024-01-05bcachefs: Online fsck can now fix errorsKent Overstreet
2024-01-05bcachefs: bch2_trigger_pointer()Kent Overstreet
2024-01-05bcachefs: unify stripe triggerKent Overstreet