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
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-29
bcachefs: Extra kthread_should_stop() calls for copygc
Kent Overstreet
2
-4
/
+10
2023-11-29
bcachefs: Convert gc_alloc_start() to for_each_btree_key2()
Kent Overstreet
1
-4
/
+5
2023-11-29
bcachefs: Fix race between btree writes and metadata drop
Kent Overstreet
1
-0
/
+4
2023-11-29
bcachefs: move journal seq assertion
Kent Overstreet
2
-3
/
+3
2023-11-29
bcachefs: -EROFS doesn't count as move_extent_start_fail
Kent Overstreet
1
-0
/
+4
2023-11-29
bcachefs: trace_move_extent_start_fail() now includes errcode
Kent Overstreet
3
-17
/
+14
2023-11-29
bcachefs: Fix split_race livelock
Kent Overstreet
1
-1
/
+5
2023-11-29
bcachefs: Fix bucket data type for stripe buckets
Kent Overstreet
1
-2
/
+6
2023-11-29
bcachefs: Add missing validation for jset_entry_data_usage
Kent Overstreet
4
-31
/
+53
2023-11-29
bcachefs: Fix zstd compress workspace size
Kent Overstreet
2
-7
/
+11
2023-11-26
bcachefs: bpos is misaligned on big endian
Kent Overstreet
1
-1
/
+5
2023-11-26
bcachefs: Fix ec + durability calculation
Kent Overstreet
1
-18
/
+12
2023-11-26
bcachefs: Data update path won't accidentaly grow replicas
Kent Overstreet
5
-67
/
+96
2023-11-24
bcachefs: deallocate_extra_replicas()
Kent Overstreet
1
-0
/
+27
2023-11-24
bcachefs: Proper refcounting for journal_keys
Kent Overstreet
6
-11
/
+42
2023-11-24
bcachefs: preserve device path as device name
Brian Foster
3
-2
/
+7
2023-11-24
bcachefs: Fix an endianness conversion
Kent Overstreet
1
-1
/
+1
2023-11-24
bcachefs: Start gc, copygc, rebalance threads after initing writes ref
Kent Overstreet
1
-12
/
+16
2023-11-24
bcachefs: Don't stop copygc thread on device resize
Kent Overstreet
1
-2
/
+0
2023-11-24
bcachefs: Make sure bch2_move_ratelimit() also waits for move_ops
Kent Overstreet
2
-13
/
+23
2023-11-24
bcachefs: bch2_moving_ctxt_flush_all()
Kent Overstreet
1
-5
/
+11
2023-11-24
bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig option
Kent Overstreet
2
-0
/
+15
2023-11-24
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
7
-29
/
+26
2023-11-17
bcachefs: Fix missing locking for dentry->d_parent access
Kent Overstreet
1
-0
/
+9
2023-11-15
bcachefs: six locks: Fix lost wakeup
Kent Overstreet
1
-2
/
+5
2023-11-15
bcachefs: Fix no_data_io mode checksum check
Kent Overstreet
1
-1
/
+1
2023-11-15
bcachefs: Fix bch2_check_nlinks() for snapshots
Kent Overstreet
1
-1
/
+1
2023-11-15
bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=y
Kent Overstreet
1
-4
/
+0
2023-11-15
bcachefs: Disable debug log statements
Kent Overstreet
1
-0
/
+7
2023-11-15
bcachefs: Fix missing transaction commit
Kent Overstreet
1
-2
/
+4
2023-11-15
bcachefs: Fix error path in bch2_mount()
Kent Overstreet
1
-7
/
+1
2023-11-15
bcachefs: Fix potential sleeping during mount
Daniel J Blueman
1
-0
/
+2
2023-11-15
bcachefs: Fix iterator leak in may_delete_deleted_inode()
Kent Overstreet
1
-1
/
+1
2023-11-15
bcachefs: Kill journal pre-reservations
Kent Overstreet
11
-275
/
+19
2023-11-14
bcachefs: Check for nonce offset inconsistency in data_update path
Kent Overstreet
1
-0
/
+28
2023-11-14
bcachefs: Make sure to drop/retake btree locks before reclaim
Kent Overstreet
1
-6
/
+42
2023-11-14
bcachefs: btree_trans->write_locked
Kent Overstreet
2
-36
/
+50
2023-11-14
bcachefs: Run btree key cache shrinker less aggressively
Kent Overstreet
2
-4
/
+23
2023-11-14
bcachefs: Split out btree_key_cache_types.h
Kent Overstreet
2
-26
/
+31
2023-11-14
bcachefs: Guard against insufficient devices to create stripes
Kent Overstreet
1
-2
/
+14
2023-11-14
bcachefs: Fix null ptr deref in bch2_backpointer_get_node()
Kent Overstreet
1
-5
/
+5
2023-11-14
bcachefs: Fix multiple -Warray-bounds warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-11-14
bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...
Gustavo A. R. Silva
1
-1
/
+1
2023-11-14
bcachefs: Use correct fgf_t type as function argument
Kent Overstreet
2
-2
/
+2
2023-11-14
bcachefs: make bch2_target_to_text_sb static
Jiapeng Chong
1
-1
/
+1
2023-11-07
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
107
-2291
/
+3966
2023-11-05
bcachefs: Improve stripe checksum error message
Kent Overstreet
1
-8
/
+13
2023-11-05
bcachefs: Simplify, fix bch2_backpointer_get_key()
Kent Overstreet
1
-44
/
+33
2023-11-05
bcachefs: kill thing_it_points_to arg to backpointer_not_found()
Kent Overstreet
1
-7
/
+6
2023-11-05
bcachefs: bch2_ec_read_extent() now takes btree_trans
Kent Overstreet
3
-9
/
+5
[next]