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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Dump journal state when the journal deadlocks
Kent Overstreet
1
-2
/
+11
2023-10-23
bcachefs: Dont' use percpu btree_iter buf in userspace
Kent Overstreet
1
-3
/
+11
2023-10-23
bcachefs: Set preallocated transaction mem to avoid restarts
Kent Overstreet
3
-11
/
+19
2023-10-23
bcachefs: Convert tracepoints to use %ps, not %pf
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix journal entry repair code
Kent Overstreet
1
-16
/
+32
2023-10-23
bcachefs: Add a shrinker for the btree key cache
Kent Overstreet
2
-5
/
+90
2023-10-23
bcachefs: Take a SRCU lock in btree transactions
Kent Overstreet
4
-1
/
+12
2023-10-23
bcachefs: Check for errors from register_shrinker()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Assorted journal refactoring
Kent Overstreet
4
-68
/
+67
2023-10-23
bcachefs: Delete dead journalling code
Kent Overstreet
3
-118
/
+1
2023-10-23
bcachefs: Improve journal error messages
Kent Overstreet
1
-7
/
+14
2023-10-23
bcachefs: Be more careful in bch2_bkey_to_text()
Kent Overstreet
1
-5
/
+13
2023-10-23
bcachefs: Inode delete doesn't need to flush key cache anymore
Kent Overstreet
1
-9
/
+2
2023-10-23
bcachefs: Fix a btree transaction iter overflow
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Fix a 64 bit divide
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Improve journal entry validate code
Kent Overstreet
1
-17
/
+16
2023-10-23
bcachefs: Deadlock prevention for ei_pagecache_lock
Kent Overstreet
3
-2
/
+72
2023-10-23
bcachefs: Hack around bch2_varint_decode invalid reads
Kent Overstreet
2
-0
/
+6
2023-10-23
bcachefs: Fix missing memalloc_nofs_restore()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix btree key cache shutdown
Kent Overstreet
2
-0
/
+4
2023-10-23
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
8
-15
/
+69
2023-10-23
bcachefs: Fix btree iterator leak
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Inline make_bfloat() into __build_ro_aux_tree()
Kent Overstreet
1
-48
/
+46
2023-10-23
bcachefs: use a radix tree for inum bitmap in fsck
Kent Overstreet
1
-26
/
+13
2023-10-23
bcachefs: New varints
Kent Overstreet
10
-74
/
+210
2023-10-23
bcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=n
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
7
-59
/
+18
2023-10-23
bcachefs: More inlinining in the btree key cache code
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Fix spurious transaction restarts
Kent Overstreet
2
-15
/
+26
2023-10-23
bcachefs: Add a single slot percpu buf for btree iters
Kent Overstreet
3
-27
/
+59
2023-10-23
bcachefs: Use attach_page_private and detach_page_private
Matthew Wilcox (Oracle)
1
-25
/
+4
2023-10-23
bcachefs: Remove page_state_init_for_read
Matthew Wilcox (Oracle)
1
-6
/
+0
2023-10-23
bcachefs: Build fixes for 32bit x86
Kent Overstreet
3
-3
/
+8
2023-10-23
bcachefs: Improved inode create optimization
Kent Overstreet
3
-99
/
+54
2023-10-23
bcachefs: Report inode counts via statfs
Kent Overstreet
1
-2
/
+8
2023-10-23
bcachefs: add const annotations to bset.c
Kent Overstreet
2
-10
/
+10
2023-10-23
bcachefs: Don't embed btree iters in btree_trans
Kent Overstreet
2
-14
/
+3
2023-10-23
bcachefs: Split out debug_check_btree_accounting
Kent Overstreet
2
-1
/
+3
2023-10-23
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
15
-109
/
+50
2023-10-23
bcachefs: Minor journal reclaim improvement
Kent Overstreet
2
-40
/
+50
2023-10-23
bcachefs: Inode create optimization
Kent Overstreet
5
-50
/
+101
2023-10-23
bcachefs: Improve check for when bios are physically contiguous
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix spurious transaction restarts
Kent Overstreet
2
-0
/
+6
2023-10-23
bcachefs: Improve tracing for transaction restarts
Kent Overstreet
6
-38
/
+98
2023-10-23
bcachefs: Fix stack corruption
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Use cached iterators for inode updates
Kent Overstreet
3
-45
/
+72
2023-10-23
bcachefs: fiemap fixes
Kent Overstreet
1
-10
/
+13
2023-10-23
bcachefs: Fix btree updates when mixing cached and non cached iterators
Kent Overstreet
4
-7
/
+15
2023-10-23
bcachefs: Add mode to bch2_inode_to_text
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Always write a journal entry when stopping journal
Kent Overstreet
1
-3
/
+5
[next]