summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-17bcachefs: increase BTREE_ITER_MAXKent Overstreet
2019-03-17bcachefs: fix a faulty assertionKent Overstreet
2019-03-17bcachefs: assertion to catch outstanding bugKent Overstreet
2019-03-17six_locks: kill SIX_LOCK_MAX_RECURSEKent Overstreet
2019-03-17bcachefs: Kill SIX_LOCK_MAX_RECURSEKent Overstreet
2019-03-17bcachefs: minor journal reclaim fixesKent Overstreet
2019-03-17bcachefs: Don't BUG_ON() on bucket sector count overflowKent Overstreet
2019-03-08bcachefs: Remove direct use of bch2_btree_iter_link()Kent Overstreet
2019-03-04bcachefs: Use deferred btree updates for inode updatesKent Overstreet
2019-03-04bcachefs: Use journal preres for deferred btree updatesKent Overstreet
2019-03-04bcachefs: Add a pre-reserve mechanism for the journalKent Overstreet
2019-03-04bcachefs: Don't block on reclaim_lock from journal_res_getKent Overstreet
2019-03-03bcachefs: bch2_journal_space_available improvementsKent Overstreet
2019-03-03bcachefs: Separate discards from rest of journal reclaimKent Overstreet
2019-03-03bcachefs: ja->discard_idx, ja->dirty_idxKent Overstreet
2019-03-01bcachefs: Allocator startup fixes/refactoringKent Overstreet
2019-03-01bcachefs: Drop a faulty assertionKent Overstreet
2019-02-28bcachefs: improved flush_held_btree_writes()Kent Overstreet
2019-02-28bcachefs: use correct wq for journal reclaimKent Overstreet
2019-02-28bcachefs: Journal reclaim refactoringKent Overstreet
2019-02-28bcachefs: Better journal debugKent Overstreet
2019-02-27bcachefs: Don't get journal reservation until after we know insert will succeedKent Overstreet
2019-02-27bcachefs: fix integer underflow in journal codeKent Overstreet
2019-02-20bcachefs: Fix gc handling of bucket gensKent Overstreet
2019-02-20bcachefs: fix a deadlock on startupKent Overstreet
2019-02-20bcachefs: force str_hash code to be inlinedKent Overstreet
2019-02-19bcachefs: Assorted journal refactoringKent Overstreet
2019-02-16bcachefs: fs_usage_u64s()Kent Overstreet
2019-02-16bcachefs: kill bch_fs_usage_summarizedKent Overstreet
2019-02-16bcachefs: Add a mechanism for blocking the journalKent Overstreet
2019-02-15bcachefs: Convert bucket invalidation to key marking pathKent Overstreet
2019-02-15bcachefs: fixes for cached data accountingKent Overstreet
2019-02-15bcachefs: fix more locking bugsKent Overstreet
2019-02-15bcachefs: refactor key marking code a bitKent Overstreet
2019-02-15bcachefs: Fix double counting when gc is runningKent Overstreet
2019-02-15bcachefs: gc lock no longer needed for disk reservationsKent Overstreet
2019-02-15bcachefs: Fix oldest_gen handlingKent Overstreet
2019-02-11bcachefs: Fix a locking bugKent Overstreet
2019-02-11Propagate gfp_t when allocating pte entries from __vmallocKent Overstreet
2019-02-11bcachefs: Fix a lockdep splatKent Overstreet
2019-02-10bcachefs: no need to run gc when initializing new fsKent Overstreet
2019-02-09bcachefs: Don't need to walk inodes on clean shutdownKent Overstreet
2019-02-09bcachefs: don't do initial gc if have alloc info featureKent Overstreet
2019-02-09bcachefs: serialize persistent_reservedKent Overstreet
2019-02-09bcachefs: initialize fs usage summary in recoveryKent Overstreet
2019-02-09bcachefs: journal_replay_early()Kent Overstreet
2019-02-09bcachefs: write out fs usageKent Overstreet
2019-02-09bcachefs: reserve space in journal for fs usage entriesKent Overstreet
2019-02-09bcachefs: fix bch2_sb_field_resize()Kent Overstreet
2019-02-09bcachefs: delete a debug printkKent Overstreet