aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08bcachefs: prt_printf() now respects \r\n\tGravatar Kent Overstreet 1-44/+17
2024-04-03bcachefs: Etyzinger cleanupsGravatar Kent Overstreet 1-143/+0
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureGravatar Darrick J. Wong 1-3/+4
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietGravatar Darrick J. Wong 1-4/+4
2024-03-13bcachefs: pull out time_stats.[ch]Gravatar Kent Overstreet 1-177/+19
2024-03-13bcachefs: kill kvpmalloc()Gravatar Kent Overstreet 1-22/+0
2024-02-25bcachefs: fix bch2_save_backtrace()Gravatar Kent Overstreet 1-1/+1
2024-02-05bcachefs: time_stats: Check for last_event == 0 when updating freq statsGravatar Kent Overstreet 1-2/+3
2024-01-22bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Gravatar Kent Overstreet 1-5/+5
2024-01-21bcachefs: Improve move_extent tracepointGravatar Kent Overstreet 1-1/+6
2024-01-21bcachefs: fix memleak in bch2_split_devsGravatar Su Yue 1-3/+5
2024-01-05bcachefs: Improve would_deadlock trace eventGravatar Kent Overstreet 1-4/+4
2024-01-01bcachefs: Convert split_devs() to darrayGravatar Kent Overstreet 1-0/+34
2024-01-01bcachefs: fix warning about uninitialized time_statsGravatar Kent Overstreet 1-3/+3
2024-01-01bcachefs: darray_for_each() now declares loop iterGravatar Kent Overstreet 1-2/+0
2024-01-01bcachefs: Fix userspace bch2_prt_datetime()Gravatar Kent Overstreet 1-0/+1
2024-01-01bcachefs: track_event_change()Gravatar Kent Overstreet 1-61/+79
2023-11-05bcachefs: bch2_prt_datetime()Gravatar Kent Overstreet 1-0/+18
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-12/+9
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-4/+7
2023-10-22mean and variance: More testsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix integer overflow warnings on 32 bitGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: New backtrace utility codeGravatar Kent Overstreet 1-9/+35
2023-10-22bcachefs: Use trylock in bch2_prt_backtrace()Gravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: Better inlining in bch2_time_stats_update()Gravatar Kent Overstreet 1-14/+20
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: fix security warning in pr_name_and_unitsGravatar Daniel B. Hill 1-1/+1
2023-10-22bcachefs: time stats now uses the mean_and_variance module.Gravatar Daniel Hill 1-39/+134
2023-10-22bcachefs: Print cycle on unrecoverable deadlockGravatar Kent Overstreet 1-0/+20
2023-10-22bcachefs: bch2_print_string_as_lines()Gravatar Kent Overstreet 1-0/+21
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Gravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: bch2_time_stats_to_text now indents properlyGravatar Daniel Hill 1-8/+14
2023-10-22bcachefs: Improved human readable integer parsingGravatar Kent Overstreet 1-14/+117
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-173/+45
2023-10-22bcachefs: Run btree updates after write out of write_pointGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix pr_tab_rjust()Gravatar Kent Overstreet 1-2/+35
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-3/+32
2023-10-22bcachefs: Convert bch2_pd_controller_print_debug() to a printbufGravatar Kent Overstreet 1-30/+38
2023-10-22bcachefs: Add tabstops to printbufsGravatar Kent Overstreet 1-7/+1
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsGravatar Kent Overstreet 1-0/+21
2023-10-22bcachefs: Kill bch_scnmemcpy()Gravatar Kent Overstreet 1-13/+0
2023-10-22bcachefs: bch2_hprint(): don't print decimal if conversion was exactGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix a pcpu var splatGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: Don't disable preemption unnecessarilyGravatar Kent Overstreet 1-5/+1
2023-10-22bcachefs: Eliminate more PAGE_SIZE usesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert various code to printbufGravatar Kent Overstreet 1-14/+11
2023-10-22bcachefs: Make memcpy_to_bio() param constGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill direct access to bi_io_vecGravatar Kent Overstreet 1-23/+8
2023-10-22bcachefs: fix bch2_flags_to_text()Gravatar Kent Overstreet 1-1/+1