index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
util.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-11
bcachefs: Fix possible console lock involved deadlock
Alan Huang
1
-8
/
+2
2025-05-21
bcachefs: bch2_fs_open() now takes a darray
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: print_string_as_lines: avoid printing empty line
Kent Overstreet
1
-0
/
+13
2025-05-21
bcachefs: bch2_bio_to_text()
Kent Overstreet
1
-0
/
+10
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
1
-12
/
+2
2025-03-28
bcachefs: print_string_as_lines: fix extra newline
Kent Overstreet
1
-1
/
+1
2025-03-16
bcachefs: Debug params for data corruption injection
Kent Overstreet
1
-0
/
+21
2025-03-14
bcachefs: eytzinger1_{next,prev} cleanup
Andreas Gruenbacher
1
-12
/
+0
2025-03-14
bcachefs: Add eytzinger0_find self test
Andreas Gruenbacher
1
-0
/
+29
2025-03-14
bcachefs: add eytzinger0_find_ge self test
Andreas Gruenbacher
1
-0
/
+38
2025-03-14
bcachefs: add eytzinger0_find_gt self test
Andreas Gruenbacher
1
-0
/
+38
2025-03-14
bcachefs: improve eytzinger0_find_le self test
Andreas Gruenbacher
1
-11
/
+30
2025-03-14
bcachefs: add eytzinger0_for_each_prev
Andreas Gruenbacher
1
-0
/
+9
2025-03-14
bcachefs: eytzinger0_find_test improvement
Andreas Gruenbacher
1
-3
/
+6
2025-03-14
bcachefs: eytzinger[01]_test improvement
Andreas Gruenbacher
1
-0
/
+2
2025-03-14
bcachefs: eytzinger self tests: fix cmp_u16 typo
Andreas Gruenbacher
1
-1
/
+1
2025-03-14
bcachefs: eytzinger self tests: missing newline termination
Andreas Gruenbacher
1
-7
/
+7
2025-03-14
bcachefs: eytzinger self tests: loop cleanups
Andreas Gruenbacher
1
-11
/
+11
2025-03-14
bcachefs: fix build on 32 bit in get_random_u64_below()
Kent Overstreet
1
-1
/
+2
2025-03-13
bcachefs: bch2_get_random_u64_below()
Kent Overstreet
1
-9
/
+14
2024-10-01
bcachefs: Fix bad shift in bch2_read_flag_list()
Kent Overstreet
1
-1
/
+1
2024-09-21
bcachefs: Options for recovery_passes, recovery_passes_exclude
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: data_allowed is now an opts.h option
Kent Overstreet
1
-1
/
+1
2024-09-09
bcachefs: Replace div_u64 with div64_u64 where second param is u64
Reed Riley
1
-5
/
+5
2024-09-09
bcachefs: Fix sysfs rebalance duration waited formatting
Feiko Nanninga
1
-1
/
+1
2024-08-22
bcachefs: fix time_stats_to_text()
Kent Overstreet
1
-1
/
+0
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-07-10
bcachefs: fix scheduling while atomic in break_cycle()
Kent Overstreet
1
-3
/
+22
2024-06-24
bcachefs: fix typo
Kuan-Wei Chiu
1
-1
/
+1
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-44
/
+17
2024-04-03
bcachefs: Etyzinger cleanups
Kent Overstreet
1
-143
/
+0
2024-03-13
bcachefs: time_stats: split stats-with-quantiles into a separate structure
Darrick J. Wong
1
-3
/
+4
2024-03-13
bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a diet
Darrick J. Wong
1
-4
/
+4
2024-03-13
bcachefs: pull out time_stats.[ch]
Kent Overstreet
1
-177
/
+19
2024-03-13
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-22
/
+0
2024-02-25
bcachefs: fix bch2_save_backtrace()
Kent Overstreet
1
-1
/
+1
2024-02-05
bcachefs: time_stats: Check for last_event == 0 when updating freq stats
Kent Overstreet
1
-2
/
+3
2024-01-22
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
1
-5
/
+5
2024-01-21
bcachefs: Improve move_extent tracepoint
Kent Overstreet
1
-1
/
+6
2024-01-21
bcachefs: fix memleak in bch2_split_devs
Su Yue
1
-3
/
+5
2024-01-05
bcachefs: Improve would_deadlock trace event
Kent Overstreet
1
-4
/
+4
2024-01-01
bcachefs: Convert split_devs() to darray
Kent Overstreet
1
-0
/
+34
2024-01-01
bcachefs: fix warning about uninitialized time_stats
Kent Overstreet
1
-3
/
+3
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
1
-2
/
+0
2024-01-01
bcachefs: Fix userspace bch2_prt_datetime()
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: track_event_change()
Kent Overstreet
1
-61
/
+79
2023-11-05
bcachefs: bch2_prt_datetime()
Kent Overstreet
1
-0
/
+18
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-12
/
+9
2023-10-22
bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACE
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-4
/
+7
[next]