summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix bch2_write_super to obey very_degraded optionKent Overstreet1-2/+6
2023-10-23bcachefs: Use x-macros for compat feature bitsKent Overstreet1-3/+2
2023-10-23bcachefs: Extents may now cross btree node boundariesKent Overstreet1-3/+1
2023-10-23bcachefs: Redo checks for sufficient devicesKent Overstreet1-4/+3
2023-10-23bcachefs: Journal updates to dev usageKent Overstreet1-1/+21
2023-10-23bcachefs: Persist 64 bit io clocksKent Overstreet1-33/+27
2023-10-23bcachefs: Fix BCH_REPLICAS_MAX checkKent Overstreet1-4/+4
2023-10-23bcachefs: Improve some IO error messagesKent Overstreet1-1/+1
2023-10-23bcachefs: Refactor filesystem usage accountingKent Overstreet1-1/+1
2023-10-23bcachefs: Add bch2_blk_status_to_str()Kent Overstreet1-1/+1
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-2/+2
2023-10-23bcachefs: Use blk_status_to_str()Kent Overstreet1-1/+2
2023-10-23bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-20/+2
2023-10-23bcachefs: Journal updates to interior nodesKent Overstreet1-0/+2
2023-10-23bcachefs: BCH_FEATURE_new_extent_overwrite is now requiredKent Overstreet1-0/+1
2023-10-23bcachefs: Clear BCH_FEATURE_extents_above_btree_updates on clean shutdownKent Overstreet1-0/+2
2023-10-23bcachefs: Fix a memory splatKent Overstreet1-1/+3
2023-10-23bcachefs: bch2_check_set_feature()Kent Overstreet1-0/+11
2023-10-23bcachefs: Further padding fixes in bch2_journal_super_entries_add_common()Justin Husted1-11/+24
2023-10-23bcachefs: Initialize journal pad data in bch_replica_entry objects.Justin Husted1-3/+4
2023-10-23bcachefs: Kill direct access to bi_io_vecKent Overstreet1-10/+6
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-1/+2
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-13/+12
2023-10-23bcachefs: allocate sb_read_scratch with __get_free_pageKent Overstreet1-1/+1
2023-10-23bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet1-0/+1
2023-10-23bcachefs: Track whether filesystem has errors in superblockKent Overstreet1-2/+4
2023-10-23bcachefs: Verify fs hasn't been modified before going rwKent Overstreet1-14/+63
2023-10-23bcachefs: Go rw lazilyKent Overstreet1-7/+4
2023-10-23bcachefs: assertion to catch outstanding bugKent Overstreet1-1/+4
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-2/+2
2023-10-23bcachefs: Fix a lockdep splatKent Overstreet1-1/+1
2023-10-23bcachefs: don't do initial gc if have alloc info featureKent Overstreet1-1/+6
2023-10-23bcachefs: serialize persistent_reservedKent Overstreet1-11/+32
2023-10-23bcachefs: Write out fs usageKent Overstreet1-31/+100
2023-10-23bcachefs: fix bch2_sb_field_resize()Kent Overstreet1-0/+1
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-22/+29
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+1
2023-10-23bcachefs: stripe support for replicas trackingKent Overstreet1-9/+27
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet1-0/+4
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-13/+12
2023-10-23bcachefs: Assorted fixes for running on very small devicesKent Overstreet1-1/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+971