index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
bcachefs: Etyzinger cleanups
Kent Overstreet
1
-143
/
+0
2024-03-14
bcachefs: time_stats: split stats-with-quantiles into a separate structure
Darrick J. Wong
1
-3
/
+4
2024-03-14
bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a diet
Darrick J. Wong
1
-4
/
+4
2024-03-14
bcachefs: pull out time_stats.[ch]
Kent Overstreet
1
-177
/
+19
2024-03-14
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-06
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-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-12
/
+9
2023-10-23
bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACE
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-4
/
+7
2023-10-23
mean and variance: More tests
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix integer overflow warnings on 32 bit
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: New backtrace utility code
Kent Overstreet
1
-9
/
+35
2023-10-23
bcachefs: Use trylock in bch2_prt_backtrace()
Kent Overstreet
1
-4
/
+2
2023-10-23
bcachefs: Better inlining in bch2_time_stats_update()
Kent Overstreet
1
-14
/
+20
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-2
/
+0
2023-10-23
bcachefs: fix security warning in pr_name_and_units
Daniel B. Hill
1
-1
/
+1
2023-10-23
bcachefs: time stats now uses the mean_and_variance module.
Daniel Hill
1
-39
/
+134
2023-10-23
bcachefs: Print cycle on unrecoverable deadlock
Kent Overstreet
1
-0
/
+20
2023-10-23
bcachefs: bch2_print_string_as_lines()
Kent Overstreet
1
-0
/
+21
2023-10-23
bcachefs: bch2_bkey_packed_to_binary_text()
Kent Overstreet
1
-0
/
+6
2023-10-23
bcachefs: bch2_time_stats_to_text now indents properly
Daniel Hill
1
-8
/
+14
2023-10-23
bcachefs: Improved human readable integer parsing
Kent Overstreet
1
-14
/
+117
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-173
/
+45
2023-10-23
bcachefs: Run btree updates after write out of write_point
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Fix pr_tab_rjust()
Kent Overstreet
1
-2
/
+35
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-3
/
+32
2023-10-23
bcachefs: Convert bch2_pd_controller_print_debug() to a printbuf
Kent Overstreet
1
-30
/
+38
2023-10-23
bcachefs: Add tabstops to printbufs
Kent Overstreet
1
-7
/
+1
2023-10-23
bcachefs: Add .to_text() methods for all superblock sections
Kent Overstreet
1
-0
/
+21
2023-10-23
bcachefs: Kill bch_scnmemcpy()
Kent Overstreet
1
-13
/
+0
2023-10-23
bcachefs: bch2_hprint(): don't print decimal if conversion was exact
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix a pcpu var splat
Kent Overstreet
1
-1
/
+6
2023-10-23
bcachefs: Don't disable preemption unnecessarily
Kent Overstreet
1
-5
/
+1
2023-10-23
bcachefs: Eliminate more PAGE_SIZE uses
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Convert various code to printbuf
Kent Overstreet
1
-14
/
+11
2023-10-23
bcachefs: Make memcpy_to_bio() param const
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
1
-23
/
+8
2023-10-23
bcachefs: fix bch2_flags_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix check for if extent update is allocating
Kent Overstreet
1
-0
/
+25
[next]