summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-08Debug print statementsbug-gitlab-4bcachefs-bug-gitlab-4Kent Overstreet
2019-04-30bcachefs: Redo replicas gc mechanismKent Overstreet
2019-04-29bcachefs: fix bch2_flags_to_text()Kent Overstreet
2019-04-29bcachefs: struct replicas_delta should be packedKent Overstreet
2019-04-29bcachefs: switch index update wq to CPU_INTENSIVEKent Overstreet
2019-04-23bcachefs: Add actual tracepoints for transaction restartsKent Overstreet
2019-04-22bcachefs: Fix return code from bch2_fs_start()Kent Overstreet
2019-04-17bcachefs: Fix fsync error reportingKent Overstreet
2019-04-17bcachefs: Don't run fsck by default at mount timeKent Overstreet
2019-04-17bcachefs: copy correct journal_seq to dir in createKent Overstreet
2019-04-17bcachefs: some improvements to startup messages and optionsKent Overstreet
2019-04-17bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet
2019-04-17bcachefs: bch2_trans_mark_update()Kent Overstreet
2019-04-17bcachefs: Write out fs usage consistentlyKent Overstreet
2019-04-17bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2019-04-17bcachefs: fix triggers for stripes btreeKent Overstreet
2019-04-16bcachefs: use same timesource as current_time()Kent Overstreet
2019-04-16bcachefs: Fix hang while shutting downKent Overstreet
2019-04-16bcachefs: lockdep fix when going rw from bch2_alloc_write()Kent Overstreet
2019-04-15bcachefs: Mark overwrites from journal replay in initial gcKent Overstreet
2019-04-15bcachefs: Deduplicate keys in the journal before replayKent Overstreet
2019-04-14bcachefs: Journal replay refactoringKent Overstreet
2019-04-12bcachefs: cmp_int()Kent Overstreet
2019-04-06bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet
2019-04-06bcachefs: allocate sb_read_scratch with __get_free_pageKent Overstreet
2019-04-06Revert "block: remove the unused bio_iov_iter_get_pages export"Kent Overstreet
2019-04-05bcachefs: delete duplicated codeKent Overstreet
2019-04-05bcachefs: disallow ever going rw if nochanges or noreplayKent Overstreet
2019-04-04bcachefs: initial gc no longer needs to touch every nodeKent Overstreet
2019-04-04bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet
2019-04-04bcachefs: don't lose errors from iterators that have been freedKent Overstreet
2019-04-04bcachefs: free trans->mem on commitKent Overstreet
2019-04-04bcachefs: add ability to run gc on metadata onlyKent Overstreet
2019-04-04bcachefs: Convert gc errors to fsck errorsKent Overstreet
2019-04-04fixup! Propagate gfp_t when allocating pte entries from __vmallocKent Overstreet
2019-04-04Revert "block: remove the unused bio_set_pages_dirty and bio_check_pages_dirt...Kent Overstreet
2019-04-03bcachefs: ratelimit copygc warningKent Overstreet
2019-04-03bcachefs: minor fsck fixKent Overstreet
2019-04-03bcachefs: Fsck locking improvementsKent Overstreet
2019-04-03bcachefs: Caller now responsible for calling mark_key for gcKent Overstreet
2019-04-03bcachefs: Refactor bch2_fs_recovery()Kent Overstreet
2019-04-03bcachefs: fix bch2_trans_unlock()Kent Overstreet
2019-04-03bcachefs: add missing bch2_btree_iter_node_drop() callKent Overstreet
2019-04-03bcachefs: allow journal reply on ro mountKent Overstreet
2019-04-03bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsckKent Overstreet
2019-04-03bcachefs: Track whether filesystem has errors in superblockKent Overstreet
2019-04-03bcachefs: Write out alloc info more carefullyKent Overstreet
2019-04-03bcachefs: fix initial gcKent Overstreet
2019-04-03bcachefs: Handle fsck errors at runtime betterKent Overstreet
2019-04-03bcachefs: simplify gc locking a bitKent Overstreet