Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0d32e7d11b5ce8b3ab11fd74123b46b88f26b3e2
/
fs
/
jbd2
/
transaction.c
de1b794
jbd2: Fix oops in jbd2_journal_remove_journal_head()
by Jan Kara
· 13 years ago
1fb74cd
jbd2: Remove obsolete parameters in the comments for some jbd2 functions
by Tao Ma
· 13 years ago
3991b40
jbd2: fix a potential leak of a journal_head on an error path
by Ding Dinghua
· 13 years ago
c867516
jbd2: Fix comment to match the code in jbd2__journal_start()
by Eryu Guan
· 13 years ago
81be12c
jbd2: fix sending of data flush on journal commit
by Jan Kara
· 13 years ago
28e35e4
jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait
by Tao Ma
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e447183
jbd2: call __jbd2_log_start_commit with j_state_lock write locked
by Theodore Ts'o
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
ae00b26
jbd2: remove unnecessary goto statement
by Theodore Ts'o
· 14 years ago
a1dd533
jbd2: use offset_in_page() instead of manual calculation
by Theodore Ts'o
· 14 years ago
cfef2c6
jbd2: Fix a debug message in do_get_write_access()
by Theodore Ts'o
· 14 years ago
a34f0b3
fix comment typos concerning "consistent"
by Uwe Kleine-König
· 14 years ago
5c2178e
jbd2: Add sanity check for attempts to start handle during umount
by Theodore Ts'o
· 14 years ago
6d0bf00
ext4: clean up compiler warning in start_this_handle()
by Theodore Ts'o
· 14 years ago
09dc942
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
8dd4204
jbd2: Remove t_handle_lock from start_this_handle()
by Theodore Ts'o
· 14 years ago
a931da6
jbd2: Change j_state_lock to be a rwlock_t
by Theodore Ts'o
· 14 years ago
a51dca9
jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop
by Theodore Ts'o
· 14 years ago
47def82
jbd2: Remove __GFP_NOFAIL from jbd2 layer
by Theodore Ts'o
· 14 years ago
13ceef0
jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions
by Jan Kara
· 14 years ago
c35a56a
jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()
by Theodore Ts'o
· 14 years ago
ba86902
jbd2: delay discarding buffers in journal_unmap_buffer
by dingdinghua
· 15 years ago
9599b0e
jbd2: Annotate transaction start also for jbd2_journal_restart()
by Jan Kara
· 15 years ago
b1f485f
jbd2: round commit timer up to avoid uncommitted transaction
by Andreas Dilger
· 15 years ago
f91d1d0
jbd2: Fix a race between checkpointing code and journal_get_write_access()
by Jan Kara
· 15 years ago
536fc24
jbd2: clean up jbd2_journal_try_to_free_buffers()
by Hisashi Hifumi
· 15 years ago
7058548
ext4: Use WRITE_SYNC for commits which are caused by fsync()
by Theodore Ts'o
· 16 years ago
7f5aa21
jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()
by Jan Kara
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
e06c822
jbd2: Add buffer triggers
by Joel Becker
· 16 years ago
3077384
ext4: add fsync batch tuning knobs
by Theodore Ts'o
· 16 years ago
e07f718
jbd2: improve jbd2 fsync batching
by Josef Bacik
· 16 years ago
3e624fc
ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback
by Theodore Ts'o
· 16 years ago
3295f0e
lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()
by Ingo Molnar
· 16 years ago
4f3e752
lockdep: map_acquire
by Peter Zijlstra
· 16 years ago
87c89c2
jbd2: Remove data=ordered mode support using jbd buffer heads
by Jan Kara
· 16 years ago
c851ed5
jbd2: Implement data=ordered mode handling via inodes
by Jan Kara
· 16 years ago
530576b
jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction
by Mingming Cao
· 16 years ago
329d291
jdb2: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
5648ba5
jbd2: fix kernel-doc notation
by Randy Dunlap
· 17 years ago
1dfc322
jbd2: fix possible journal overflow issues
by Josef Bacik
· 17 years ago
9fc7c63
jbd2: fix the way the b_modified flag is cleared
by Josef Bacik
· 17 years ago
4019191
jbd2: sparse pointer use of zero as null
by Mingming Cao
· 17 years ago
db857da
jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup
by Mingming Cao
· 17 years ago
7b75106
jbd2: add lockdep support
by Mingming Cao
· 17 years ago
8e85fb3
jbd2: jbd2 stats through procfs
by Johann Lombardi
· 17 years ago
d802ffa
JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
by Mingming Cao
· 17 years ago
2d917969
JBD2: replace jbd_kmalloc with kmalloc directly.
by Mingming Cao
· 17 years ago
af1e76d
JBD2: jbd2 slab allocation cleanups
by Mingming Cao
· 17 years ago
5886269
fix file specification in comments
by Uwe Kleine-König
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
7ddae86
[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static
by Adrian Bunk
· 18 years ago
9b57988
[PATCH] jbd2: journal_dirty_data re-check for unmapped buffers
by Eric Sandeen
· 18 years ago
3e2a532
[PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop()
by OGAWA Hirofumi
· 18 years ago
f7f4bcc
[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols
by Mingming Cao
· 18 years ago
470decc
[PATCH] jbd2: initial copy of files from jbd
by Dave Kleikamp
· 18 years ago