summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-21bcachefs: BCH_FEATURE_small_imageKent Overstreet
2025-05-21bcachefs: BCH_FEATURE_no_alloc_infoKent Overstreet
2025-05-21bcachefs: Print features on startup with -o verboseKent Overstreet
2025-05-21bcachefs: Shrink superblock downgrade tableKent Overstreet
2025-05-21bcachefs: sb_validate() no longer requires members_v1Kent Overstreet
2025-05-21bcachefs: Add a recovery pass for making sure root inode is readableKent Overstreet
2025-05-21bcachefs: Flag for repair on missing subvolumeKent Overstreet
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet
2025-05-21bcachefs: bch2_dev_missing_bkey()Kent Overstreet
2025-05-21bcachefs: Simplify bch2_count_fsck_err()Kent Overstreet
2025-05-21bcachefs: bch2_run_explicit_recovery_pass_printbuf()Kent Overstreet
2025-05-21bcachefs: Incompatible features may now be enabled at runtimeKent Overstreet
2025-05-21bcachefs: Clean up option pre/post hooks, small fixesKent Overstreet
2025-05-21bcachefs: Use drop_locks_do() in bch2_inode_hash_find()Kent Overstreet
2025-05-21bcachefs: Single device modeKent Overstreet
2025-05-21bcachefs: Initialize c->name earlier on single dev filesystemsKent Overstreet
2025-05-21bcachefs: Simplify logicAlan Huang
2025-05-21bcachefs: Remove spurious +1/-1 operationAlan Huang
2025-05-21bcachefs: Kill bch2_trans_unlock_noassertAlan Huang
2025-05-21bcachefs: Clean up duplicated code in bch2_journal_halt()Kent Overstreet
2025-05-21bcachefs: bch2_dev_allocator_set_rw()Kent Overstreet
2025-05-21bcachefs: bch2_dev_journal_alloc() now respects data_allowedKent Overstreet
2025-05-21bcachefs: Improve bch2_btree_cache_to_text()Kent Overstreet
2025-05-21bcachefs: __btree_node_reclaim_checks()Kent Overstreet
2025-05-21bcachefs: kill BTREE_CACHE_NOT_FREED_INCREMENT()Kent Overstreet
2025-05-21bcachefs: Improve opts.degradedKent Overstreet
2025-05-21bcachefs: export bch2_chacha20Kent Overstreet
2025-05-21bcachefs: indent error messages of invalid compressionIntegral
2025-05-21bcachefs: split error messages of invalid compression into two linesIntegral
2025-05-21bcachefs: early return for negative values when parsing BCH_OPT_UINTIntegral
2025-05-21bcachefs: move_data_phys: stats are not requiredKent Overstreet
2025-05-21bcachefs: RO mounts now use less memoryKent Overstreet
2025-05-21bcachefs: Move various init code to _init_early()Kent Overstreet
2025-05-21bcachefs: alphabetize init function callsKent Overstreet
2025-05-21bcachefs: simplify journal pin initializationKent Overstreet
2025-05-21bcachefs: btree_io_complete_wq -> btree_write_complete_wqKent Overstreet
2025-05-21bcachefs: bch2_kvmalloc() mem alloc profilingKent Overstreet
2025-05-21bcachefs: add missing includeKent Overstreet
2025-05-21bcachefs: bch2_snapshot_table_make_room()Kent Overstreet
2025-05-21bcachefs: darray: provide typedefs for primitive typesKent Overstreet
2025-05-21bcachefs: reduce new_stripe_alloc_buckets() stack usageKent Overstreet
2025-05-21bcachefs: alloc_request no longer on stackKent Overstreet
2025-05-21bcachefs: alloc_request.ptrs2Kent Overstreet
2025-05-21bcachefs: alloc_request.caKent Overstreet
2025-05-21bcachefs: alloc_request.countersKent Overstreet
2025-05-21bcachefs: alloc_request.usageKent Overstreet
2025-05-21bcachefs: alloc_request: deallocate_extra_replicas()Kent Overstreet
2025-05-21bcachefs: new_stripe_alloc_buckets() takes alloc_requestKent Overstreet
2025-05-21bcachefs: bch2_ec_stripe_head_get() takes alloc_requestKent Overstreet
2025-05-21bcachefs: bch2_bucket_alloc_trans() takes alloc_requestKent Overstreet