summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-35/+2
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-2/+6
2023-10-23bcachefs: cmp_int()Kent Overstreet1-3/+3
2023-10-23bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet1-1/+1
2023-10-23bcachefs: add ability to run gc on metadata onlyKent Overstreet1-1/+1
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-3/+6
2023-10-23bcachefs: Go rw lazilyKent Overstreet1-2/+2
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-7/+7
2023-10-23bcachefs: percpu utility codeKent Overstreet1-9/+4
2023-10-23bcachefs: sysfs trigger for bch2_alloc_writeKent Overstreet1-0/+8
2023-10-23bcachefs: improve alloc_debugKent Overstreet1-13/+15
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-13/+25
2023-10-23bcachefs: Fix some reserve calculationsKent Overstreet1-3/+16
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-4/+5
2023-10-23bcachefs: Include summarized counts in fs_usageKent Overstreet1-1/+1
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-23bcachefs: gc now operates on second set of bucket marksKent Overstreet1-1/+1
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+47
2023-10-23bcachefs: stripe support for replicas trackingKent Overstreet1-2/+2
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet1-9/+3
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-63/+51
2023-10-23bcachefs: extent_for_each_ptr_decode()Kent Overstreet1-6/+6
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-1/+1
2023-10-23bcachefs: Better calculation of copygc thresholdKent Overstreet1-0/+4
2023-10-23bcachefs: Change how replicated data is accountedKent Overstreet1-2/+2
2023-10-23bcachefs: Account for internal fragmentation betterKent Overstreet1-3/+11
2023-10-23bcachefs: kill s_alloc, use bch_data_typeKent Overstreet1-31/+24
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+1027