summaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.c
AgeCommit message (Expand)Author
2023-03-13bcachefs: alloc tagging fixupsKent Overstreet
2023-03-13bcachefs: Fix integer overflow warnings on 32 bitKent Overstreet
2023-03-13bcachefs: New backtrace utility codeKent Overstreet
2023-03-13bcachefs: Use trylock in bch2_prt_backtrace()Kent Overstreet
2023-03-13bcachefs: Better inlining in bch2_time_stats_update()Kent Overstreet
2023-03-13bcachefs: Assorted checkpatch fixesKent Overstreet
2023-03-13bcachefs: fix security warning in pr_name_and_unitsDaniel B. Hill
2023-03-13bcachefs: time stats now uses the mean_and_variance module.Daniel Hill
2023-03-13bcachefs: Print cycle on unrecoverable deadlockKent Overstreet
2023-03-13bcachefs: bch2_print_string_as_lines()Kent Overstreet
2023-03-13bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet
2023-03-13bcachefs: bch2_time_stats_to_text now indents properlyDaniel Hill
2023-03-13bcachefs: Improved human readable integer parsingKent Overstreet
2023-03-13bcachefs: Printbuf reworkKent Overstreet
2023-03-13bcachefs: Run btree updates after write out of write_pointKent Overstreet
2023-03-13bcachefs: Fix pr_tab_rjust()Kent Overstreet
2023-03-13bcachefs: Heap allocate printbufsKent Overstreet
2023-03-13bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet
2023-03-13bcachefs: Add tabstops to printbufsKent Overstreet
2023-03-13bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet
2023-03-13bcachefs: Kill bch_scnmemcpy()Kent Overstreet
2023-03-13bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet
2023-03-13bcachefs: Don't allocate too-big biosKent Overstreet
2023-03-13bcachefs: Fix a pcpu var splatKent Overstreet
2023-03-13bcachefs: Don't disable preemption unnecessarilyKent Overstreet
2023-03-13bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet
2023-03-13bcachefs: Build fixes for 32bit x86Kent Overstreet
2023-03-13bcachefs: Convert various code to printbufKent Overstreet
2023-03-13bcachefs: Make memcpy_to_bio() param constKent Overstreet
2023-03-13bcachefs: Kill direct access to bi_io_vecKent Overstreet
2023-03-13bcachefs: fix bch2_flags_to_text()Kent Overstreet
2023-03-13bcachefs: Fix check for if extent update is allocatingKent Overstreet
2023-03-13bcachefs: fix error message in device remove pathKent Overstreet
2023-03-13bcachefs: More allocator startup improvementsKent Overstreet
2023-03-13bcachefs: Lots of option handling improvementsKent Overstreet
2023-03-13bcachefs: revamp to_text methodsKent Overstreet
2023-03-13bcachefs: fix bounds checks in bch2_bio_map()Kent Overstreet
2023-03-13bcachefs: Fix suspend when moving data faster than ratelimitKent Overstreet
2023-03-13bcachefs: Fix __bch2_strtohKent Overstreet
2023-03-13bcachefs: better bch2_strtoh()Kent Overstreet
2023-03-13bcachefs: kill bch2_read_string_list()Kent Overstreet
2023-03-13bcachefs: fix assorted sparse-ismsKent Overstreet
2023-03-13bcachefs: fix gcc warningKent Overstreet
2023-03-13bcachefs: Don't promote when target is congestedKent Overstreet
2023-03-13bcachefs: CONFIG_BCACHEFS_NO_LATENCY_ACCTKent Overstreet
2023-03-13bcachefs: Keep track of latency devices are capable ofKent Overstreet
2023-03-13bcachefs: New time stats code (with quantiles)Kent Overstreet
2023-03-13bcachefs: Initial commitKent Overstreet