summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19bcachefs: Fix locking in __bch2_set_nr_journal_buckets()Kent Overstreet
2021-05-19bcachefs: properly initialize used valuesDan Robertson
2021-05-19bcachefs: Repair code for multiple types of data in same bucketKent Overstreet
2021-05-19bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson
2021-05-19bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson
2021-05-19bcachefs: Fix possible null deref on mountDan Robertson
2021-05-19bcachefs: Fix error in parsing of mount optionsDan Robertson
2021-05-19bcachefs: avoid out-of-bounds in split_devsStijn Tintel
2021-05-19bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsckKent Overstreet
2021-05-19fixup! bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet
2021-05-19bcachefs: Fix bch2_btree_iter_peek_with_updates()Kent Overstreet
2021-05-19bcachefs: Fix reflink triggerKent Overstreet
2021-05-19bcachefs: Fix some refcounting bugsKent Overstreet
2021-05-19bcachefs: Fix oob write in __bch2_btree_node_writeDan Robertson
2021-05-19bcachefs: Fix usage of last_seq + encryptionKent Overstreet
2021-05-19bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet
2021-05-19bcachefs: Mark newly allocated btree nodes as accessedKent Overstreet
2021-05-19bcachefs: Fix time handlingKent Overstreet
2021-05-19bcachefs: Add a tracepoint for when we block on journal reclaimKent Overstreet
2021-05-19bcachefs: Make sure to initialize j->last_flushedKent Overstreet
2021-05-19bcachefs: Ensure that fpunch updates inode timestampsKent Overstreet
2021-05-19bcachefs: Enable .splice_writeKent Overstreet
2021-05-19bcachefs: Change copygc wait amount to be min of per device waitsKent Overstreet
2021-05-19bcachefs: Change bch2_btree_key_cache_count() to exclude dirty keysKent Overstreet
2021-05-19bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extentKent Overstreet
2021-05-19bcachefs: New tracepoint for bch2_trans_get_iter()Kent Overstreet
2021-05-19bcachefs: Fix __bch2_trans_get_iter()Kent Overstreet
2021-05-19bcachefs: Evict btree nodes we're deletingKent Overstreet
2021-05-19bcachefs: New check_nlinks algorithm for snapshotsKent Overstreet
2021-05-19bcachefs: Fix a null ptr derefKent Overstreet
2021-05-19bcachefs: New and improved topology repair codeKent Overstreet
2021-05-19bcachefs: Fix key cache assertionKent Overstreet
2021-05-19bcachefs: New helper __bch2_btree_insert_keys_interior()Kent Overstreet
2021-05-19bcachefs: Rewrite btree nodes with errorsKent Overstreet
2021-05-19bcachefs: Fix bch2_verify_keylist_sortedKent Overstreet
2021-05-19bcachefs: Fix an out of bounds readKent Overstreet
2021-05-19bcachefs: Use mmap() instead of vmalloc_exec() in userspaceKent Overstreet
2021-05-19bcachefs: Add a mempool for the replicas delta listKent Overstreet
2021-05-19bcachefs: Add a mempool for btree_trans bump allocatorKent Overstreet
2021-05-19bcachefs: Don't BUG_ON() btree topology errorKent Overstreet
2021-05-19bcachefs: Fix repair leading to replicas not markedKent Overstreet
2021-05-19bcachefs: Lookup/create lost+found lazilyKent Overstreet
2021-05-19bcachefs: Don't BUG() in update_replicasKent Overstreet
2021-05-19bcachefs: Fix a deadlock on journal reclaimKent Overstreet
2021-05-19bcachefs: Update bch2_btree_verify()Kent Overstreet
2021-05-19bcachefs: Fix two btree iterator leaksKent Overstreet
2021-05-19bcachefs: Punt btree writes to workqueue to submitKent Overstreet
2021-05-19bcachefs: Fix a use after freeKent Overstreet
2021-05-19bcachefs: Fix for btree_gc repairing interior btree ptrsKent Overstreet
2021-05-19bcachefs: Preallocate trans mem in bch2_migrate_index_update()Kent Overstreet