index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
Age
Commit message (
Expand
)
Author
2026-06-18
Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-06-10
jbd2: remove special jbd2 slabs
Matthew Wilcox (Oracle)
2026-06-04
jbd2: Convert jbd2_write_superblock() to bh_submit()
Matthew Wilcox (Oracle)
2026-06-04
jbd2: Convert journal commit to bh_submit()
Matthew Wilcox (Oracle)
2026-06-03
jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()
Junrui Luo
2026-06-03
jbd2: check for aborted handle in jbd2_journal_dirty_metadata()
Deepanshu Kartikey
2026-05-27
jbd2: replace __get_free_pages() with kmalloc()
Mike Rapoport (Microsoft)
2026-05-27
fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()
Agatha Isabelle Moreira
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-09
jbd2: fix deadlock in jbd2_journal_cancel_revoke()
Zhang Yi
2026-04-09
jbd2: store jinode dirty range in PAGE_SIZE units
Li Chen
2026-04-09
jbd2: gracefully abort on transaction state corruptions
Milos Nikic
2026-04-09
jbd2: gracefully abort instead of panicking on unlocked buffer
Milos Nikic
2026-03-27
jbd2: gracefully abort on checkpointing state corruptions
Milos Nikic
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-26
jbd2: fix the inconsistency between checksum and data in memory for journal sb
Ye Bin
2025-11-26
jbd2: store more accurate errno in superblock when possible
Wengang Wang
2025-11-26
jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...
Ye Bin
2025-11-13
jbd2: use a weaker annotation in journal handling
Byungchul Park
2025-11-13
jbd2: use a per-journal lock_class_key for jbd2_trans_commit_key
Tetsuo Handa
2025-10-10
jbd2: ensure that all ongoing I/O complete before freeing blocks
Zhang Yi
2025-09-25
jbd2: increase IO priority of checkpoint
Julian Sun
2025-08-13
jbd2: prevent softlockup in jbd2_log_do_checkpoint()
Baokun Li
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-20
jbd2: remove journal_t argument from jbd2_superblock_csum()
Eric Biggers
2025-05-20
jbd2: remove journal_t argument from jbd2_chksum()
Eric Biggers
2025-05-20
ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio
Zhang Yi
2025-05-20
jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
Jeongjun Park
2025-05-08
ext4: rework fast commit commit path
Harshad Shirwadkar
2025-04-22
fs/jbd2: use sleeping version of __find_get_block()
Davidlohr Bueso
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
[next]