summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27bcachefs: Snapshot creationbcachefs-v5.10-snapshotsKent Overstreet
2021-04-27bcachefs: Get iter if necessary in update pathKent Overstreet
2021-04-27bcachefs: Require snapshot id to be setKent Overstreet
2021-04-27XXX copygc, rebalance disabled for nowKent Overstreet
2021-04-27bcachefs: Whiteouts for snapshotsKent Overstreet
2021-04-27bcachefs: Update triggers code for snapshotsKent Overstreet
2021-04-27bcachefs: Convert io paths for snapshotsKent Overstreet
2021-04-27updating fsck for snapshotsKent Overstreet
2021-04-27bcachefs: Plumb through subvolume idKent Overstreet
2021-04-27bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet
2021-04-27bcachefs: Child btree iteratorsKent Overstreet
2021-04-27bcachefs: Add subvolume to ei_inode_infoKent Overstreet
2021-04-27force enable version TODOKent Overstreet
2021-04-27bcachefs: Per subvolume lost+foundKent Overstreet
2021-04-27bcachefs: Add support for dirents that point to subvolumesKent Overstreet
2021-04-27bcachefs: Subvolumes, snapshotsKent Overstreet
2021-04-27fixup! bcachefs: Require all btree iterators to be freedKent Overstreet
2021-04-27bcachefs: Fix __bch2_trans_get_iter()Kent Overstreet
2021-04-26bcachefs: Evict btree nodes we're deletingKent Overstreet
2021-04-25bcachefs: New check_nlinks algorithm for snapshotsKent Overstreet
2021-04-24bcachefs: Fix a null ptr derefKent Overstreet
2021-04-24bcachefs: New and improved topology repair codeKent Overstreet
2021-04-24bcachefs: Fix key cache assertionKent Overstreet
2021-04-24bcachefs: New helper __bch2_btree_insert_keys_interior()Kent Overstreet
2021-04-24bcachefs: Rewrite btree nodes with errorsKent Overstreet
2021-04-24bcachefs: Fix bch2_verify_keylist_sortedKent Overstreet
2021-04-24bcachefs: Fix an out of bounds readKent Overstreet
2021-04-24bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet
2021-04-24bcachefs: Add a mempool for the replicas delta listKent Overstreet
2021-04-24bcachefs: Add a mempool for btree_trans bump allocatorKent Overstreet
2021-04-24bcachefs: Don't BUG_ON() btree topology errorKent Overstreet
2021-04-23bcachefs: Fix repair leading to replicas not markedKent Overstreet
2021-04-21bcachefs: Lookup/create lost+found lazilyKent Overstreet
2021-04-21bcachefs: Don't BUG() in update_replicasKent Overstreet
2021-04-21fixup! bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet
2021-04-21bcachefs: Fix a deadlock on journal reclaimKent Overstreet
2021-04-21fixup! bcachefs: Update bch2_btree_verify()Kent Overstreet
2021-04-21bcachefs: Update bch2_btree_verify()Kent Overstreet
2021-04-20bcachefs: Fix two btree iterator leaksKent Overstreet
2021-04-19bcachefs: Punt btree writes to workqueue to submitKent Overstreet
2021-04-19bcachefs: Fix a use after freeKent Overstreet
2021-04-19bcachefs: Fix for btree_gc repairing interior btree ptrsKent Overstreet
2021-04-19bcachefs: Preallocate trans mem in bch2_migrate_index_update()Kent Overstreet
2021-04-18bcachefs: Allocator refactoringKent Overstreet
2021-04-18bcachefs: Always check for invalid bkeys in trans commit pathKent Overstreet
2021-04-18bcachefs: Check that keys are in the correct btreesKent Overstreet
2021-04-18bcachefs: Handle errors in bch2_trans_mark_update()Kent Overstreet
2021-04-18bcachefs: Allocator thread doesn't need gc_lock anymoreKent Overstreet
2021-04-18bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet
2021-04-18bcachefs: Refactor bchfs_fallocate() to not nest btree_trans on stackKent Overstreet