summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)AuthorFilesLines
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