summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix assertion in bch2_dev_list_add_dev()Kent Overstreet
2023-10-22bcachefs: Increase max size for btree_trans bump allocatorKent Overstreet
2023-10-22bcachefs: Add a persistent counter for bucket discardsKent Overstreet
2023-10-22bcachefs: Fix btree node read retriesKent Overstreet
2023-10-22bcachefs: Add a persistent counter for bucket invalidationKent Overstreet
2023-10-22bcachefs: Call bch2_do_invalidates() when going read writeKent Overstreet
2023-10-22bcachefs: Improved human readable integer parsingKent Overstreet
2023-10-22bcachefs: Fix freespace initializationKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Fix btree node read error pathKent Overstreet
2023-10-22bcachefs: Fix btree_and_journal_iterKent Overstreet
2023-10-22bcachefs: Fix for cmd_list_journalKent Overstreet
2023-10-22bcachefs: Also log overwrites in journalKent Overstreet
2023-10-22bcachefs: Refactor journal entry addingKent Overstreet
2023-10-22bcachefs: Add some missing error messagesKent Overstreet
2023-10-22bcachefs: Fix memory corruption in encryption pathKent Overstreet
2023-10-22bcachefs: bch2_trans_reset_updates()Kent Overstreet
2023-10-22bcachefs: Fix error checking in bch2_fs_alloc()Kent Overstreet
2023-10-22bcachefs: Print message on btree node read retry successKent Overstreet
2023-10-22bcachefs: Fix journal_keys_search() overheadKent Overstreet
2023-10-22bcachefs: Always print when doing journal replay in fsckKent Overstreet
2023-10-22bcachefs: Rename group to label for remaining strings.Daniel Hill
2023-10-22bcachefs: Fix encryption path on armKent Overstreet
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