index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Options for recovery_passes, recovery_passes_exclude
Kent Overstreet
2024-09-21
1
-1
/
+1
*
bcachefs: data_allowed is now an opts.h option
Kent Overstreet
2024-09-09
1
-1
/
+1
*
bcachefs: Replace div_u64 with div64_u64 where second param is u64
Reed Riley
2024-09-09
1
-5
/
+5
*
bcachefs: Fix sysfs rebalance duration waited formatting
Feiko Nanninga
2024-09-09
1
-1
/
+1
*
bcachefs: fix time_stats_to_text()
Kent Overstreet
2024-08-22
1
-1
/
+0
*
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-07-22
1
-1
/
+1
|
\
|
*
bcachefs: fix typo
Kuan-Wei Chiu
2024-06-25
1
-1
/
+1
*
|
bcachefs: fix scheduling while atomic in break_cycle()
Kent Overstreet
2024-07-10
1
-3
/
+22
|
/
*
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
2024-05-08
1
-44
/
+17
*
bcachefs: Etyzinger cleanups
Kent Overstreet
2024-04-03
1
-143
/
+0
*
bcachefs: time_stats: split stats-with-quantiles into a separate structure
Darrick J. Wong
2024-03-14
1
-3
/
+4
*
bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a diet
Darrick J. Wong
2024-03-14
1
-4
/
+4
*
bcachefs: pull out time_stats.[ch]
Kent Overstreet
2024-03-14
1
-177
/
+19
*
bcachefs: kill kvpmalloc()
Kent Overstreet
2024-03-13
1
-22
/
+0
*
bcachefs: fix bch2_save_backtrace()
Kent Overstreet
2024-02-25
1
-1
/
+1
*
bcachefs: time_stats: Check for last_event == 0 when updating freq stats
Kent Overstreet
2024-02-05
1
-2
/
+3
*
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
2024-01-22
1
-5
/
+5
*
bcachefs: Improve move_extent tracepoint
Kent Overstreet
2024-01-21
1
-1
/
+6
*
bcachefs: fix memleak in bch2_split_devs
Su Yue
2024-01-21
1
-3
/
+5
*
bcachefs: Improve would_deadlock trace event
Kent Overstreet
2024-01-06
1
-4
/
+4
*
bcachefs: Convert split_devs() to darray
Kent Overstreet
2024-01-01
1
-0
/
+34
*
bcachefs: fix warning about uninitialized time_stats
Kent Overstreet
2024-01-01
1
-3
/
+3
*
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
2024-01-01
1
-2
/
+0
*
bcachefs: Fix userspace bch2_prt_datetime()
Kent Overstreet
2024-01-01
1
-0
/
+1
*
bcachefs: track_event_change()
Kent Overstreet
2024-01-01
1
-61
/
+79
*
bcachefs: bch2_prt_datetime()
Kent Overstreet
2023-11-05
1
-0
/
+18
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-12
/
+9
*
bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACE
Kent Overstreet
2023-10-22
1
-0
/
+4
*
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
1
-4
/
+7
*
mean and variance: More tests
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix integer overflow warnings on 32 bit
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: New backtrace utility code
Kent Overstreet
2023-10-22
1
-9
/
+35
*
bcachefs: Use trylock in bch2_prt_backtrace()
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: Better inlining in bch2_time_stats_update()
Kent Overstreet
2023-10-22
1
-14
/
+20
*
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
1
-2
/
+0
*
bcachefs: fix security warning in pr_name_and_units
Daniel B. Hill
2023-10-22
1
-1
/
+1
*
bcachefs: time stats now uses the mean_and_variance module.
Daniel Hill
2023-10-22
1
-39
/
+134
*
bcachefs: Print cycle on unrecoverable deadlock
Kent Overstreet
2023-10-22
1
-0
/
+20
*
bcachefs: bch2_print_string_as_lines()
Kent Overstreet
2023-10-22
1
-0
/
+21
*
bcachefs: bch2_bkey_packed_to_binary_text()
Kent Overstreet
2023-10-22
1
-0
/
+6
*
bcachefs: bch2_time_stats_to_text now indents properly
Daniel Hill
2023-10-22
1
-8
/
+14
*
bcachefs: Improved human readable integer parsing
Kent Overstreet
2023-10-22
1
-14
/
+117
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-173
/
+45
*
bcachefs: Run btree updates after write out of write_point
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Fix pr_tab_rjust()
Kent Overstreet
2023-10-22
1
-2
/
+35
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-3
/
+32
*
bcachefs: Convert bch2_pd_controller_print_debug() to a printbuf
Kent Overstreet
2023-10-22
1
-30
/
+38
*
bcachefs: Add tabstops to printbufs
Kent Overstreet
2023-10-22
1
-7
/
+1
*
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
2023-10-22
1
-0
/
+21
*
bcachefs: Kill bch_scnmemcpy()
Kent Overstreet
2023-10-22
1
-13
/
+0
[next]