summaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.c
AgeCommit message (Expand)Author
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet
2024-02-05bcachefs: time_stats: Check for last_event == 0 when updating freq statsKent Overstreet
2024-01-22bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet
2024-01-21bcachefs: fix memleak in bch2_split_devsSu Yue
2024-01-05bcachefs: Improve would_deadlock trace eventKent Overstreet
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet
2024-01-01bcachefs: fix warning about uninitialized time_statsKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: Fix userspace bch2_prt_datetime()Kent Overstreet
2024-01-01bcachefs: track_event_change()Kent Overstreet
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22mean and variance: More testsKent Overstreet
2023-10-22bcachefs: Fix integer overflow warnings on 32 bitKent Overstreet
2023-10-22bcachefs: New backtrace utility codeKent Overstreet
2023-10-22bcachefs: Use trylock in bch2_prt_backtrace()Kent Overstreet
2023-10-22bcachefs: Better inlining in bch2_time_stats_update()Kent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: fix security warning in pr_name_and_unitsDaniel B. Hill
2023-10-22bcachefs: time stats now uses the mean_and_variance module.Daniel Hill
2023-10-22bcachefs: Print cycle on unrecoverable deadlockKent Overstreet
2023-10-22bcachefs: bch2_print_string_as_lines()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet
2023-10-22bcachefs: bch2_time_stats_to_text now indents properlyDaniel Hill
2023-10-22bcachefs: Improved human readable integer parsingKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Run btree updates after write out of write_pointKent Overstreet
2023-10-22bcachefs: Fix pr_tab_rjust()Kent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet
2023-10-22bcachefs: Add tabstops to printbufsKent Overstreet
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet
2023-10-22bcachefs: Kill bch_scnmemcpy()Kent Overstreet
2023-10-22bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet
2023-10-22bcachefs: Fix a pcpu var splatKent Overstreet
2023-10-22bcachefs: Don't disable preemption unnecessarilyKent Overstreet
2023-10-22bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet
2023-10-22bcachefs: Convert various code to printbufKent Overstreet
2023-10-22bcachefs: Make memcpy_to_bio() param constKent Overstreet
2023-10-22bcachefs: Kill direct access to bi_io_vecKent Overstreet
2023-10-22bcachefs: fix bch2_flags_to_text()Kent Overstreet