index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2025-06-16
bcachefs: trace_extent_trim_atomic
Kent Overstreet
2
-1
/
+17
2025-06-12
bcachefs: Don't trace should_be_locked unless changing
Kent Overstreet
1
-2
/
+4
2025-06-12
bcachefs: Ensure that snapshot creation propagates has_case_insensitive
Kent Overstreet
1
-0
/
+10
2025-06-12
bcachefs: Print devices we're mounting on multi device filesystems
Kent Overstreet
1
-6
/
+14
2025-06-12
bcachefs: Don't trust sb->nr_devices in members_to_text()
Kent Overstreet
1
-4
/
+30
2025-06-12
bcachefs: Fix version checks in validate_bset()
Kent Overstreet
1
-5
/
+11
2025-06-12
bcachefs: ioctl: avoid stack overflow warning
Arnd Bergmann
1
-2
/
+2
2025-06-12
bcachefs: Don't pass trans to fsck_err() in gc_accounting_done
Kent Overstreet
1
-1
/
+3
2025-06-12
bcachefs: Fix leak in bch2_fs_recovery() error path
Kent Overstreet
1
-4
/
+4
2025-06-12
bcachefs: Fix rcu_pending for PREEMPT_RT
Kent Overstreet
1
-11
/
+11
2025-06-12
bcachefs: Fix downgrade_table_extra()
Kent Overstreet
1
-1
/
+4
2025-06-12
bcachefs: Don't put rhashtable on stack
Kent Overstreet
1
-9
/
+13
2025-06-12
bcachefs: Make sure opts.read_only gets propagated back to VFS
Kent Overstreet
2
-1
/
+11
2025-06-12
bcachefs: Fix possible console lock involved deadlock
Alan Huang
6
-20
/
+8
2025-06-12
bcachefs: mark more errors autofix
Kent Overstreet
1
-4
/
+4
2025-06-12
bcachefs: Don't persistently run scan_for_btree_nodes
Kent Overstreet
2
-3
/
+13
2025-06-12
bcachefs: Read error message now prints if self healing
Kent Overstreet
2
-2
/
+10
2025-06-12
bcachefs: Only run 'increase_depth' for keys from btree node csan
Kent Overstreet
1
-1
/
+12
2025-06-12
bcachefs: Mark need_discard_freespace_key_bad autofix
Kent Overstreet
1
-1
/
+1
2025-06-12
bcachefs: Update /dev/disk/by-uuid on device add
Kent Overstreet
1
-0
/
+16
2025-06-12
bcachefs: Add more flags to btree nodes for rewrite reason
Kent Overstreet
4
-6
/
+48
2025-06-12
bcachefs: Add range being updated to btree_update_to_text()
Kent Overstreet
2
-2
/
+31
2025-06-12
bcachefs: Log fsck errors in the journal
Kent Overstreet
1
-0
/
+3
2025-06-12
bcachefs: Add missing restart handling to check_topology()
Kent Overstreet
1
-35
/
+60
2025-06-05
Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefs
Linus Torvalds
98
-1757
/
+2323
2025-06-04
bcachefs: add cond_resched() to handle_overwrites()
Kent Overstreet
1
-0
/
+2
2025-06-04
bcachefs: Make journal read log message a bit quieter
Kent Overstreet
1
-5
/
+5
2025-06-04
bcachefs: Fix subvol to missing root repair
Kent Overstreet
1
-4
/
+14
2025-06-04
bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()
Kent Overstreet
4
-19
/
+62
2025-06-04
bcachefs: delete dead code from may_delete_deleted_inode()
Kent Overstreet
1
-12
/
+3
2025-06-04
bcachefs: Add flags to subvolume_to_text()
Kent Overstreet
1
-0
/
+7
2025-06-04
bcachefs: Fix oops in btree_node_seq_matches()
Kent Overstreet
1
-2
/
+21
2025-06-04
bcachefs: Fix dirent_casefold_mismatch repair
Kent Overstreet
5
-118
/
+162
2025-06-04
bcachefs: Fix bch2_fsck_rename_dirent() for casefold
Kent Overstreet
3
-13
/
+25
2025-06-04
bcachefs: Redo bch2_dirent_init_name()
Kent Overstreet
2
-70
/
+66
2025-06-04
bcachefs: Fix -Wc23-extensions in bch2_check_dirents()
Nathan Chancellor
1
-1
/
+2
2025-06-02
bcachefs: Run check_dirents second time if required
Kent Overstreet
4
-27
/
+49
2025-06-02
bcachefs: Run snapshot deletion out of system_long_wq
Kent Overstreet
1
-1
/
+1
2025-06-02
bcachefs: Make check_key_has_snapshot safer
Kent Overstreet
2
-22
/
+37
2025-06-02
bcachefs: BCH_RECOVERY_PASS_NO_RATELIMIT
Kent Overstreet
5
-13
/
+53
2025-06-02
bcachefs: bch2_require_recovery_pass()
Kent Overstreet
3
-2
/
+37
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
60
-405
/
+459
2025-06-02
bcachefs: Repair code for directory i_size
Kent Overstreet
2
-1
/
+10
2025-06-02
bcachefs: Kill un-reverted directory i_size code
Kent Overstreet
3
-14
/
+6
2025-06-02
bcachefs: Delete redundant fsck_err()
Kent Overstreet
2
-18
/
+0
2025-06-02
bcachefs: Convert BUG() to error
Kent Overstreet
1
-1
/
+2
2025-06-01
bcachefs: Add better logging to fsck_rename_dirent()
Kent Overstreet
1
-3
/
+8
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
41
-525
/
+344
2025-06-01
bcachefs: CLASS(btree_trans)
Kent Overstreet
1
-10
/
+21
2025-06-01
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+1
[prev]
[next]