summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: bch_opt_fnKent Overstreet2023-10-224-19/+33
* bcachefs: Convert snapshot table to RCU arrayKent Overstreet2023-10-227-47/+207
* bcachefs: Add a race_fault() for write buffer slowpathKent Overstreet2023-10-221-0/+3
* bcachefs: Add buffered IO fallback for userspaceKent Overstreet2023-10-221-2/+15
* bcachefs: Fallocate now checks page cacheKent Overstreet2023-10-221-22/+61
* bcachefs: Don't start copygc until recovery is finishedKent Overstreet2023-10-221-6/+13
* bcachefs: Fix build error on weird gccKent Overstreet2023-10-221-3/+1
* bcachefs: Snapshot depth, skiplist fieldsKent Overstreet2023-10-226-56/+267
* bcachefs: Version table now lists required recovery passesKent Overstreet2023-10-226-46/+110
* bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Kent Overstreet2023-10-223-14/+33
* bcachefs: Fix a write buffer flush deadlockKent Overstreet2023-10-222-0/+15
* bcachefs: bcachefs_metadata_version_major_minorKent Overstreet2023-10-227-61/+129
* bcachefs: Add new assertions for shutdown pathKent Overstreet2023-10-222-1/+4
* bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet2023-10-223-13/+22
* bcachefs: Kill bch2_xattr_get()Kent Overstreet2023-10-222-12/+3
* bcachefs: Fix try_decrease_writepoints()Kent Overstreet2023-10-221-0/+1
* bcachefs: Mark as EXPERIMENTALKent Overstreet2023-10-221-1/+1
* bcachefs: Enumerate recovery passesKent Overstreet2023-10-2211-239/+175
* bcachefs: Stash journal replay params in bch_fsKent Overstreet2023-10-222-3/+11
* bcachefs: Kill bch2_bucket_gens_read()Kent Overstreet2023-10-223-62/+45
* bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet2023-10-222-5/+6
* bcachefs: version_upgrade is now an enumKent Overstreet2023-10-226-13/+35
* bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet2023-10-225-25/+62
* bcachefs: Convert more -EROFS to private error codesKent Overstreet2023-10-224-9/+13
* bcachefs: Delete redundant log messagesKent Overstreet2023-10-228-64/+17
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-2226-80/+141
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-2238-118/+115
* bcachefs: Refactor bch_sb_field_ops handlingKent Overstreet2023-10-221-11/+18
* bcachefs: Allow for unknown key typesKent Overstreet2023-10-223-27/+33
* bcachefs: Allow for unknown btree IDsKent Overstreet2023-10-2211-42/+91
* bcachefs: flush journal to avoid invalid dev usage entries on recoveryBrian Foster2023-10-221-0/+11
* bcachefs: mark active journal devices on journal replicas gcBrian Foster2023-10-221-1/+13
* bcachefs: bch2_version_compatible()Kent Overstreet2023-10-225-66/+60
* bcachefs: bch2_version_to_text()Kent Overstreet2023-10-226-20/+37
* bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet2023-10-229-55/+56
* bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet2023-10-223-1/+6
* bcachefs: Fix a format string warningKent Overstreet2023-10-221-1/+1
* bcachefs: Kill JOURNAL_WATERMARKKent Overstreet2023-10-2212-55/+46
* bcachefs: BCH_WATERMARK_reclaimKent Overstreet2023-10-223-2/+6
* bcachefs: struct bch_extent_rebalanceKent Overstreet2023-10-223-2/+26
* bcachefs: Expand BTREE_NODE_IDKent Overstreet2023-10-221-3/+14
* bcachefs: Fix btree node write error messageKent Overstreet2023-10-221-1/+1
* bcachefs: fsck: Break walk_inode() up into multiple functionsKent Overstreet2023-10-221-46/+57
* bcachefs: Fix leak in backpointers fsckKent Overstreet2023-10-221-2/+4
* bcachefs: unregister_shrinker() now safe on not-registered shrinkerKent Overstreet2023-10-222-4/+2
* bcachefs: Add a missing rhashtable_destroy() callKent Overstreet2023-10-221-0/+1
* bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet2023-10-224-11/+13
* bcachefs: Reduce stack frame size of bch2_check_alloc_info()Kent Overstreet2023-10-221-18/+22
* bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet2023-10-221-10/+12
* bcachefs: Improve error message for overlapping extentsKent Overstreet2023-10-221-6/+32