summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07switch inodes to rhashtableinode_workKent Overstreet
2020-12-07rhashtable: Drop assertions about obj_hashfnKent Overstreet
2020-12-07fs: Delete duplicated code in fs/inode.cKent Overstreet
2020-12-07fs: kill I_CREATINGKent Overstreet
2020-12-07fs: move inode init from new_inode_pseudo to inode_init_alwaysKent Overstreet
2020-12-07fs: kill find_inode_nowait()Kent Overstreet
2020-12-07f2fs: don't use find_inode_nowait()Kent Overstreet
2020-12-07bcachefs: Use get_random_bytes_arch() for hash seedKent Overstreet
2020-12-07bcachefs: Fix rand_delete() testbcachefs-v5.9Kent Overstreet
2020-12-07bcachefs: Try to print full btree error messageKent Overstreet
2020-12-07bcachefs: Prevent journal reclaim from spinningKent Overstreet
2020-12-07bcachefs: Fix btree key cache dirty checksKent Overstreet
2020-12-07bcachefs: Be more conservation about journal pre-reservationsKent Overstreet
2020-12-07bcachefs: Don't require flush/fua on every journal writeKent Overstreet
2020-12-07bcachefs: Improve journal free space calculationsKent Overstreet
2020-12-07bcachefs: Increase journal pipeliningKent Overstreet
2020-12-07bcachefs: Don't issue btree writes that weren't journalledKent Overstreet
2020-12-07bcachefs: Check for errors in bch2_journal_reclaim()Kent Overstreet
2020-12-07bcachefs: Flag inodes that had btree update errorsKent Overstreet
2020-12-07bcachefs: Avoid write lock on mark_lockKent Overstreet
2020-12-07bcachefs: Improve some IO error messagesKent Overstreet
2020-12-07bcachefs: Refactor filesystem usage accountingKent Overstreet
2020-12-07bcachefs: Fix spurious alloc errors on forced shutdownKent Overstreet
2020-12-07bcachefs: Fix some spurious gcc warningsKent Overstreet
2020-12-07bcachefs: Fix journal_flush_seq()Kent Overstreet
2020-12-07bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2020-12-07bcachefs: Add error handling to unit & perf testsKent Overstreet
2020-12-07bcachefs: Journal pin refactoringKent Overstreet
2020-12-07bcachefs: Fix for fsck spuriously finding duplicate extentsKent Overstreet
2020-12-07bcachefs: Use BTREE_ITER_PREFETCH in journal+btree iterKent Overstreet
2020-12-07bcachefs: Ensure we always have a journal pin in interior update pathKent Overstreet
2020-12-07bcachefs: Change a BUG_ON() to a fatal errorKent Overstreet
2020-12-07bcachefs: Fix error in filesystem initializationKent Overstreet
2020-12-07bcachefs: Fix journal reclaim spinning in recoveryKent Overstreet
2020-12-07bcachefs: Fix for __readahead_batch getting partial batchKent Overstreet
2020-12-07bcachefs: Optimize bch2_journal_flush_seq_async()Kent Overstreet
2020-12-07bcachefs: Delete dead codeKent Overstreet
2020-12-07bcachefs: bch2_btree_delete_range_trans()Kent Overstreet
2020-12-07bcachefs: Don't use bkey cache for inode update in fsckKent Overstreet
2020-12-07bcachefs: Fix an rcu splatKent Overstreet
2020-12-07bcachefs: Move journal reclaim to a kthreadKent Overstreet
2020-12-07bcachefs: Throttle updates when btree key cache is too dirtyKent Overstreet
2020-12-07bcachefs: Journal reclaim requires memalloc_noreclaim_save()Kent Overstreet
2020-12-07bcachefs: Simplify transaction commit error pathKent Overstreet
2020-12-07bcachefs: Ensure journal reclaim runs when btree key cache is too dirtyKent Overstreet
2020-12-07bcachefs: Improve btree key cache shrinkerKent Overstreet
2020-12-07bcachefs: More debug code improvementsKent Overstreet
2020-12-07bcachefs: Add a kmem_cache for btree_key_cache objectsKent Overstreet
2020-12-07bcachefs: Be more precise with journal error reportingKent Overstreet
2020-12-07bcachefs: Add btree cache stats to sysfsKent Overstreet