summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super-io.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Add a tracepoint for superblock writesKent Overstreet2023-10-221-0/+3
* bcachefs: Don't write partially-initialized superblocksKent Overstreet2023-10-221-0/+7
* bcachefs: Freespace, need_discard btreesKent Overstreet2023-10-221-0/+5
* bcachefs: bch_sb_field_journal_v2Kent Overstreet2023-10-221-80/+2
* bcachefs: Add printf format attribute to bch2_pr_buf()Kent Overstreet2023-10-221-1/+1
* bcachefs: Reset journal flush delay to default value if zeroedKent Overstreet2023-10-221-3/+16
* bcachefs: Better superblock opt validationKent Overstreet2023-10-221-0/+16
* bcachefs: x-macro metadata version enumKent Overstreet2023-10-221-4/+4
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-101/+90
* bcachefs: Journal seq now incremented at entry open, not closeKent Overstreet2023-10-221-1/+1
* bcachefs: Fix a memory leakKent Overstreet2023-10-221-8/+9
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-22/+11
* bcachefs: Fix 32 bit buildKent Overstreet2023-10-221-5/+5
* bcachefs: Add tabstops to printbufsKent Overstreet2023-10-221-6/+6
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-12/+352
* bcachefs: Delete some flag bits that are no longer usedKent Overstreet2023-10-221-3/+0
* bcachefs: Improved superblock-related error messagesKent Overstreet2023-10-221-176/+290
* bcachefs: Improve error messages in superblock write pathKent Overstreet2023-10-221-4/+17
* bcachefs: bch2_journal_entry_to_text()Kent Overstreet2023-10-221-3/+3
* bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet2023-10-221-1/+0
* bcachefs: Option improvementsKent Overstreet2023-10-221-8/+9
* bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet2023-10-221-10/+0
* bcachefs: Disk space accounting fix on brand-new fsKent Overstreet2023-10-221-0/+8
* bcachefs: Improve error message in bch2_write_super()Kent Overstreet2023-10-221-1/+2
* bcachefs: Mask out unknown compat features when going read-writeKent Overstreet2023-10-221-0/+1
* bcachefs: fix a possible bcachefs checksum mapping error opt-checksum enum to...Janpieter Sollie2023-10-221-1/+1
* bcachefs: Assorted endianness fixesKent Overstreet2023-10-221-7/+7
* bcachefs: Fix time handlingKent Overstreet2023-10-221-2/+8
* bcachefs: New and improved topology repair codeKent Overstreet2023-10-221-0/+7
* bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet2023-10-221-16/+15
* bcachefs: Validate bset version field against sb version fieldsKent Overstreet2023-10-221-0/+1
* bcachefs: Fix compat code for superblockKent Overstreet2023-10-221-6/+25
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Fix bch2_write_super to obey very_degraded optionKent Overstreet2023-10-221-2/+6
* bcachefs: Use x-macros for compat feature bitsKent Overstreet2023-10-221-3/+2
* bcachefs: Extents may now cross btree node boundariesKent Overstreet2023-10-221-3/+1
* bcachefs: Redo checks for sufficient devicesKent Overstreet2023-10-221-4/+3
* bcachefs: Journal updates to dev usageKent Overstreet2023-10-221-1/+21
* bcachefs: Persist 64 bit io clocksKent Overstreet2023-10-221-33/+27
* bcachefs: Fix BCH_REPLICAS_MAX checkKent Overstreet2023-10-221-4/+4
* bcachefs: Improve some IO error messagesKent Overstreet2023-10-221-1/+1
* bcachefs: Refactor filesystem usage accountingKent Overstreet2023-10-221-1/+1
* bcachefs: Add bch2_blk_status_to_str()Kent Overstreet2023-10-221-1/+1
* bcachefs: Use x-macros for data typesKent Overstreet2023-10-221-2/+2
* bcachefs: Use blk_status_to_str()Kent Overstreet2023-10-221-1/+2
* bcachefs: Interior btree updates are now fully transactionalKent Overstreet2023-10-221-20/+2
* bcachefs: Journal updates to interior nodesKent Overstreet2023-10-221-0/+2
* bcachefs: BCH_FEATURE_new_extent_overwrite is now requiredKent Overstreet2023-10-221-0/+1
* bcachefs: Clear BCH_FEATURE_extents_above_btree_updates on clean shutdownKent Overstreet2023-10-221-0/+2
* bcachefs: Fix a memory splatKent Overstreet2023-10-221-1/+3