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: Check for errors in bch2_journal_reclaim()
Kent Overstreet
3
-10
/
+19
2023-10-23
bcachefs: Flag inodes that had btree update errors
Kent Overstreet
3
-2
/
+19
2023-10-23
bcachefs: Improve some IO error messages
Kent Overstreet
8
-52
/
+86
2023-10-23
bcachefs: Refactor filesystem usage accounting
Kent Overstreet
7
-29
/
+42
2023-10-23
bcachefs: Fix spurious alloc errors on forced shutdown
Kent Overstreet
1
-1
/
+14
2023-10-23
bcachefs: Fix some spurious gcc warnings
Kent Overstreet
2
-2
/
+2
2023-10-23
bcachefs: Fix journal_flush_seq()
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: bch2_trans_get_iter() no longer returns errors
Kent Overstreet
12
-222
/
+46
2023-10-23
bcachefs: Add error handling to unit & perf tests
Kent Overstreet
3
-88
/
+170
2023-10-23
bcachefs: Journal pin refactoring
Kent Overstreet
2
-67
/
+25
2023-10-23
bcachefs: Fix for fsck spuriously finding duplicate extents
Kent Overstreet
1
-1
/
+5
2023-10-23
bcachefs: Use BTREE_ITER_PREFETCH in journal+btree iter
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Ensure we always have a journal pin in interior update path
Kent Overstreet
1
-10
/
+6
2023-10-23
bcachefs: Change a BUG_ON() to a fatal error
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: Fix error in filesystem initialization
Kent Overstreet
2
-2
/
+10
2023-10-23
bcachefs: Fix journal reclaim spinning in recovery
Kent Overstreet
2
-0
/
+6
2023-10-23
bcachefs: Fix for __readahead_batch getting partial batch
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Optimize bch2_journal_flush_seq_async()
Kent Overstreet
1
-1
/
+9
2023-10-23
bcachefs: Delete dead code
Kent Overstreet
2
-4
/
+0
2023-10-23
bcachefs: bch2_btree_delete_range_trans()
Kent Overstreet
3
-48
/
+42
2023-10-23
bcachefs: Don't use bkey cache for inode update in fsck
Kent Overstreet
4
-7
/
+13
2023-10-23
bcachefs: Fix an rcu splat
Kent Overstreet
1
-5
/
+8
2023-10-23
bcachefs: Move journal reclaim to a kthread
Kent Overstreet
13
-35
/
+122
2023-10-23
bcachefs: Throttle updates when btree key cache is too dirty
Kent Overstreet
4
-1
/
+35
2023-10-23
bcachefs: Journal reclaim requires memalloc_noreclaim_save()
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: Simplify transaction commit error path
Kent Overstreet
2
-16
/
+0
2023-10-23
bcachefs: Ensure journal reclaim runs when btree key cache is too dirty
Kent Overstreet
4
-16
/
+113
2023-10-23
bcachefs: Improve btree key cache shrinker
Kent Overstreet
2
-50
/
+49
2023-10-23
bcachefs: More debug code improvements
Kent Overstreet
1
-2
/
+17
2023-10-23
bcachefs: Add a kmem_cache for btree_key_cache objects
Kent Overstreet
3
-5
/
+30
2023-10-23
bcachefs: Be more precise with journal error reporting
Kent Overstreet
3
-41
/
+49
2023-10-23
bcachefs: Add btree cache stats to sysfs
Kent Overstreet
3
-0
/
+14
2023-10-23
bcachefs: Add an ioctl for resizing journal on a device
Kent Overstreet
3
-1
/
+46
2023-10-23
bcachefs: Add more debug checks
Kent Overstreet
2
-2
/
+19
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
[next]