summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet
2024-12-21bcachefs: Fix fsck.c build in userspaceKent Overstreet
2024-12-21bcachefs: Add missing parameter description to bch2_bucket_alloc_trans()Yang Li
2024-12-21bcachefs: Don't recurse in check_discard_freespace_keyKent Overstreet
2024-12-21bcachefs: Check for extent crc uncompressed/compressed size mismatchKent Overstreet
2024-12-21bcachefs: bch2_trans_relock() is trylock for lockdepKent Overstreet
2024-12-21bcachefs: cryptographic MACs on superblock are not (yet?) supportedKent Overstreet
2024-12-21bcachefs: Check for inode journal seq in the futureKent Overstreet
2024-12-21bcachefs: Check for bucket journal seq in the futureKent Overstreet
2024-12-21bcachefs: do_fsck_ask_yn()Kent Overstreet
2024-12-21bcachefs: Don't error out when logging fsck errorKent Overstreet
2024-12-21bcachefs: mark more errors AUTOFIXKent Overstreet
2024-12-21bcachefs: add missing printbuf_reset()Kent Overstreet
2024-12-21bcachefs: Fix journal_iter list corruptionKent Overstreet
2024-12-21bcachefs: Guard against backpointers to unknown btreesKent Overstreet
2024-12-21bcachefs: Issue a transaction restart after commit in repairKent Overstreet
2024-12-21bcachefs: Guard against journal seq overflowKent Overstreet
2024-12-21bcachefs: BCH_FS_recovery_runningKent Overstreet
2024-12-21bcachefs: Make topology errors autofixKent Overstreet
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet
2024-12-21bcachefs: Ignore empty btree root journal entriesKent Overstreet
2024-12-21bcachefs: Fix null ptr deref in btree_path_lock_root()Kent Overstreet
2024-12-21bcachefs: Go RW earlier, for normal rw mountKent Overstreet
2024-12-21bcachefs: Fix bch2_btree_node_update_key_early()Kent Overstreet
2024-12-21bcachefs: Change "disk accounting version 0" check to commit onlyKent Overstreet
2024-12-21bcachefs: Don't try to en/decrypt when encryption not availableKent Overstreet
2024-12-21bcachefs: Fix dup/misordered check in btree node readKent Overstreet
2024-12-21bcachefs: Bad btree roots are now autofixKent Overstreet
2024-12-21bcachefs: Kill bch2_bucket_alloc_new_fs()Kent Overstreet
2024-12-21bcachefs: Fix btree node scan when unknown btree IDs are presentKent Overstreet
2024-12-21bcachefs: backpointer_to_missing_ptr is now autofixKent Overstreet
2024-12-21bcachefs: Fix accounting_read when we rewindKent Overstreet
2024-12-21bcachefs: disk_accounting: bch2_dev_rcu -> bch2_dev_rcu_noerrorKent Overstreet
2024-12-21bcachefs: errcode cleanup: journal errorsKent Overstreet
2024-12-21bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open()Kent Overstreet
2024-12-21bcachefs: BCH_ERR_btree_node_read_error_cachedKent Overstreet
2024-12-21bcachefs: btree_write_buffer_flush_seq() no longer closes journalKent Overstreet
2024-12-21bcachefs: discard fastpath now uses bch2_discard_one_bucket()Kent Overstreet
2024-12-21bcachefs: Bias reads more in favor of faster deviceKent Overstreet
2024-12-21bcachefs: trivial btree write buffer refactoringKent Overstreet
2024-12-21bcachefs: Can now block journal activity without closing cur entryKent Overstreet
2024-12-21bcachefs: New backpointers helpersKent Overstreet
2024-12-21bcachefs: kill bch_backpointer.bucket_offset usageKent Overstreet
2024-12-21bcachefs: Fix check_backpointers_to_extents range limitingKent Overstreet
2024-12-21bcachefs: bch_backpointer -> bkey_i_backpointerKent Overstreet
2024-12-21bcachefs: Drop swab code for backpointers in alloc keysKent Overstreet
2024-12-21bcachefs: bucket_pos_to_bp_end()Kent Overstreet
2024-12-21bcachefs: check for backpointers to invalid deviceKent Overstreet
2024-12-21bcachefs: fix bp_pos_to_bucket_nodev_noerrorKent Overstreet
2024-12-21bcachefs: Fix evacuate_bucket tracepointKent Overstreet