Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
35ed4b35beb875adee4d84f9e5e31449cab13c3f
/
include
/
linux
/
jbd2.h
de1b794
jbd2: Fix oops in jbd2_journal_remove_journal_head()
by Jan Kara
· 13 years ago
bbd2be3
jbd2: Add function jbd2_trans_will_send_data_barrier()
by Jan Kara
· 13 years ago
81be12c
jbd2: fix sending of data flush on journal commit
by Jan Kara
· 13 years ago
9373745
jbd2: add COW fields to struct jbd2_journal_handle
by Amir Goldstein
· 14 years ago
8aefcd5
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
by Theodore Ts'o
· 14 years ago
39e3ac2
jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode
by Brian King
· 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
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
c7e8d4d
jbd[2]: remove references to BUFFER_DEBUG
by Christoph Egger
· 15 years ago
cc3e1be
ext4, jbd2: Add barriers for file systems with exernal journals
by Theodore Ts'o
· 15 years ago
d2eecb0
ext4: Use slab allocator for sub-page sized allocations
by Theodore Ts'o
· 15 years ago
bf69932
jbd2: Use tracepoints for history file
by Theodore Ts'o
· 15 years ago
0ccff1a
jbd2: bitfields should be unsigned
by H Hartley Sweeten
· 15 years ago
879c5e6
jbd2: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
67c457a
jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records
by Theodore Ts'o
· 16 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
08ec8c3
jbd2: On a __journal_expect() assertion failure printk "JBD2", not "EXT3-fs"
by Theodore Ts'o
· 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
e97fcd9
jbd2: Add BH_JBDPrivateStart
by Mark Fasheh
· 16 years ago
c319106
ext4: Remove code to create the journal inode
by Theodore Ts'o
· 16 years ago
fb68407
jbd2: Call journal commit callback without holding j_list_lock
by Aneesh Kumar K.V
· 16 years ago
1a0d378
jbd2: Remove a large array of bh's from the stack of the checkpoint routine
by Theodore Ts'o
· 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
171bbfb
jbd2: Add BH_JBDPrivateStart
by Mark Fasheh
· 16 years ago
3e624fc
ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback
by Theodore Ts'o
· 16 years ago
d5c003b
include: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
5bf5683
ext4: add an option to control error handling on file data
by Hidehiro Kawai
· 16 years ago
44519fa
jbd2: fix error handling for checkpoint io
by Hidehiro Kawai
· 16 years ago
0549676
jbd2: clean up how the journal device name is printed
by Theodore Ts'o
· 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
736603a
jbd2: Add commit time into the commit block
by Theodore Ts'o
· 16 years ago
624080e
jbd2: If a journal checksum error is detected, propagate the error to ext4
by Theodore Ts'o
· 16 years ago
5a6483f
include: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
7b75106
jbd2: add lockdep support
by Mingming Cao
· 17 years ago
818d276
ext4: Add the journal checksum feature
by Girish Shilamkar
· 17 years ago
8e85fb3
jbd2: jbd2 stats through procfs
by Johann Lombardi
· 17 years ago
f5a7a6b
jbd2: Fix assertion failure in fs/jbd2/checkpoint.c
by Jan Kara
· 17 years ago
36df53f
jbd2: Remove printk from J_ASSERT to preserve registers during BUG
by Chris Snook
· 17 years ago
cd02ff0
jbd2: JBD_XXX to JBD2_XXX naming cleanup
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
0f49d5d
jbd2: Move jbd2-debug file to debugfs
by Jose R. Santos
· 17 years ago
e23291b
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
by Jose R. Santos
· 17 years ago
7ddae86
[PATCH] make fs/jbd2/transaction.c:__kbd2_journal_temp_unlink_buffer() static
by Adrian Bunk
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
18eba7a
[PATCH] jbd2: switch blks_type from sector_t to ull
by Mingming Cao
· 18 years ago
2997176
[PATCH] jbd2: sector_t conversion
by Mingming Cao
· 18 years ago
b517bea
[PATCH] 64-bit jbd2 core
by Zach Brown
· 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