index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
Age
Commit message (
Expand
)
Author
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-21
jbd2: add a missing data flush during file and fs synchronization
Zhang Yi
2025-03-18
jbd2: remove jbd2_journal_unfile_buffer()
Baokun Li
2025-03-18
jbd2: fix off-by-one while erasing journal
Zhang Yi
2025-03-18
ext4: remove references to bh->b_page
Matthew Wilcox (Oracle)
2025-03-17
jbd2: remove redundant function jbd2_journal_has_csum_v2or3_feature
Eric Biggers
2025-03-17
jbd2: do not try to recover wiped journal
Jan Kara
2025-03-17
jbd2: remove wrong sb->s_sequence check
Jan Kara
2025-03-13
jbd2: Correct stale comment of release_buffer_page
Kemeng Shi
2025-03-13
jbd2: correct stale function name in comment
Kemeng Shi
2025-03-13
jbd2: remove stale comment of update_t_max_wait
Kemeng Shi
2025-03-13
jbd2: remove unused return value of do_readahead
Kemeng Shi
2025-03-13
jbd2: remove unused return value of jbd2_journal_cancel_revoke
Kemeng Shi
2025-03-13
jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR
Baokun Li
2025-02-13
jbd2: Avoid long replay times due to high number or revoke blocks
Jan Kara
2025-02-10
jbd2: remove unused transaction->t_private_list
Kemeng Shi
2025-01-22
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2024-12-04
jbd2: flush filesystem device before updating tail sequence
Zhang Yi
2024-12-04
jbd2: increase IO priority for writing revoke records
Zhang Yi
2024-12-01
jbd2: switch to using the crc32c library
Eric Biggers
2024-11-13
jbd2: Fix comment describing journal_init_common()
Daniel Martín Gómez
2024-11-12
jbd2: make b_frozen_data allocation always succeed
Zhihao Cheng
2024-11-12
jbd2: remove the 'success' parameter from the jbd2_do_replay() function
Ye Bin
2024-11-12
jbd2: remove useless 'block_error' variable
Ye Bin
2024-11-12
jbd2: factor out jbd2_do_replay()
Ye Bin
2024-11-12
jbd2: refactor JBD2_COMMIT_BLOCK process in do_one_pass()
Ye Bin
2024-11-12
jbd2: unified release of buffer_head in do_one_pass()
Ye Bin
2024-11-12
jbd2: remove redundant judgments for check v1 checksum
Ye Bin
2024-08-26
jbd2: remove unneeded check of ret in jbd2_fc_get_buf
Kemeng Shi
2024-08-26
jbd2: correct comment jbd2_mark_journal_empty
Kemeng Shi
2024-08-26
jbd2: move escape handle to futher improve jbd2_journal_write_metadata_buffer
Kemeng Shi
2024-08-26
jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...
Kemeng Shi
2024-08-26
jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...
Kemeng Shi
2024-08-26
jbd2: remove unused return value of jbd2_fc_release_bufs
Kemeng Shi
2024-08-26
jbd2: remove dead check in journal_alloc_journal_head
Kemeng Shi
2024-08-26
jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
Kemeng Shi
2024-08-26
ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
Luis Henriques (SUSE)
2024-08-26
ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
Luis Henriques (SUSE)
2024-08-26
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Baokun Li
2024-08-26
ext4: fix fast commit inode enqueueing during a full journal commit
Luis Henriques (SUSE)
2024-07-08
jbd2: increase maximum transaction size
Jan Kara
2024-07-08
jbd2: drop pointless shrinker batch initialization
Jan Kara
2024-07-08
jbd2: avoid infinite transaction commit loop
Jan Kara
2024-07-08
jbd2: precompute number of transaction descriptor blocks
Jan Kara
2024-07-08
jbd2: make jbd2_journal_get_max_txn_bufs() internal
Jan Kara
2024-07-08
jbd2: avoid mount failed when commit block is partial submitted
Ye Bin
2024-07-05
jbd2: add missing MODULE_DESCRIPTION()
Jeff Johnson
2024-07-05
jbd2: speed up jbd2_transaction_committed()
Zhang Yi
2024-06-27
jbd2: remove unnecessary "should_sleep" in kjournald2
Kemeng Shi
2024-06-27
jbd2: remove dead check of JBD2_UNMOUNT in kjournald2
Kemeng Shi
[next]