summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Fix implementation of KEY_TYPE_errorKent Overstreet2023-10-224-33/+74
* bcachefs: Fix deletion in __bch2_dev_usrdata_drop()Kent Overstreet2023-10-221-0/+9
* bcachefs: Add a valgrind memcheck hintBrett Holman2023-10-221-0/+7
* bcachefs: Fix rereplicate_pred()Kent Overstreet2023-10-221-10/+3
* bcachefs: Snapshot deletion fixKent Overstreet2023-10-221-7/+23
* bcachefs: Fix a pcpu var splatKent Overstreet2023-10-221-1/+6
* bcachefs: Fix bch2_move_btree()Kent Overstreet2023-10-221-3/+6
* bcachefs: Fixes for usrdata/metadata drop pathsKent Overstreet2023-10-221-9/+12
* bcachefs: More btree iterator fixesKent Overstreet2023-10-222-4/+24
* bcachefs: Ensure btree_path consistent with node iteratorsKent Overstreet2023-10-221-1/+10
* bcachefs: Fix bch2_dev_remove_alloc()Kent Overstreet2023-10-221-3/+6
* bcachefs: bch2_subvolume_get()Kent Overstreet2023-10-225-92/+41
* bcachefs: Fix allocator shutdown error messageKent Overstreet2023-10-221-2/+2
* bcachefs: Fix a spurious fsck errorKent Overstreet2023-10-221-16/+33
* bcachefs: Fix check_inode_update_hardlinks()Kent Overstreet2023-10-221-5/+1
* bcachefs: Rev the on disk format version for snapshotsKent Overstreet2023-10-222-14/+10
* bcachefs: Fix an assertionKent Overstreet2023-10-221-1/+2
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-2210-69/+348
* bcachefs: Require snapshot id to be setKent Overstreet2023-10-222-13/+9
* bcachefs: Fix unit & perf tests for snapshotsKent Overstreet2023-10-221-29/+32
* bcachefs: Update data move path for snapshotsKent Overstreet2023-10-226-49/+195
* bcachefs: Whiteouts for snapshotsKent Overstreet2023-10-224-18/+127
* bcachefs: Convert io paths for snapshotsKent Overstreet2023-10-225-93/+144
* bcachefs: Update fsck for snapshotsKent Overstreet2023-10-223-323/+1004
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-2223-256/+526
* bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet2023-10-224-15/+166
* bcachefs: Add subvolume to ei_inode_infoKent Overstreet2023-10-223-27/+76
* bcachefs: Per subvolume lost+foundKent Overstreet2023-10-221-10/+84
* bcachefs: Add support for dirents that point to subvolumesKent Overstreet2023-10-224-28/+123
* bcachefs: Subvolumes, snapshotsKent Overstreet2023-10-2217-24/+1314
* bcachefs: Disable quota supportKent Overstreet2023-10-221-6/+6
* Revert "bcachefs: Add more assertions for locking btree iterators out of order"Kent Overstreet2023-10-224-32/+10
* bcachefs: Improve btree_node_mem_ptr optimizationKent Overstreet2023-10-221-1/+6
* bcachefs: Add a missing bch2_trans_relock() callKent Overstreet2023-10-221-0/+3
* bcachefs: Fix some compiler warningsKent Overstreet2023-10-221-1/+1
* bcachefs: Add missing BTREE_ITER_INTENTKent Overstreet2023-10-221-1/+1
* bcachefs: Better approach to write vs. read lock deadlocksKent Overstreet2023-10-222-41/+82
* bcachefs: normalize_read_intent_locksKent Overstreet2023-10-221-12/+61
* bcachefs: Consolidate intent lock code in btree_path_up_until_good_nodeKent Overstreet2023-10-221-16/+13
* bcachefs: Optimize btree lookups in write pathKent Overstreet2023-10-224-2/+26
* bcachefs: Add a missing btree_path_make_mut() callKent Overstreet2023-10-221-6/+14
* bcachefs: Enabled shard_inode_numbers by defaultKent Overstreet2023-10-221-1/+1
* bcachefs: No need to clone iterators for updateKent Overstreet2023-10-221-15/+7
* bcachefs: Kill retry loop in btree merge pathKent Overstreet2023-10-222-34/+6
* bcachefs: Drop some fast path tracepointsKent Overstreet2023-10-223-289/+1
* bcachefs: Tighten up btree locking invariantsKent Overstreet2023-10-223-46/+32
* bcachefs: Extent btree iterators are no longer specialKent Overstreet2023-10-221-8/+3
* bcachefs: Add more assertions for locking btree iterators out of orderKent Overstreet2023-10-225-32/+52
* bcachefs: Kill bpos_diff() XXX check for perf regressionKent Overstreet2023-10-222-53/+21
* bcachefs: btree_pathKent Overstreet2023-10-2244-2419/+2385