summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-05-21bcachefs: Fix bch2_dirent_create_snapshot() for casefoldingKent Overstreet
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet
2025-05-19bcachefs: mkwrite() now only dirties one pageKent Overstreet
2025-05-18bcachefs: fix extent_has_stripe_ptr()Kent Overstreet
2025-05-17bcachefs: Fix bch2_btree_path_traverse_cached() when paths reallocedKent Overstreet
2025-05-14bcachefs: fix wrong arg to fsck_err()Kent Overstreet
2025-05-14bcachefs: Fix missing commit in backpointer to missing targetKent Overstreet
2025-05-14bcachefs: Fix accidental O(n^2) in fiemapKent Overstreet
2025-05-14bcachefs: Fix set_should_be_locked() call in peek_slot()Kent Overstreet
2025-05-14bcachefs: Fix self deadlockAlan Huang
2025-05-14bcachefs: Don't set btree nodes as accessed on fillKent Overstreet
2025-05-14bcachefs: Fix livelock in journal_entry_open()Kent Overstreet
2025-05-14bcachefs: Fix broken btree_path lock invariants in next_node()Kent Overstreet
2025-05-14bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet
2025-05-07bcachefs: Don't aggressively discard the journalKent Overstreet
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet
2025-05-01bcachefs: Remove incorrect __counted_by annotationAlan Huang
2025-05-01bcachefs: add missing sched_annotate_sleep()Kent Overstreet