summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-30bcachefs: BCH_JSET_ENTRY_log_bkeyKent Overstreet
2025-03-30bcachefs: Reorder error messages that include journal debugKent Overstreet
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet
2025-03-30bcachefs: Silence errors after emergency shutdownKent Overstreet
2025-03-30bcachefs: fix units in rebalance_statusKent Overstreet
2025-03-30bcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet
2025-03-29bcachefs: Clear fs_path_parent on subvolume unlinkKent Overstreet
2025-03-29bcachefs: Change btree_insert_node() assertion to errorKent Overstreet
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet
2025-03-28bcachefs: bch2_time_stats_init_no_pcpu()Kent Overstreet
2025-03-28bcachefs: Fix bch2_fs_get_tree() error pathFlorian Albrechtskirchinger
2025-03-28bcachefs: fix logging in journal_entry_err_msg()Kent Overstreet
2025-03-28bcachefs: add missing newline in bch2_trans_updates_to_text()Kent Overstreet
2025-03-28bcachefs: print_string_as_lines: fix extra newlineKent Overstreet
2025-03-28bcachefs: Fix WARN() in bch2_bkey_pick_read_device()Kent Overstreet
2025-03-28bcachefs: Don't return 0 size holes from bch2_seek_hole()Kent Overstreet
2025-03-28bcachefs: Fix bch2_seek_hole() lockingKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet
2025-03-26bcachefs: cond_resched() in journal_key_sort_cmp()Kent Overstreet
2025-03-26bcachefs: Fix 'hung task' messages in btree node scanKent Overstreet
2025-03-26bcachefs: Fix btree iter flags in data move (2)Kent Overstreet
2025-03-26bcachefs: Don't unnecessarily decrypt data when movingKent Overstreet
2025-03-26bcachefs: Document disk accounting keys and conutersKent Overstreet
2025-03-26bcachefs: Validate number of counters for accounting keysKent Overstreet
2025-03-25bcachefs: Use print_string_as_lines() for journal stuck messagesKent Overstreet
2025-03-25bcachefs: Fix duplicate checksum error messages in write pathKent Overstreet
2025-03-25bcachefs: Fix silent short reads in data read retry pathKent Overstreet
2025-03-25bcachefs: Fix nonce inconsistency in bch2_write_prep_encoded_data()Kent Overstreet
2025-03-24bcachefs: Kill unnecessary bch2_dev_usage_read()Kent Overstreet
2025-03-24bcachefs: btree node write errors now print btree nodeKent Overstreet
2025-03-24bcachefs: Fix race in print_chain()Kent Overstreet
2025-03-24bcachefs: btree_trans_restart_foreign_task()Kent Overstreet
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet
2025-03-24bcachefs: zero init journal biosKent Overstreet
2025-03-24bcachefs: Eliminate padding in move_bucket_keyKent Overstreet
2025-03-24bcachefs: Fix a KMSAN splat in btree_update_nodes_written()Kent Overstreet
2025-03-24bcachefs: kmsan assertsKent Overstreet
2025-03-24bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()Kent Overstreet
2025-03-24bcachefs: Disable asm memcpys when kmsan enabledKent Overstreet
2025-03-24bcachefs: Handle backpointers with unknown data typesKent Overstreet
2025-03-24bcachefs: Count BCH_DATA_parity backpointers correctlyKent Overstreet
2025-03-24bcachefs: Run bch2_check_dirent_target() at lookup timeKent Overstreet
2025-03-24bcachefs: Refactor bch2_check_dirent_target()Kent Overstreet
2025-03-24bcachefs: Move bch2_check_dirent_target() to namei.cKent Overstreet
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet