summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)Author
2022-05-20bcachefs: Convert to lib/printbuf.cprintbuf_v2Kent Overstreet
2022-04-21bcachefs: Add persistent countersDaniel Hill
2022-04-17bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet
2022-04-17bcachefs: Add a tracepoint for superblock writesKent Overstreet
2022-04-17bcachefs: Don't write partially-initialized superblocksKent Overstreet
2022-04-17bcachefs: Add printf format attribute to bch2_pr_buf()Kent Overstreet
2022-04-17bcachefs: Reset journal flush delay to default value if zeroedKent Overstreet
2022-04-17bcachefs: Better superblock opt validationKent Overstreet
2022-04-17bcachefs: x-macro metadata version enumKent Overstreet
2022-04-17bcachefs: Freespace, need_discard btreesKent Overstreet
2022-04-17bcachefs: bch_sb_field_journal_v2Kent Overstreet
2022-04-17bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2022-04-17bcachefs: Journal seq now incremented at entry open, not closeKent Overstreet
2022-04-17bcachefs: Fix a memory leakKent Overstreet
2022-04-17bcachefs: Heap allocate printbufsKent Overstreet
2022-04-17bcachefs: Fix 32 bit buildKent Overstreet
2022-04-17bcachefs: Add tabstops to printbufsKent Overstreet
2022-04-17bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet
2022-04-17bcachefs: Delete some flag bits that are no longer usedKent Overstreet
2022-04-17bcachefs: Improved superblock-related error messagesKent Overstreet
2022-04-17bcachefs: Improve error messages in superblock write pathKent Overstreet
2022-04-17bcachefs: bch2_journal_entry_to_text()Kent Overstreet
2022-04-17bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet
2022-04-17bcachefs: Option improvementsKent Overstreet
2022-04-17bcachefs: Fix BCH_FS_ERROR flag handlingKent Overstreet
2022-04-17bcachefs: Disk space accounting fix on brand-new fsKent Overstreet
2022-04-17bcachefs: Improve error message in bch2_write_super()Kent Overstreet
2022-04-17bcachefs: Mask out unknown compat features when going read-writeKent Overstreet
2022-04-17bcachefs: fix a possible bcachefs checksum mapping error opt-checksum enum to...jpsollie
2022-04-17bcachefs: Assorted endianness fixesKent Overstreet
2022-04-17bcachefs: Fix time handlingKent Overstreet
2022-04-17bcachefs: New and improved topology repair codeKent Overstreet
2022-04-17bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet
2022-04-17bcachefs: Don't use write side of mark_lock in journal write pathKent Overstreet
2022-04-17bcachefs: Validate bset version field against sb version fieldsKent Overstreet
2022-04-17bcachefs: Fix compat code for superblockKent Overstreet
2022-04-17bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2022-04-17bcachefs: Fix bch2_write_super to obey very_degraded optionKent Overstreet
2022-04-17bcachefs: Use x-macros for compat feature bitsKent Overstreet
2022-04-17bcachefs: Extents may now cross btree node boundariesKent Overstreet
2022-04-17bcachefs: Redo checks for sufficient devicesKent Overstreet
2022-04-17bcachefs: Journal updates to dev usageKent Overstreet
2022-04-17bcachefs: Persist 64 bit io clocksKent Overstreet
2022-04-17bcachefs: Fix BCH_REPLICAS_MAX checkKent Overstreet
2022-04-17bcachefs: Improve some IO error messagesKent Overstreet
2022-04-17bcachefs: Refactor filesystem usage accountingKent Overstreet
2022-04-17bcachefs: Add bch2_blk_status_to_str()Kent Overstreet
2022-04-17bcachefs: Use x-macros for data typesKent Overstreet
2022-04-17bcachefs: Use blk_status_to_str()Kent Overstreet
2022-04-17bcachefs: Interior btree updates are now fully transactionalKent Overstreet