summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Fix an out of bounds readKent Overstreet
2023-10-22bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet
2023-10-22bcachefs: Don't BUG_ON() btree topology errorKent Overstreet
2023-10-22bcachefs: Fix repair leading to replicas not markedKent Overstreet
2023-10-22bcachefs: Lookup/create lost+found lazilyKent Overstreet
2023-10-22bcachefs: Don't BUG() in update_replicasKent Overstreet
2023-10-22bcachefs: Fix a deadlock on journal reclaimKent Overstreet
2023-10-22bcachefs: Update bch2_btree_verify()Kent Overstreet
2023-10-22bcachefs: Fix two btree iterator leaksKent Overstreet
2023-10-22bcachefs: Punt btree writes to workqueue to submitKent Overstreet
2023-10-22bcachefs: Fix a use after freeKent Overstreet
2023-10-22bcachefs: Fix for btree_gc repairing interior btree ptrsKent Overstreet
2023-10-22bcachefs: Preallocate trans mem in bch2_migrate_index_update()Kent Overstreet
2023-10-22bcachefs: Allocator refactoringKent Overstreet
2023-10-22bcachefs: Always check for invalid bkeys in trans commit pathKent Overstreet
2023-10-22bcachefs: Check that keys are in the correct btreesKent Overstreet
2023-10-22bcachefs: Handle errors in bch2_trans_mark_update()Kent Overstreet
2023-10-22bcachefs: Allocator thread doesn't need gc_lock anymoreKent Overstreet
2023-10-22bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet
2023-10-22bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stackKent Overstreet
2023-10-22bcachefs: Fix an unused var warning in userspaceKent Overstreet
2023-10-22bcachefs: Fix some small memory leaksKent Overstreet
2023-10-22bcachefs: Simplify fsck remove_dirent()Kent Overstreet
2023-10-22bcachefs: Fix transaction restarts due to upgrading of cloned iteratorsKent Overstreet
2023-10-22bcachefs: Fix journal reclaim loopKent Overstreet
2023-10-22bcachefs: Fix an RCU splatKent Overstreet
2023-10-22bcachefs: Simplify bch2_set_nr_journal_buckets()Kent Overstreet
2023-10-22bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet
2023-10-22bcachefs: Improve trans_restart_mem_realloced tracepointKent Overstreet
2023-10-22bcachefs: Don't downgrade iterators in bch2_trans_get_iter()Kent Overstreet
2023-10-22bcachefs: Improve bch2_btree_iter_traverse_all()Kent Overstreet
2023-10-22bcachefs: Fix journal_reclaim_wait_done()Kent Overstreet
2023-10-22bcachefs: Fix bch2_gc_done() error messagesKent Overstreet
2023-10-22bcachefs: Don't call bch2_btree_iter_traverse() unnecessarilyKent Overstreet
2023-10-22bcachefs: Better iterator pickingKent Overstreet
2023-10-22bcachefs: Drop old style btree node coalescingKent Overstreet
2023-10-22bcachefs: Add a perf test for multiple updates per commitKent Overstreet
2023-10-22bcachefs: Ensure bucket gen gc completesKent Overstreet
2023-10-22bcachefs: Add the status of bucket gen gc to sysfsKent Overstreet
2023-10-22bcachefs: Fix heap overrun in bch2_fs_usage_read() XXX squashKent Overstreet
2023-10-22bcachefs: BCH_BEATURE_atomic_nlink is obsoleteKent Overstreet
2023-10-22bcachefs: Improved check_directory_structure()Kent Overstreet
2023-10-22bcachefs: Fix fsck to not use bch2_link_trans()Kent Overstreet
2023-10-22bcachefs: Fix bch2_trans_relock()Kent Overstreet
2023-10-22bcachefs: Redo check_nlink fsck passKent Overstreet
2023-10-22bcachefs: Inode backpointers are now requiredKent Overstreet
2023-10-22bcachefs: Simplify hash table checksKent Overstreet
2023-10-22bcachefs: Check inodes at start of fsckKent Overstreet
2023-10-22bcachefs: Fix BTREE_ITER_NOT_EXTENTSKent Overstreet
2023-10-22bcachefs: Fix bch2_gc_btree_gens()Kent Overstreet