index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jbd2
Commit message (
Expand
)
Author
Age
Files
Lines
*
jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
OGAWA Hirofumi
2016-05-01
1
-5
/
+12
*
jbd2: Fix unreclaimed pages after truncate in data=journal mode
Jan Kara
2015-12-30
1
-0
/
+2
*
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2015-11-27
1
-1
/
+5
*
jbd2: avoid infinite loop when destroying aborted journal
Jan Kara
2015-10-13
3
-8
/
+44
*
jbd2: protect all log tail updates with j_checkpoint_mutex
Jan Kara
2015-10-13
2
-4
/
+21
*
jbd2: fix ocfs2 corrupt when updating journal superblock fails
Joseph Qi
2015-08-12
2
-10
/
+31
*
jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()
Dmitry Monakhov
2015-08-12
1
-1
/
+1
*
jbd2: issue cache flush after checkpointing even with internal journal
Jan Kara
2015-08-12
4
-85
/
+142
*
jbd2: split updating of journal superblock and marking journal empty
Jan Kara
2015-08-12
3
-69
/
+96
*
jbd2: fix r_count overflows leading to buffer overflow in journal recovery
Darrick J. Wong
2015-08-07
1
-1
/
+6
*
ext4: disable synchronous transaction batching if max_batch_time==0
Eric Sandeen
2014-08-06
1
-1
/
+4
*
jbd2: fix theoretical race in jbd2__journal_restart
Theodore Ts'o
2013-07-27
1
-1
/
+1
*
jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callback
Dmitry Monakhov
2013-05-13
1
-22
/
+28
*
ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
Theodore Ts'o
2013-05-13
1
-0
/
+31
*
jbd2: fix use after free in jbd2_journal_dirty_metadata()
Jan Kara
2013-03-27
1
-5
/
+10
*
jbd2: fix assertion failure in jbd2_journal_flush()
Jan Kara
2013-01-16
1
-1
/
+2
*
jbd2: use GFP_NOFS for blkdev_issue_flush
Shaohua Li
2012-05-11
1
-2
/
+2
*
jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer
Eric Sandeen
2012-04-02
1
-0
/
+2
*
jbd2: Unify log messages in jbd2 code
Eryu Guan
2011-11-01
4
-47
/
+47
*
jbd/jbd2: validate sb->s_first in journal_get_superblock()
Eryu Guan
2011-11-01
1
-0
/
+8
*
jbd2: fix build when CONFIG_BUG is not enabled
Randy Dunlap
2011-10-27
1
-2
/
+2
*
jbd2: use gfp_t instead of int
Dan Carpenter
2011-09-04
1
-3
/
+3
*
jbd2: add debugging information to jbd2_journal_dirty_metadata()
Theodore Ts'o
2011-09-04
1
-6
/
+52
*
jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints
Theodore Ts'o
2011-07-10
1
-67
/
+0
*
jbd2: use WRITE_SYNC in journal checkpoint
Tao Ma
2011-06-27
1
-1
/
+4
*
jbd2: Fix oops in jbd2_journal_remove_journal_head()
Jan Kara
2011-06-13
4
-120
/
+99
*
jbd2: Remove obsolete parameters in the comments for some jbd2 functions
Tao Ma
2011-06-12
1
-2
/
+0
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-05-26
3
-15
/
+87
|
\
|
*
jbd2: fix a potential leak of a journal_head on an error path
Ding Dinghua
2011-05-25
1
-1
/
+1
|
*
jbd2: Fix comment to match the code in jbd2__journal_start()
Eryu Guan
2011-05-24
1
-1
/
+2
|
*
jbd2: Add function jbd2_trans_will_send_data_barrier()
Jan Kara
2011-05-24
2
-1
/
+50
|
*
jbd2: fix sending of data flush on journal commit
Jan Kara
2011-05-24
2
-2
/
+8
|
*
jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait
Tao Ma
2011-05-22
1
-5
/
+5
|
*
jbd2: only print the debugging information for tid wraparound once
Theodore Ts'o
2011-05-08
1
-4
/
+5
|
*
jbd2: Fix forever sleeping process in do_get_write_access()
Jan Kara
2011-05-08
1
-2
/
+7
|
*
jbd2: fix fsync() tid wraparound bug
Theodore Ts'o
2011-05-01
1
-3
/
+13
*
|
jbd/jbd2: remove obsolete summarise_journal_usage.
Tao Ma
2011-05-17
1
-6
/
+0
|
/
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-04-11
2
-2
/
+5
|
\
|
*
jbd2: fix potential memory leak on transaction commit
Zhang Huan
2011-04-05
1
-1
/
+3
|
*
jbd2: move bdget out of critical section
Zhu Yanhai
2011-04-04
1
-1
/
+2
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
4
-5
/
+5
|
/
*
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-24
1
-12
/
+10
|
\
|
*
jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging
Jens Axboe
2011-03-17
1
-10
/
+8
|
*
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
1
-3
/
+3
*
|
jbd: Remove one to many n's in a word.
Justin P. Mattock
2011-02-28
1
-1
/
+1
|
/
*
jbd2: call __jbd2_log_start_commit with j_state_lock write locked
Theodore Ts'o
2011-02-12
2
-9
/
+21
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
1
-1
/
+1
|
\
|
*
Merge branch 'master' into for-next
Jiri Kosina
2010-12-22
1
-12
/
+12
|
|
\
|
*
|
fix comment typos concerning "consistent"
Uwe Kleine-König
2010-12-10
1
-1
/
+1
*
|
|
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
Theodore Ts'o
2011-01-10
1
-7
/
+13
[next]