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
/
jbd2
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-20
jbd2: remove journal_t argument from jbd2_superblock_csum()
Eric Biggers
1
-3
/
+3
2025-05-20
jbd2: remove journal_t argument from jbd2_chksum()
Eric Biggers
3
-12
/
+12
2025-05-20
ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio
Zhang Yi
1
-3
/
+4
2025-05-20
jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
Jeongjun Park
1
-2
/
+3
2025-05-09
ext4: rework fast commit commit path
Harshad Shirwadkar
1
-2
/
+0
2025-04-22
fs/jbd2: use sleeping version of __find_get_block()
Davidlohr Bueso
1
-6
/
+9
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-21
jbd2: add a missing data flush during file and fs synchronization
Zhang Yi
1
-1
/
+11
2025-03-18
jbd2: remove jbd2_journal_unfile_buffer()
Baokun Li
1
-15
/
+0
2025-03-18
jbd2: fix off-by-one while erasing journal
Zhang Yi
1
-9
/
+6
2025-03-18
ext4: remove references to bh->b_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-17
jbd2: remove redundant function jbd2_journal_has_csum_v2or3_feature
Eric Biggers
1
-2
/
+2
2025-03-17
jbd2: do not try to recover wiped journal
Jan Kara
1
-5
/
+6
2025-03-17
jbd2: remove wrong sb->s_sequence check
Jan Kara
1
-1
/
+0
2025-03-13
jbd2: Correct stale comment of release_buffer_page
Kemeng Shi
1
-2
/
+2
2025-03-13
jbd2: correct stale function name in comment
Kemeng Shi
2
-5
/
+5
2025-03-13
jbd2: remove stale comment of update_t_max_wait
Kemeng Shi
1
-3
/
+0
2025-03-13
jbd2: remove unused return value of do_readahead
Kemeng Shi
1
-8
/
+3
2025-03-13
jbd2: remove unused return value of jbd2_journal_cancel_revoke
Kemeng Shi
1
-4
/
+1
2025-03-13
jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR
Baokun Li
1
-4
/
+2
2025-02-13
jbd2: Avoid long replay times due to high number or revoke blocks
Jan Kara
2
-14
/
+52
2025-02-10
jbd2: remove unused transaction->t_private_list
Kemeng Shi
1
-1
/
+0
2025-01-23
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2
-29
/
+3
2024-12-04
jbd2: flush filesystem device before updating tail sequence
Zhang Yi
1
-2
/
+2
2024-12-04
jbd2: increase IO priority for writing revoke records
Zhang Yi
1
-1
/
+1
2024-12-02
jbd2: switch to using the crc32c library
Eric Biggers
2
-29
/
+3
2024-11-13
jbd2: Fix comment describing journal_init_common()
Daniel Martín Gómez
1
-3
/
+4
2024-11-13
jbd2: make b_frozen_data allocation always succeed
Zhihao Cheng
2
-11
/
+1
2024-11-13
jbd2: remove the 'success' parameter from the jbd2_do_replay() function
Ye Bin
1
-9
/
+12
2024-11-13
jbd2: remove useless 'block_error' variable
Ye Bin
1
-7
/
+2
2024-11-13
jbd2: factor out jbd2_do_replay()
Ye Bin
1
-109
/
+110
2024-11-13
jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()
Ye Bin
1
-26
/
+29
2024-11-13
jbd2: unified release of buffer_head in do_one_pass()
Ye Bin
1
-25
/
+9
2024-11-13
jbd2: remove redundant judgments for check v1 checksum
Ye Bin
1
-1
/
+0
2024-08-27
jbd2: remove unneeded check of ret in jbd2_fc_get_buf
Kemeng Shi
1
-11
/
+5
2024-08-27
jbd2: correct comment jbd2_mark_journal_empty
Kemeng Shi
1
-1
/
+1
2024-08-27
jbd2: move escape handle to futher improve jbd2_journal_write_metadata_buffer
Kemeng Shi
1
-25
/
+24
2024-08-27
jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...
Kemeng Shi
1
-13
/
+8
2024-08-27
jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...
Kemeng Shi
1
-2
/
+4
2024-08-27
jbd2: remove unused return value of jbd2_fc_release_bufs
Kemeng Shi
1
-3
/
+1
2024-08-27
jbd2: remove dead check in journal_alloc_journal_head
Kemeng Shi
1
-2
/
+1
2024-08-27
jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
Kemeng Shi
1
-1
/
+1
2024-08-27
ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
Luis Henriques (SUSE)
1
-2
/
+5
2024-08-27
ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
Luis Henriques (SUSE)
1
-2
/
+5
2024-08-27
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Baokun Li
1
-2
/
+5
2024-08-27
ext4: fix fast commit inode enqueueing during a full journal commit
Luis Henriques (SUSE)
1
-1
/
+1
2024-07-09
jbd2: increase maximum transaction size
Jan Kara
1
-1
/
+1
2024-07-09
jbd2: drop pointless shrinker batch initialization
Jan Kara
1
-1
/
+0
2024-07-09
jbd2: avoid infinite transaction commit loop
Jan Kara
1
-7
/
+14
[next]