summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Switch to key_type_user, not logonKent Overstreet
2023-10-22bcachefs: LRU repair tweaksKent Overstreet
2023-10-22bcachefs: Delete bch_writepageKent Overstreet
2023-10-22bcachefs: Make bch_option compatible with Rust ffiBrett Holman
2023-10-22bcachefs: Put btree_trans_verify_sorted() behind debug_check_iteratorsKent Overstreet
2023-10-22bcachefs: Fix extent mergingKent Overstreet
2023-10-22bcachefs: Improve invalid bkey error messageKent Overstreet
2023-10-22bcachefs: Fix journal_iters_fix()Kent Overstreet
2023-10-22bcachefs: Go RW before bch2_check_lrus()Kent Overstreet
2023-10-22bcachefs: Add persistent countersDaniel Hill
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: Don't kick journal reclaim unless low on spaceKent Overstreet
2023-10-22bcachefs: Lock ordering fixKent Overstreet
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet
2023-10-22bcachefs: Fix hash_check_key()Kent Overstreet
2023-10-22bcachefs: Allocate some extra room in btree_key_cache_fill()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_all_levels()Kent Overstreet
2023-10-22bcachefs: btree_path_set_level_(up|down)Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_slot() now works on interior nodesKent Overstreet
2023-10-22bcachefs: btree_update_interior.c prep for backpointersKent Overstreet
2023-10-22bcachefs: Plumb btree_id & level to trans_markKent Overstreet
2023-10-22bcachefs: Improve some fsck error messagesKent Overstreet
2023-10-22bcachefs: Go emergency RO when i_blocks underflowsKent Overstreet
2023-10-22bcachefs: Ensure sysfs show fns print a newlineKent Overstreet
2023-10-22bcachefs: Kill old rebuild_replicas optionKent Overstreet
2023-10-22bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dir...Kent Overstreet
2023-10-22bcachefs: Fix for getting stuck in journal replayKent Overstreet
2023-10-22bcachefs: Improve error logging in fsck.cKent Overstreet
2023-10-22bcachefs: Fix inode_backpointer_exists()Kent Overstreet
2023-10-22bcachefs: Improve bch2_lru_delete() error messagesKent Overstreet
2023-10-22bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()Kent Overstreet
2023-10-22bcachefs: Improve error message when alloc key doesn't match lru entryKent Overstreet
2023-10-22bcachefs: Ensure buckets have io_time[READ] setKent Overstreet
2023-10-22bcachefs: Use bch2_trans_inconsistent_on() in more placesKent Overstreet
2023-10-22bcachefs: Improve bch2_open_buckets_to_text()Kent Overstreet
2023-10-22bcachefs: Fix CPU usage in journal read pathKent Overstreet
2023-10-22bcachefs: Fix a null ptr derefKent Overstreet
2023-10-22bcachefs: Don't trigger extra assertions in journal replayKent Overstreet
2023-10-22bcachefs: Minor device removal fixesKent Overstreet
2023-10-22bcachefs: Fix a few warnings on 32 bitKent Overstreet
2023-10-22bcachefs: bch2_btree_delete_extent_at()Kent Overstreet
2023-10-22bcachefs: Don't skip triggers in fcollapse()Kent Overstreet
2023-10-22bcachefs: Initialize ec work structs earlyKent Overstreet
2023-10-22bcachefs: Use a genradix for reading journal entriesKent Overstreet
2023-10-22bcachefs: Refactor journal_keys_sort() to return an error codeKent Overstreet
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet
2023-10-22bcachefs: Add a sysfs attr for triggering discardsKent Overstreet
2023-10-22bcachefs: Topology repair fixesKent Overstreet
2023-10-22bcachefs: Use bch2_trans_inconsistent() moreKent Overstreet
2023-10-22bcachefs: Move alloc assertion to .key_invalid()Kent Overstreet