summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
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
2025-05-21bcachefs: alloc_request.data_typeKent Overstreet
2025-05-21bcachefs: struct alloc_requestKent Overstreet
2025-05-21bcachefs: trace bch2_trans_kmalloc()Kent Overstreet
2025-05-21bcachefs: replace memcpy with memcpy_and_pad for jset_entry_log->d buffRoxana Nicolescu
2025-05-21bcachefs: replace strncpy() with memcpy_and_pad in journal_transaction_nameRoxana Nicolescu
2025-05-21bcachefs: Rebalance now skips poisoned extentsKent Overstreet
2025-05-21bcachefs: Data move can read from poisoned extentsKent Overstreet
2025-05-21bcachefs: Poison extents that can't be read due to checksum errorsKent Overstreet
2025-05-21bcachefs: Be precise about bch_io_failuresKent Overstreet
2025-05-21bcachefs: bch2_subvolume_wait_for_pagecache_and_delete() cleanupKent Overstreet
2025-05-21bcachefs: Check for casefolded dirents in non casefolded dirsKent Overstreet