index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
/
transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-26
jbd2: store more accurate errno in superblock when possible
Wengang Wang
1
-2
/
+3
2025-11-26
jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...
Ye Bin
1
-5
/
+14
2025-11-13
jbd2: use a weaker annotation in journal handling
Byungchul Park
1
-1
/
+1
2025-10-10
jbd2: ensure that all ongoing I/O complete before freeing blocks
Zhang Yi
1
-4
/
+9
2025-05-20
jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
Jeongjun Park
1
-2
/
+3
2025-03-18
jbd2: remove jbd2_journal_unfile_buffer()
Baokun Li
1
-15
/
+0
2025-03-13
jbd2: correct stale function name in comment
Kemeng Shi
1
-1
/
+1
2025-03-13
jbd2: remove stale comment of update_t_max_wait
Kemeng Shi
1
-3
/
+0
2025-02-10
jbd2: remove unused transaction->t_private_list
Kemeng Shi
1
-1
/
+0
2024-07-08
jbd2: avoid infinite transaction commit loop
Jan Kara
1
-7
/
+14
2024-07-08
jbd2: precompute number of transaction descriptor blocks
Jan Kara
1
-23
/
+1
2024-01-04
jbd2: abort journal when detecting metadata writeback error of fs dev
Zhihao Cheng
1
-0
/
+14
2023-09-07
jbd2: Remove page size assumptions
Ritesh Harjani (IBM)
1
-8
/
+4
2023-07-10
jbd2: remove __journal_try_to_free_buffer()
Zhang Yi
1
-24
/
+7
2023-07-10
jbd2: fix a race when checking checkpoint buffer busy
Zhang Yi
1
-12
/
+5
2023-04-14
jdb2: Don't refuse invalidation of already invalidated buffers
Jan Kara
1
-0
/
+3
2023-02-19
jbd2: fix data missing when reusing bh which is ready to be checkpointed
Zhihao Cheng
1
-21
/
+29
2022-09-30
jbd2: wake up journal waiters in FIFO order, not LIFO
Andrew Perepechko
1
-3
/
+3
2022-08-02
jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted
Zhihao Cheng
1
-2
/
+12
2022-08-02
jbd2: rename jbd_debug() to jbd2_debug()
Jan Kara
1
-13
/
+13
2022-06-16
fs: fix jbd2_journal_try_to_free_buffers() kernel-doc comment
Yang Li
1
-1
/
+1
2022-05-09
fs: Change try_to_free_buffers() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-05-09
jbd2: Convert jbd2_journal_try_to_free_buffers to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-16
/
+15
2022-03-15
ext4: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-16
/
+15
2022-02-25
jbd2: remove CONFIG_JBD2_DEBUG to update t_max_wait
Ritesh Harjani
1
-4
/
+3
2022-02-25
jbd2: kill t_handle_lock transaction spinlock
Ritesh Harjani
1
-19
/
+9
2022-02-25
jbd2: fix use-after-free of transaction_t race
Ritesh Harjani
1
-16
/
+25
2022-02-03
jbd2: refactor wait logic for transaction updates into a common function
Ritesh Harjani
1
-21
/
+32
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
1
-1
/
+1
2021-08-30
jbd2: add sparse annotations for add_transaction_credits()
Theodore Ts'o
1
-1
/
+18
2021-06-24
jbd2: don't abort the journal when freeing buffers
Zhang Yi
1
-17
/
+0
2021-04-09
ext4: annotate data race in jbd2_journal_dirty_metadata()
Jan Kara
1
-4
/
+4
2021-04-09
ext4: annotate data race in start_this_handle()
Jan Kara
1
-1
/
+6
2020-11-19
jbd2: fix kernel-doc markups
Mauro Carvalho Chehab
1
-15
/
+16
2020-11-07
jbd2: fix up sparse warnings in checkpoint code
Theodore Ts'o
1
-1
/
+3
2020-08-07
jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()
zhangyi (F)
1
-6
/
+1
2020-08-07
jbd2: abort journal if free a async write error metadata buffer
zhangyi (F)
1
-0
/
+16
2020-08-06
jbd2: make sure jh have b_transaction set in refile/unfile_buffer
Lukas Czerner
1
-0
/
+10
2020-06-03
jbd2: avoid leaking transaction credits when unreserving handle
Jan Kara
1
-3
/
+11
2020-02-29
jbd2: fix data races at struct journal_head
Qian Cai
1
-4
/
+4
2020-02-21
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
1
-2
/
+6
2020-02-13
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
zhangyi (F)
1
-4
/
+6
2020-01-25
ext4,jbd2: fix comment and code style
Shijie Luo
1
-1
/
+1
2020-01-25
jbd2: delete the duplicated words in the comments
wangyan
1
-1
/
+1
2019-11-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-183
/
+217
2019-11-05
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
1
-107
/
+149
2019-11-05
jbd2: Fine tune estimate of necessary descriptor blocks
Jan Kara
1
-5
/
+16
2019-11-05
jbd2: Provide trace event for handle restarts
Jan Kara
1
-1
/
+7
2019-11-05
jbd2: Make credit checking more strict
Jan Kara
1
-1
/
+1
[next]