aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2
AgeCommit message (Expand)AuthorFilesLines
5 hoursMerge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...HEADmasterLinus Torvalds3-127/+22
4 daysMerge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+3
8 daysjbd2: remove special jbd2 slabsMatthew Wilcox (Oracle)3-128/+13
2026-06-04jbd2: Convert jbd2_write_superblock() to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-04jbd2: Convert journal commit to bh_submit()Matthew Wilcox (Oracle)1-6/+7
2026-06-03jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()Junrui Luo1-0/+2
2026-06-03jbd2: check for aborted handle in jbd2_journal_dirty_metadata()Deepanshu Kartikey1-2/+7
2026-05-27jbd2: replace __get_free_pages() with kmalloc()Mike Rapoport (Microsoft)1-5/+2
2026-05-27fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()Agatha Isabelle Moreira1-3/+1
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-55/+155
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2026-04-09jbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi1-3/+5
2026-04-09jbd2: store jinode dirty range in PAGE_SIZE unitsLi Chen3-23/+58
2026-04-09jbd2: gracefully abort on transaction state corruptionsMilos Nikic1-28/+86
2026-04-09jbd2: gracefully abort instead of panicking on unlocked bufferMilos Nikic1-1/+6
2026-03-27jbd2: gracefully abort on checkpointing state corruptionsMilos Nikic1-2/+13
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton2-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-7/+6
2025-11-26jbd2: fix the inconsistency between checksum and data in memory for journal sbYe Bin1-0/+14
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang3-9/+13
2025-11-26jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...Ye Bin1-5/+14
2025-11-13jbd2: use a weaker annotation in journal handlingByungchul Park1-1/+1
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa1-2/+4
2025-10-10jbd2: ensure that all ongoing I/O complete before freeing blocksZhang Yi1-4/+9
2025-09-25jbd2: increase IO priority of checkpointJulian Sun1-1/+1
2025-08-13jbd2: prevent softlockup in jbd2_log_do_checkpoint()Baokun Li1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-20jbd2: remove journal_t argument from jbd2_superblock_csum()Eric Biggers1-3/+3
2025-05-20jbd2: remove journal_t argument from jbd2_chksum()Eric Biggers3-12/+12
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi1-3/+4
2025-05-20jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()Jeongjun Park1-2/+3
2025-05-08ext4: rework fast commit commit pathHarshad Shirwadkar1-2/+0
2025-04-22fs/jbd2: use sleeping version of __find_get_block()Davidlohr Bueso1-6/+9
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-21jbd2: add a missing data flush during file and fs synchronizationZhang Yi1-1/+11
2025-03-18jbd2: remove jbd2_journal_unfile_buffer()Baokun Li1-15/+0
2025-03-18jbd2: fix off-by-one while erasing journalZhang Yi1-9/+6
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers1-2/+2
2025-03-17jbd2: do not try to recover wiped journalJan Kara1-5/+6
2025-03-17jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-03-13jbd2: Correct stale comment of release_buffer_pageKemeng Shi1-2/+2
2025-03-13jbd2: correct stale function name in commentKemeng Shi2-5/+5
2025-03-13jbd2: remove stale comment of update_t_max_waitKemeng Shi1-3/+0
2025-03-13jbd2: remove unused return value of do_readaheadKemeng Shi1-8/+3
2025-03-13jbd2: remove unused return value of jbd2_journal_cancel_revokeKemeng Shi1-4/+1
2025-03-13jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERRBaokun Li1-4/+2
2025-02-13jbd2: Avoid long replay times due to high number or revoke blocksJan Kara2-14/+52