summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet
2024-04-14bcachefs: Interior known are required to have known key typesKent Overstreet
2024-04-14bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet
2024-04-13bcachefs: Fix btree node merging on write buffer btreesKent Overstreet
2024-04-13bcachefs: Disable merges from interior update pathKent Overstreet
2024-04-13bcachefs: Run merges at BCH_WATERMARK_btreeKent Overstreet
2024-04-13bcachefs: Fix missing write refs in fs fio pathsKent Overstreet
2024-04-13bcachefs: Fix deadlock in journal replayKent Overstreet
2024-04-13bcachefs: Go rw if running any explicit recovery passesKent Overstreet
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet
2024-04-13bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet
2024-04-13bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet
2024-04-13bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet
2024-04-13bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet
2024-04-13bcachefs: btree node scan: handle encrypted nodesKent Overstreet
2024-04-13bcachefs: Check for packed bkeys that are too bigKent Overstreet
2024-04-13bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet
2024-04-11bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split pathKent Overstreet
2024-04-10bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet
2024-04-10bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet
2024-04-10bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet
2024-04-09bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet
2024-04-09bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet
2024-04-09bcachefs: Fix check_topology() when using node scanKent Overstreet
2024-04-08bcachefs: fix eytzinger0_find_gt()Kent Overstreet
2024-04-07bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet
2024-04-07bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li
2024-04-07bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet
2024-04-06bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet
2024-04-06bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-06bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet
2024-04-05bcachefs: fix rand_delete unit testKent Overstreet
2024-04-05bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter
2024-04-05bcachefs: Fix rebalance from durability=0 deviceKent Overstreet
2024-04-04bcachefs: Print shutdown journal sequence numberKent Overstreet
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet
2024-04-04bcachefs: Move btree_updates to debugfsKent Overstreet
2024-04-04bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet
2024-04-04bcachefs: Make snapshot_is_ancestor() safeKent Overstreet
2024-04-03bcachefs: create debugfs dir for each btreeThomas Bertschinger
2024-04-03bcachefs: reconstruct_inode()Kent Overstreet
2024-04-03bcachefs: Subvolume reconstructionKent Overstreet
2024-04-03bcachefs: Check for extents that point to same spaceKent Overstreet
2024-04-03bcachefs: Reconstruct missing snapshot nodesKent Overstreet
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet
2024-04-03bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet
2024-04-03bcachefs: Don't skip fake btree roots in fsckKent Overstreet
2024-04-03bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet