summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-09bcachefs: Add debug code to print btree transactionsKent Overstreet
2020-06-09bcachefs: Set filesystem features earlier in fs init pathKent Overstreet
2020-06-09bcachefs: Add an option to disable reflink supportKent Overstreet
2020-06-09bcachefs: Fixes for going ROKent Overstreet
2020-06-09bcachefs: Don't require alloc btree to be updated before buckets are usedKent Overstreet
2020-06-09bcachefs: fsck_error_lock requires GFP_NOFSKent Overstreet
2020-06-09bcachefs: Interior btree updates are now fully transactionalKent Overstreet
2020-06-09bcachefs: Factor out bch2_fs_btree_interior_update_init()Kent Overstreet
2020-06-09bcachefs: Add a mechanism for passing extra journal entries to bch2_trans_com...Kent Overstreet
2020-06-09bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet
2020-06-09bcachefs: fix memalloc_nofs_restore() usageKent Overstreet
2020-06-09six locks: don't track write locks with lockdepKent Overstreet
2020-06-09bcachefs: Better error messages on bucket sector count overflowsKent Overstreet
2020-06-09bcachefs: Be more rigorous about marking the filesystem cleanKent Overstreet
2020-06-09bcachefs: Handle printing of null bkeysKent Overstreet
2020-06-09bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet
2020-06-09bcachefs: Print out d_type in dirent_to_text()Kent Overstreet
2020-06-09bcachefs: fix stack corruptionYuxuan Shui
2020-06-09bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet
2020-06-09bcachefs: Fix another iterator counting bugKent Overstreet
2020-06-09bcachefs: Fix setquotaKent Overstreet
2020-06-09bcachefs: Fix a workqueue deadlockKent Overstreet
2020-06-09bcachefs: Validate that we read the correct btree nodeKent Overstreet
2020-06-09bcachefs: Fixes for startup on very full filesystemsKent Overstreet
2020-06-09bcachefs: Fix initialization of bounce mempoolsKent Overstreet
2020-06-09bcachefs: Some compression improvementsKent Overstreet
2020-06-09bcachefs: Fix two more deadlocksKent Overstreet
2020-06-09bcachefs: Fix another deadlock in btree_update_nodes_written()Kent Overstreet
2020-06-09bcachefs: Add some printks for error pathsKent Overstreet
2020-06-09bcachefs: Don't issue writes that are more than 1 MBKent Overstreet
2020-06-09bcachefs: More fixes for counting extent update iteratorsKent Overstreet
2020-06-09bcachefs: Fix a deadlockKent Overstreet
2020-06-09bcachefs: Handle -EINTR bch2_migrate_index_update()Kent Overstreet
2020-06-09bcachefs: Fix for the bkey compat pathKent Overstreet
2020-06-09bcachefs: Add a few tracepointsKent Overstreet
2020-06-09bcachefs: Slightly reduce btree split thresholdKent Overstreet
2020-06-09bcachefs: Improve lockdep annotation in journalling codeKent Overstreet
2020-06-09bcachefs: Fix a locking bug in bch2_journal_pin_copy()Kent Overstreet
2020-06-09bcachefs: Fix another deadlock in the btree interior update pathKent Overstreet
2020-06-09bcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()Kent Overstreet
2020-06-09bcachefs: Account for ioclock slop when throttling rebalance threadKent Overstreet
2020-06-09bcachefs: Fix a deadlock on starting an interior btree updateKent Overstreet
2020-06-09bcachefs: Fix a debug mode assertionKent Overstreet
2020-06-09bcachefs: Fix a debug assertionKent Overstreet
2020-06-09bcachefs: Fix another error path locking bugKent Overstreet
2020-06-09bcachefs: Fix a null ptr deref during journal replayKent Overstreet
2020-06-09bcachefs: Add another mssing bch2_trans_iter_put() callKent Overstreet
2020-06-09bcachefs: Trace where btree iterators are allocatedKent Overstreet
2020-06-09bcachefs: Fix fallocate FL_INSERT_RANGEKent Overstreet
2020-06-09bcachefs: Add print method for bch2_btree_ptr_v2Kent Overstreet