aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang1-8/+2
2025-05-21bcachefs: bch2_fs_open() now takes a darrayKent Overstreet1-2/+2
2025-05-21bcachefs: print_string_as_lines: avoid printing empty lineKent Overstreet1-0/+13
2025-05-21bcachefs: bch2_bio_to_text()Kent Overstreet1-0/+10
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-12/+2
2025-03-28bcachefs: print_string_as_lines: fix extra newlineKent Overstreet1-1/+1
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet1-0/+21
2025-03-14bcachefs: eytzinger1_{next,prev} cleanupAndreas Gruenbacher1-12/+0
2025-03-14bcachefs: Add eytzinger0_find self testAndreas Gruenbacher1-0/+29
2025-03-14bcachefs: add eytzinger0_find_ge self testAndreas Gruenbacher1-0/+38
2025-03-14bcachefs: add eytzinger0_find_gt self testAndreas Gruenbacher1-0/+38
2025-03-14bcachefs: improve eytzinger0_find_le self testAndreas Gruenbacher1-11/+30
2025-03-14bcachefs: add eytzinger0_for_each_prevAndreas Gruenbacher1-0/+9
2025-03-14bcachefs: eytzinger0_find_test improvementAndreas Gruenbacher1-3/+6
2025-03-14bcachefs: eytzinger[01]_test improvementAndreas Gruenbacher1-0/+2
2025-03-14bcachefs: eytzinger self tests: fix cmp_u16 typoAndreas Gruenbacher1-1/+1
2025-03-14bcachefs: eytzinger self tests: missing newline terminationAndreas Gruenbacher1-7/+7
2025-03-14bcachefs: eytzinger self tests: loop cleanupsAndreas Gruenbacher1-11/+11
2025-03-14bcachefs: fix build on 32 bit in get_random_u64_below()Kent Overstreet1-1/+2
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet1-9/+14
2024-10-01bcachefs: Fix bad shift in bch2_read_flag_list()Kent Overstreet1-1/+1
2024-09-21bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet1-1/+1
2024-09-09bcachefs: data_allowed is now an opts.h optionKent Overstreet1-1/+1
2024-09-09bcachefs: Replace div_u64 with div64_u64 where second param is u64Reed Riley1-5/+5
2024-09-09bcachefs: Fix sysfs rebalance duration waited formattingFeiko Nanninga1-1/+1
2024-08-22bcachefs: fix time_stats_to_text()Kent Overstreet1-1/+0
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet1-3/+22
2024-06-24bcachefs: fix typoKuan-Wei Chiu1-1/+1
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-44/+17
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet1-143/+0
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong1-3/+4
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong1-4/+4
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet1-177/+19
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet1-22/+0
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet1-1/+1
2024-02-05bcachefs: time_stats: Check for last_event == 0 when updating freq statsKent Overstreet1-2/+3
2024-01-22bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet1-5/+5
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet1-1/+6
2024-01-21bcachefs: fix memleak in bch2_split_devsSu Yue1-3/+5
2024-01-05bcachefs: Improve would_deadlock trace eventKent Overstreet1-4/+4
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet1-0/+34
2024-01-01bcachefs: fix warning about uninitialized time_statsKent Overstreet1-3/+3
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: Fix userspace bch2_prt_datetime()Kent Overstreet1-0/+1
2024-01-01bcachefs: track_event_change()Kent Overstreet1-61/+79
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet1-0/+18
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-12/+9
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet1-0/+4
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet1-4/+7