summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-10-22bcachefs: fix memalloc_nofs_restore() usageKent Overstreet
2023-10-22bcachefs: Better error messages on bucket sector count overflowsKent Overstreet
2023-10-22bcachefs: Be more rigorous about marking the filesystem cleanKent Overstreet
2023-10-22bcachefs: Handle printing of null bkeysKent Overstreet
2023-10-22bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet
2023-10-22bcachefs: Print out d_type in dirent_to_text()Kent Overstreet
2023-10-22bcachefs: fix stack corruptionYuxuan Shui
2023-10-22bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet
2023-10-22bcachefs: Fix another iterator counting bugKent Overstreet
2023-10-22bcachefs: Fix setquotaKent Overstreet
2023-10-22bcachefs: Fix a workqueue deadlockKent Overstreet
2023-10-22bcachefs: Validate that we read the correct btree nodeKent Overstreet
2023-10-22bcachefs: Fixes for startup on very full filesystemsKent Overstreet
2023-10-22bcachefs: Fix initialization of bounce mempoolsKent Overstreet
2023-10-22bcachefs: Some compression improvementsKent Overstreet
2023-10-22bcachefs: Fix two more deadlocksKent Overstreet
2023-10-22bcachefs: Fix another deadlock in btree_update_nodes_written()Kent Overstreet
2023-10-22bcachefs: Add some printks for error pathsKent Overstreet
2023-10-22bcachefs: Don't issue writes that are more than 1 MBKent Overstreet
2023-10-22bcachefs: More fixes for counting extent update iteratorsKent Overstreet
2023-10-22bcachefs: Fix a deadlockKent Overstreet
2023-10-22bcachefs: Handle -EINTR bch2_migrate_index_update()Kent Overstreet
2023-10-22bcachefs: Fix for the bkey compat pathKent Overstreet
2023-10-22bcachefs: Add a few tracepointsKent Overstreet
2023-10-22bcachefs: Slightly reduce btree split thresholdKent Overstreet
2023-10-22bcachefs: Improve lockdep annotation in journalling codeKent Overstreet
2023-10-22bcachefs: Fix a locking bug in bch2_journal_pin_copy()Kent Overstreet
2023-10-22bcachefs: Fix another deadlock in the btree interior update pathKent Overstreet
2023-10-22bcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()Kent Overstreet
2023-10-22bcachefs: Account for ioclock slop when throttling rebalance threadKent Overstreet
2023-10-22bcachefs: Fix a deadlock on starting an interior btree updateKent Overstreet
2023-10-22bcachefs: Fix a debug mode assertionKent Overstreet
2023-10-22bcachefs: Fix a debug assertionKent Overstreet
2023-10-22bcachefs: Fix another error path locking bugKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref during journal replayKent Overstreet
2023-10-22bcachefs: Add another mssing bch2_trans_iter_put() callKent Overstreet
2023-10-22bcachefs: Trace where btree iterators are allocatedKent Overstreet
2023-10-22bcachefs: Fix fallocate FL_INSERT_RANGEKent Overstreet
2023-10-22bcachefs: Add print method for bch2_btree_ptr_v2Kent Overstreet
2023-10-22bcachefs: Fix journalling of interior node updatesKent Overstreet
2023-10-22bcachefs: Fix iterating of journal keys within a btree nodeKent Overstreet
2023-10-22bcachefs: Fix a locking bugKent Overstreet
2023-10-22bcachefs: Fix inodes pass in fsckKent Overstreet
2023-10-22bcachefs: Fix ec_stripe_update_ptrs()Kent Overstreet
2023-10-22bcachefs: Check btree topology at startupKent Overstreet
2023-10-22bcachefs: Don't allocate memory while holding journal reservationKent Overstreet
2023-10-22bcachefs: Reduce max nr of btree iters when lockdep is onKent Overstreet
2023-10-22bcachefs: Kill bkey_type_successorKent Overstreet
2023-10-22bcachefs: Switch a BUG_ON() to a warningKent Overstreet
2023-10-22bcachefs: Use kvpmalloc mempools for compression bounceKent Overstreet