summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Check for lru entries with time=0Kent Overstreet
2023-10-22bcachefs: Fix rereplicate when we already have a cached pointerKent Overstreet
2023-10-22bcachefs: Fix repair path in bch2_mark_reflink_p()Kent Overstreet
2023-10-22bcachefs: Dump transaction updates before panicingKent Overstreet
2023-10-22bcachefs: Kill fs_usage_apply_warn()Kent Overstreet
2023-10-22bcachefs: debug: Fix some locking bugsKent Overstreet
2023-10-22bcachefs: Convert EAGAIN errors to private error codesKent Overstreet
2023-10-22bcachefs: Convert EROFS errors to private error codesKent Overstreet
2023-10-22bcachefs: Fix compat path for old inode formatsKent Overstreet
2023-10-22bcachefs: bch2_trans_relock_notrace()Kent Overstreet
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMKent Overstreet
2023-10-22bcachefs: Improve bkey_cached_lock_for_evict()Kent Overstreet
2023-10-22bcachefs: Fix bch2_btree_path_traverse_all()Kent Overstreet
2023-10-22bcachefs: Delete a faulty assertionKent Overstreet
2023-10-22bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet
2023-10-22bcachefs: Plumb saw_error through to btree_err()Kent Overstreet
2023-10-22bcachefs: Convert btree_err() to a functionKent Overstreet
2023-10-22bcachefs: fix fsck errorKent Overstreet
2023-10-22bcachefs: Make log message at startup a bit cleanerKent Overstreet
2023-10-22bcachefs: Log more messages in the journalKent Overstreet
2023-10-22bcachefs: bch2_btree_trans_to_text(): print blocked timeKent Overstreet
2023-10-22bcachefs: Fix some memcpy() warningsKent Overstreet
2023-10-22bcachefs: Be less restrictive when validating journal overwrite entriesKent Overstreet
2023-10-22bcachefs: Fix bch2_journal_flush_device_pins()Kent Overstreet
2023-10-22bcachefs: Fix for long running btree transactions & key cacheKent Overstreet
2023-10-22bcachefs: Add a missing bch2_err_str() callKent Overstreet
2023-10-22bcachefs: Add some unlikely() annotationsKent Overstreet
2023-10-22bcachefs: New btree helpersKent Overstreet
2023-10-22bcachefs: Allow for more btreesKent Overstreet
2023-10-22bcachefs: Recover from blacklisted journal entriesKent Overstreet
2023-10-22bcachefs: Fix btree_gc when multiple passes requiredKent Overstreet
2023-10-22bcachefs: Fix error path in bch2_trans_commit_write_locked()Kent Overstreet
2023-10-22bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet
2023-10-22bcachefs: bkey_min(), bkey_max()Kent Overstreet
2023-10-22bcachefs: More errcode cleanupKent Overstreet
2023-10-22bcachefs: Suppress -EROFS messages when shutting downKent Overstreet
2023-10-22bcachefs: Add a missing bch2_btree_path_traverse() callKent Overstreet
2023-10-22bcachefs: Fix bch2_journal_keys_peek_upto()Kent Overstreet
2023-10-22bcachefs: Kill btree_insert_ret enumKent Overstreet
2023-10-22bcachefs: Fix a btree iter assertion popKent Overstreet
2023-10-22bcachefs: Simplify journal read pathKent Overstreet
2023-10-22bcachefs: Fix a "no journal entries found" bugKent Overstreet
2023-10-22bcachefs: Don't error out when just reading the journalKent Overstreet
2023-10-22bcachefs: Fix a livelock in key cache fill pathKent Overstreet
2023-10-22bcachefs: Key cache now works for snapshots btreesKent Overstreet
2023-10-22bcachefs: Bring back BTREE_ITER_CACHED_NOFILLKent Overstreet
2023-10-22bcachefs: Kill __btree_trans_peek_key_cache()Kent Overstreet
2023-10-22bcachefs: bch2_btree_path_peek_slot_exact()Kent Overstreet
2023-10-22bcachefs: Fix __btree_trans_peek_key_cache()Kent Overstreet