summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix snapshot deletionKent Overstreet
2023-10-22bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet
2023-10-22bcachefs: Silence some fsck errors when reconstructing alloc infoKent Overstreet
2023-10-22bcachefs: Put some repair messages behind opts->verboseKent Overstreet
2023-10-22bcachefs: Silence unimportant tracepointsKent Overstreet
2023-10-22bcachefs: Fix move path when move_stats == NULLKent Overstreet
2023-10-22bcachefs: Get ref on c->writes in move.cKent Overstreet
2023-10-22bcachefs: move.c refactoringKent Overstreet
2023-10-22bcachefs: data jobs, including rebalance wait for copygc.Daniel Hill
2023-10-22bcachefs: Redo data_update interfaceKent Overstreet
2023-10-22bcachefs: Fix bch2_check_alloc_key()Kent Overstreet
2023-10-22bcachefs: Improve bch2_check_alloc_infoKent Overstreet
2023-10-22bcachefs: Use BTREE_INSERT_LAZY_RW in bch2_check_alloc_info()Kent Overstreet
2023-10-22bcachefs: Bucket invalidate path improvementsKent Overstreet
2023-10-22bcachefs: Don't BUG_ON() inode link count underflowKent Overstreet
2023-10-22bcachefs: Always descend to leaf nodes it btree_gcKent Overstreet
2023-10-22bcachefs: fix __dev_available().Daniel Hill
2023-10-22bcachefs: Fix assertion in topology repairKent Overstreet
2023-10-22bcachefs: Make verbose option settable at runtimeKent Overstreet
2023-10-22bcachefs: Improve "copygc requested to run" error messageKent Overstreet
2023-10-22bcachefs: Pull out data_update.cKent Overstreet
2023-10-22bcachefs: Split out dev_buckets_free()Kent Overstreet
2023-10-22bcachefs: btree key cache pcpu freedlistKent Overstreet
2023-10-22bcachefs: Make IO in flight by copygc/rebalance configurableKent Overstreet
2023-10-22bcachefs: Check for extents with too many ptrsKent Overstreet
2023-10-22bcachefs: Fix refcount leak in bch2_do_invalidates()Kent Overstreet
2023-10-22bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet
2023-10-22bcachefs: Improve checksum error messagesKent Overstreet
2023-10-22bcachefs: Improve an error messageKent Overstreet
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