summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-17foobcachefs-ecKent Overstreet
2020-12-17bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet
2020-12-17bcachefs: Change allocations for ec stripes to blockingKent Overstreet
2020-12-17bcachefs: Don't read existing stripes synchronously in write pathKent Overstreet
2020-12-17bcachefs: Change when we allow overwritesKent Overstreet
2020-12-16bcachefs: Fix race between journal_seq_copy() and journal_seq_drop()Kent Overstreet
2020-12-16bcachefs: Don't write bucket IO time lazilyKent Overstreet
2020-12-16bcachefs: Add BCH_BKEY_PTRS_MAXKent Overstreet
2020-12-16bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet
2020-12-16bcachefs: Add some cond_rescheds() in shutdown pathKent Overstreet
2020-12-16bcachefs: Fix btree node merge -> split operationsKent Overstreet
2020-12-16bcachefs: Always check if we need disk res in extent update pathKent Overstreet
2020-12-16bcachefs: Update transactional triggers interface to pass old & new keysKent Overstreet
2020-12-16bcachefs: Only try to get existing stripe once in stripe create pathKent Overstreet
2020-12-16bcachefs: Fix __btree_iter_next() when all iters are in use_next() when all i...Kent Overstreet
2020-12-16bcachefs: Fix rand_delete() testKent Overstreet
2020-12-16bcachefs: Try to print full btree error messageKent Overstreet
2020-12-16bcachefs: Prevent journal reclaim from spinningKent Overstreet
2020-12-16bcachefs: Fix btree key cache dirty checksKent Overstreet
2020-12-16bcachefs: Be more conservation about journal pre-reservationsKent Overstreet
2020-12-16bcachefs: Don't require flush/fua on every journal writeKent Overstreet
2020-12-16bcachefs: Improve journal free space calculationsKent Overstreet
2020-12-16bcachefs: Increase journal pipeliningKent Overstreet
2020-12-16bcachefs: Don't issue btree writes that weren't journalledKent Overstreet
2020-12-16bcachefs: Check for errors in bch2_journal_reclaim()Kent Overstreet
2020-12-16bcachefs: Flag inodes that had btree update errorsKent Overstreet
2020-12-16bcachefs: Avoid write lock on mark_lockKent Overstreet
2020-12-16bcachefs: Improve some IO error messagesKent Overstreet
2020-12-16bcachefs: Refactor filesystem usage accountingKent Overstreet
2020-12-16bcachefs: Fix spurious alloc errors on forced shutdownKent Overstreet
2020-12-16bcachefs: Fix some spurious gcc warningsKent Overstreet
2020-12-16bcachefs: Fix journal_flush_seq()Kent Overstreet
2020-12-16bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2020-12-16bcachefs: Add error handling to unit & perf testsKent Overstreet
2020-12-16bcachefs: Journal pin refactoringKent Overstreet
2020-12-16bcachefs: Fix for fsck spuriously finding duplicate extentsKent Overstreet
2020-12-16bcachefs: Use BTREE_ITER_PREFETCH in journal+btree iterKent Overstreet
2020-12-16bcachefs: Ensure we always have a journal pin in interior update pathKent Overstreet
2020-12-16bcachefs: Change a BUG_ON() to a fatal errorKent Overstreet
2020-12-16bcachefs: Fix error in filesystem initializationKent Overstreet
2020-12-16bcachefs: Fix journal reclaim spinning in recoveryKent Overstreet
2020-12-16bcachefs: Fix for __readahead_batch getting partial batchKent Overstreet
2020-12-16bcachefs: Optimize bch2_journal_flush_seq_async()Kent Overstreet
2020-12-16bcachefs: Delete dead codeKent Overstreet
2020-12-16bcachefs: bch2_btree_delete_range_trans()Kent Overstreet
2020-12-16bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet
2020-12-16bcachefs: Fix an rcu splatKent Overstreet
2020-12-16bcachefs: Move journal reclaim to a kthreadKent Overstreet
2020-12-16bcachefs: Throttle updates when btree key cache is too dirtyKent Overstreet
2020-12-16bcachefs: Journal reclaim requires memalloc_noreclaim_save()Kent Overstreet