Eryu Guan
|
f2a44523b2
jbd2: Unify log messages in jbd2 code
|
13 gadi atpakaļ |
Randy Dunlap
|
4470575461
jbd2: fix build when CONFIG_BUG is not enabled
|
13 gadi atpakaļ |
Dan Carpenter
|
d2159fb7b8
jbd2: use gfp_t instead of int
|
14 gadi atpakaļ |
Theodore Ts'o
|
9ea7a0df63
jbd2: add debugging information to jbd2_journal_dirty_metadata()
|
14 gadi atpakaļ |
Jan Kara
|
de1b794130
jbd2: Fix oops in jbd2_journal_remove_journal_head()
|
14 gadi atpakaļ |
Tao Ma
|
1fb74cda1b
jbd2: Remove obsolete parameters in the comments for some jbd2 functions
|
14 gadi atpakaļ |
Ding Dinghua
|
3991b4008c
jbd2: fix a potential leak of a journal_head on an error path
|
14 gadi atpakaļ |
Eryu Guan
|
c867516de5
jbd2: Fix comment to match the code in jbd2__journal_start()
|
14 gadi atpakaļ |
Jan Kara
|
81be12c817
jbd2: fix sending of data flush on journal commit
|
14 gadi atpakaļ |
Tao Ma
|
28e35e42fb
jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait
|
14 gadi atpakaļ |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 gadi atpakaļ |
Theodore Ts'o
|
e447183180
jbd2: call __jbd2_log_start_commit with j_state_lock write locked
|
14 gadi atpakaļ |
Linus Torvalds
|
008d23e485
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
14 gadi atpakaļ |
Theodore Ts'o
|
ae00b267f3
jbd2: remove unnecessary goto statement
|
14 gadi atpakaļ |
Theodore Ts'o
|
a1dd533184
jbd2: use offset_in_page() instead of manual calculation
|
14 gadi atpakaļ |
Theodore Ts'o
|
cfef2c6a55
jbd2: Fix a debug message in do_get_write_access()
|
14 gadi atpakaļ |
Uwe Kleine-König
|
a34f0b3139
fix comment typos concerning "consistent"
|
14 gadi atpakaļ |
Theodore Ts'o
|
5c2178e785
jbd2: Add sanity check for attempts to start handle during umount
|
14 gadi atpakaļ |
Theodore Ts'o
|
6d0bf00512
ext4: clean up compiler warning in start_this_handle()
|
15 gadi atpakaļ |
Linus Torvalds
|
09dc942c2a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
15 gadi atpakaļ |
Theodore Ts'o
|
8dd420466c
jbd2: Remove t_handle_lock from start_this_handle()
|
15 gadi atpakaļ |
Theodore Ts'o
|
a931da6ac9
jbd2: Change j_state_lock to be a rwlock_t
|
15 gadi atpakaļ |
Theodore Ts'o
|
a51dca9cd3
jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop
|
15 gadi atpakaļ |
Theodore Ts'o
|
47def82672
jbd2: Remove __GFP_NOFAIL from jbd2 layer
|
15 gadi atpakaļ |
Jan Kara
|
13ceef099e
jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions
|
15 gadi atpakaļ |
Theodore Ts'o
|
c35a56a090
jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()
|
15 gadi atpakaļ |
dingdinghua
|
ba869023ea
jbd2: delay discarding buffers in journal_unmap_buffer
|
15 gadi atpakaļ |
Jan Kara
|
9599b0e597
jbd2: Annotate transaction start also for jbd2_journal_restart()
|
16 gadi atpakaļ |
Andreas Dilger
|
b1f485f20e
jbd2: round commit timer up to avoid uncommitted transaction
|
16 gadi atpakaļ |
Jan Kara
|
f91d1d0417
jbd2: Fix a race between checkpointing code and journal_get_write_access()
|
16 gadi atpakaļ |