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