summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/util.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Etyzinger cleanupsKent Overstreet2024-04-031-143/+0
* bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong2024-03-131-3/+4
* bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong2024-03-131-4/+4
* bcachefs: pull out time_stats.[ch]Kent Overstreet2024-03-131-177/+19
* bcachefs: kill kvpmalloc()Kent Overstreet2024-03-131-22/+0
* bcachefs: fix bch2_save_backtrace()Kent Overstreet2024-02-251-1/+1
* bcachefs: time_stats: Check for last_event == 0 when updating freq statsKent Overstreet2024-02-051-2/+3
* bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet2024-01-221-5/+5
* bcachefs: Improve move_extent tracepointKent Overstreet2024-01-211-1/+6
* bcachefs: fix memleak in bch2_split_devsSu Yue2024-01-211-3/+5
* bcachefs: Improve would_deadlock trace eventKent Overstreet2024-01-051-4/+4
* bcachefs: Convert split_devs() to darrayKent Overstreet2024-01-011-0/+34
* bcachefs: fix warning about uninitialized time_statsKent Overstreet2024-01-011-3/+3
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-2/+0
* bcachefs: Fix userspace bch2_prt_datetime()Kent Overstreet2024-01-011-0/+1
* bcachefs: track_event_change()Kent Overstreet2024-01-011-61/+79
* bcachefs: bch2_prt_datetime()Kent Overstreet2023-11-051-0/+18
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-12/+9
* bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet2023-10-221-0/+4
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-4/+7
* mean and variance: More testsKent Overstreet2023-10-221-2/+2
* bcachefs: Fix integer overflow warnings on 32 bitKent Overstreet2023-10-221-2/+2
* bcachefs: New backtrace utility codeKent Overstreet2023-10-221-9/+35
* bcachefs: Use trylock in bch2_prt_backtrace()Kent Overstreet2023-10-221-4/+2
* bcachefs: Better inlining in bch2_time_stats_update()Kent Overstreet2023-10-221-14/+20
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-2/+0
* bcachefs: fix security warning in pr_name_and_unitsDaniel B. Hill2023-10-221-1/+1
* bcachefs: time stats now uses the mean_and_variance module.Daniel Hill2023-10-221-39/+134
* bcachefs: Print cycle on unrecoverable deadlockKent Overstreet2023-10-221-0/+20
* bcachefs: bch2_print_string_as_lines()Kent Overstreet2023-10-221-0/+21
* bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet2023-10-221-0/+6
* bcachefs: bch2_time_stats_to_text now indents properlyDaniel Hill2023-10-221-8/+14
* bcachefs: Improved human readable integer parsingKent Overstreet2023-10-221-14/+117
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-173/+45
* bcachefs: Run btree updates after write out of write_pointKent Overstreet2023-10-221-4/+4
* bcachefs: Fix pr_tab_rjust()Kent Overstreet2023-10-221-2/+35
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-3/+32
* bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet2023-10-221-30/+38
* bcachefs: Add tabstops to printbufsKent Overstreet2023-10-221-7/+1
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-0/+21
* bcachefs: Kill bch_scnmemcpy()Kent Overstreet2023-10-221-13/+0
* bcachefs: bch2_hprint(): don't print decimal if conversion was exactKent Overstreet2023-10-221-1/+1
* bcachefs: Fix a pcpu var splatKent Overstreet2023-10-221-1/+6
* bcachefs: Don't disable preemption unnecessarilyKent Overstreet2023-10-221-5/+1
* bcachefs: Eliminate more PAGE_SIZE usesKent Overstreet2023-10-221-1/+1
* bcachefs: Convert various code to printbufKent Overstreet2023-10-221-14/+11
* bcachefs: Make memcpy_to_bio() param constKent Overstreet2023-10-221-1/+1
* bcachefs: Kill direct access to bi_io_vecKent Overstreet2023-10-221-23/+8
* bcachefs: fix bch2_flags_to_text()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix check for if extent update is allocatingKent Overstreet2023-10-221-0/+25