summaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-4/+4
2023-10-23bcachefs: Fix pr_tab_rjust()Kent Overstreet1-2/+35
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-3/+32
2023-10-23bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet1-30/+38
2023-10-23bcachefs: Add tabstops to printbufsKent Overstreet1-7/+1
2023-10-23bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-0/+21
2023-10-23bcachefs: Kill bch_scnmemcpy()Kent Overstreet1-13/+0
2023-10-23bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet1-1/+1
2023-10-23bcachefs: Fix a pcpu var splatKent Overstreet1-1/+6
2023-10-23bcachefs: Don't disable preemption unnecessarilyKent Overstreet1-5/+1
2023-10-23bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet1-1/+1
2023-10-23bcachefs: Convert various code to printbufKent Overstreet1-14/+11
2023-10-23bcachefs: Make memcpy_to_bio() param constKent Overstreet1-1/+1
2023-10-23bcachefs: Kill direct access to bi_io_vecKent Overstreet1-23/+8
2023-10-23bcachefs: fix bch2_flags_to_text()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-0/+25
2023-10-23bcachefs: fix error message in device remove pathKent Overstreet1-1/+5
2023-10-23bcachefs: More allocator startup improvementsKent Overstreet1-3/+0
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-14/+13
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-53/+36
2023-10-23bcachefs: fix bounds checks in bch2_bio_map()Kent Overstreet1-1/+3
2023-10-23bcachefs: Fix suspend when moving data faster than ratelimitKent Overstreet1-21/+0
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+942