summaryrefslogtreecommitdiff
path: root/fs/jbd2/journal.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-22ext4: enable scoped NOFS when starting a handle in nojournal modeTheodore Ts'o1-0/+1
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-116/+8
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+2
2026-06-10jbd2: remove special jbd2 slabsMatthew Wilcox (Oracle)1-119/+6
2026-06-04jbd2: Convert jbd2_write_superblock() to bh_submit()Matthew Wilcox (Oracle)1-3/+1
2026-06-03jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()Junrui Luo1-0/+2
2026-05-27jbd2: replace __get_free_pages() with kmalloc()Mike Rapoport (Microsoft)1-5/+2
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+2
2026-04-09jbd2: store jinode dirty range in PAGE_SIZE unitsLi Chen1-3/+2
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
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 Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
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 Wang1-6/+9
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa1-2/+4
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 Biggers1-4/+4
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi1-3/+4
2025-05-08ext4: rework fast commit commit pathHarshad Shirwadkar1-2/+0
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: 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: remove wrong sb->s_sequence checkJan Kara1-1/+0
2024-12-01jbd2: switch to using the crc32c libraryEric Biggers1-27/+3
2024-11-13jbd2: Fix comment describing journal_init_common()Daniel Martín Gómez1-3/+4
2024-11-12jbd2: make b_frozen_data allocation always succeedZhihao Cheng1-7/+1
2024-08-26jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi1-11/+5
2024-08-26jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi1-1/+1
2024-08-26jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi1-25/+24
2024-08-26jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi1-13/+8
2024-08-26jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi1-2/+4
2024-08-26jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi1-3/+1
2024-08-26jbd2: remove dead check in journal_alloc_journal_headKemeng Shi1-2/+1
2024-08-26jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-08-26ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)1-1/+1
2024-07-08jbd2: increase maximum transaction sizeJan Kara1-1/+1
2024-07-08jbd2: drop pointless shrinker batch initializationJan Kara1-1/+0
2024-07-08jbd2: precompute number of transaction descriptor blocksJan Kara1-15/+46
2024-07-08jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara1-0/+5
2024-07-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-05jbd2: speed up jbd2_transaction_committed()Zhang Yi1-11/+1
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi1-5/+2
2024-06-27jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi1-2/+2
2024-06-27jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+4