summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: Better journal tracepointsKent Overstreet2-60/+79
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet1-1/+3
2024-01-21bcachefs: Avoid flushing the journal in the discard pathKent Overstreet1-19/+41
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet5-7/+48
2024-01-21bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet1-0/+1
2024-01-21bcachefs: Re-add move_extent_write tracepointKent Overstreet2-23/+20
2024-01-21bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet1-2/+2
2024-01-21bcachefs: Add .val_to_text() for KEY_TYPE_cookieKent Overstreet1-0/+9
2024-01-21bcachefs: Don't pass memcmp() as a pointerKent Overstreet1-2/+8
2024-01-21bcachefs: Reduce would_deadlock restartsKent Overstreet1-0/+7
2024-01-21bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet3-29/+48
2024-01-21bcachefs: bch_fs_usage_baseKent Overstreet7-47/+45
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet5-6/+15
2024-01-21bcachefs: helpers for printing data typesKent Overstreet14-64/+64
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet8-30/+27
2024-01-21bcachefs: drop to_text code for obsolete bps in alloc keysKent Overstreet1-18/+0
2024-01-21bcachefs: eytzinger_for_each() declares loop iterKent Overstreet2-3/+3
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet1-4/+5
2024-01-21bcachefs: fix memleak in bch2_split_devsSu Yue1-3/+5
2024-01-18bcachefs: Replace strlcpy() with strscpy()Kees Cook1-2/+2
2024-01-13Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+17
2024-01-11Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds123-5887/+7025
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-11/+13
2024-01-06bcachefs: eytzinger0_find() search should be constKent Overstreet1-5/+5
2024-01-06bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2-8/+12
2024-01-06bcachefs: fix simulateously upgrading & downgradingKent Overstreet1-3/+12
2024-01-06bcachefs: Restart recovery passes more reliablyKent Overstreet1-1/+4
2024-01-06bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet1-0/+6
2024-01-06bcachefs: improve checksum error messagesKent Overstreet5-29/+78
2024-01-06bcachefs: improve validate_bset_keys()Kent Overstreet1-20/+55
2024-01-06bcachefs: print sb magic when relevantKent Overstreet1-1/+8
2024-01-06bcachefs: __bch2_sb_field_to_text()Kent Overstreet2-7/+14
2024-01-06bcachefs: %pg is banishedKent Overstreet4-16/+52
2024-01-06bcachefs: Improve would_deadlock trace eventKent Overstreet5-17/+42
2024-01-06bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet8-55/+42
2024-01-06bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet6-99/+116
2024-01-06bcachefs: no thread_with_file in userspaceKent Overstreet1-0/+3
2024-01-06bcachefs: Don't autofix errors we can't fixKent Overstreet1-1/+2
2024-01-06bcachefs: add missing bch2_latency_acct() callKent Overstreet1-1/+1
2024-01-06bcachefs: increase max_active on io_complete_wqKent Overstreet1-1/+1
2024-01-06bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2-0/+3
2024-01-06bcachefs: don't clear accessed bit in btree node fillKent Overstreet1-6/+0
2024-01-06bcachefs: Add an option to control btree node prefetchingKent Overstreet2-3/+11
2024-01-06bcachefs: kill useless return retKent Overstreet1-3/+1
2024-01-06bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet11-91/+61
2024-01-06bcachefs: unify extent triggerKent Overstreet5-96/+39
2024-01-06bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet1-67/+61
2024-01-06bcachefs: Online fsck can now fix errorsKent Overstreet4-11/+20
2024-01-06bcachefs: bch2_trigger_pointer()Kent Overstreet1-234/+209