summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet2023-10-226-51/+114
* bcachefs: fix memalloc_nofs_restore() usageKent Overstreet2023-10-221-1/+2
* bcachefs: Better error messages on bucket sector count overflowsKent Overstreet2023-10-222-17/+26
* bcachefs: Be more rigorous about marking the filesystem cleanKent Overstreet2023-10-222-3/+13
* bcachefs: Handle printing of null bkeysKent Overstreet2023-10-221-7/+14
* bcachefs: Add vmalloc fallback for decompress workspaceKent Overstreet2023-10-221-1/+1
* bcachefs: Print out d_type in dirent_to_text()Kent Overstreet2023-10-221-1/+1
* bcachefs: fix stack corruptionYuxuan Shui2023-10-224-10/+11
* bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()Kent Overstreet2023-10-221-1/+5
* bcachefs: Fix another iterator counting bugKent Overstreet2023-10-221-1/+2
* bcachefs: Fix setquotaKent Overstreet2023-10-221-29/+30
* bcachefs: Fix a workqueue deadlockKent Overstreet2023-10-222-2/+28
* bcachefs: Validate that we read the correct btree nodeKent Overstreet2023-10-221-0/+11
* bcachefs: Fixes for startup on very full filesystemsKent Overstreet2023-10-222-3/+16
* bcachefs: Fix initialization of bounce mempoolsKent Overstreet2023-10-221-9/+9
* bcachefs: Some compression improvementsKent Overstreet2023-10-221-16/+37
* bcachefs: Fix two more deadlocksKent Overstreet2023-10-222-53/+64
* bcachefs: Fix another deadlock in btree_update_nodes_written()Kent Overstreet2023-10-221-3/+38
* bcachefs: Add some printks for error pathsKent Overstreet2023-10-222-7/+20
* bcachefs: Don't issue writes that are more than 1 MBKent Overstreet2023-10-221-1/+12
* bcachefs: More fixes for counting extent update iteratorsKent Overstreet2023-10-221-12/+24
* bcachefs: Fix a deadlockKent Overstreet2023-10-221-2/+1
* bcachefs: Handle -EINTR bch2_migrate_index_update()Kent Overstreet2023-10-221-4/+11
* bcachefs: Fix for the bkey compat pathKent Overstreet2023-10-221-40/+55
* bcachefs: Add a few tracepointsKent Overstreet2023-10-222-1/+22
* bcachefs: Slightly reduce btree split thresholdKent Overstreet2023-10-221-1/+1
* bcachefs: Improve lockdep annotation in journalling codeKent Overstreet2023-10-221-1/+3
* bcachefs: Fix a locking bug in bch2_journal_pin_copy()Kent Overstreet2023-10-221-4/+13
* bcachefs: Fix another deadlock in the btree interior update pathKent Overstreet2023-10-221-29/+42
* bcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()Kent Overstreet2023-10-221-1/+1
* bcachefs: Account for ioclock slop when throttling rebalance threadKent Overstreet2023-10-221-6/+10
* bcachefs: Fix a deadlock on starting an interior btree updateKent Overstreet2023-10-223-18/+32
* bcachefs: Fix a debug mode assertionKent Overstreet2023-10-221-0/+2
* bcachefs: Fix a debug assertionKent Overstreet2023-10-221-1/+2
* bcachefs: Fix another error path locking bugKent Overstreet2023-10-221-3/+4
* bcachefs: Fix a null ptr deref during journal replayKent Overstreet2023-10-221-1/+1
* bcachefs: Add another mssing bch2_trans_iter_put() callKent Overstreet2023-10-221-2/+5
* bcachefs: Trace where btree iterators are allocatedKent Overstreet2023-10-223-9/+36
* bcachefs: Fix fallocate FL_INSERT_RANGEKent Overstreet2023-10-221-5/+6
* bcachefs: Add print method for bch2_btree_ptr_v2Kent Overstreet2023-10-222-1/+19
* bcachefs: Fix journalling of interior node updatesKent Overstreet2023-10-222-49/+54
* bcachefs: Fix iterating of journal keys within a btree nodeKent Overstreet2023-10-221-6/+1
* bcachefs: Fix a locking bugKent Overstreet2023-10-221-1/+1
* bcachefs: Fix inodes pass in fsckKent Overstreet2023-10-221-5/+5
* bcachefs: Fix ec_stripe_update_ptrs()Kent Overstreet2023-10-221-2/+1
* bcachefs: Check btree topology at startupKent Overstreet2023-10-221-71/+91
* bcachefs: Don't allocate memory while holding journal reservationKent Overstreet2023-10-221-7/+10
* bcachefs: Reduce max nr of btree iters when lockdep is onKent Overstreet2023-10-221-0/+4
* bcachefs: Kill bkey_type_successorKent Overstreet2023-10-2217-142/+295
* bcachefs: Switch a BUG_ON() to a warningKent Overstreet2023-10-221-1/+2