Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
61cc74fbb87af6aa551a06a370590c9bc07e29d9
/
fs
/
jbd2
/
journal.c
7b02bec
JBD/JBD2: free j_wbuf if journal init fails.
by Tao Ma
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
bf69932
jbd2: Use tracepoints for history file
by Theodore Ts'o
· 15 years ago
90576c0
ext4, jbd2: Drop unneeded printks at mount and unmount time
by Theodore Ts'o
· 15 years ago
88e9d34
seq_file: constify seq_operations
by James Morris
· 15 years ago
f6f50e2
jbd2: Fail to load a journal if it is too short
by Jan Kara
· 15 years ago
96577c4
jbd2: fix race between write_metadata_buffer and get_write_access
by dingdinghua
· 15 years ago
b574480
jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region
by Theodore Ts'o
· 15 years ago
879c5e6
jbd2: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
bfcd355
jbd2: Fix minor typos in comments in fs/jbd2/journal.c
by Alberto Bertogli
· 15 years ago
c88ccea
jbd2: Fix return value of jbd2_journal_start_commit()
by Jan Kara
· 16 years ago
c225aa5
ext4: fix wrong use of do_div
by Simon Holm Thøgersen
· 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
4b90567
jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs
by Jan Kara
· 16 years ago
e06c822
jbd2: Add buffer triggers
by Joel Becker
· 16 years ago
4a9bf99
jbd2: Add pid and journal device name to the "kjournald2 starting" message
by Theodore Ts'o
· 16 years ago
c319106
ext4: Remove code to create the journal inode
by Theodore Ts'o
· 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
d7cfa46
ext4: display average commit time
by Theodore Ts'o
· 16 years ago
2423840
jbd2: deregister proc on failure in jbd2_journal_init_inode
by Sami Liedes
· 16 years ago
44519fa
jbd2: fix error handling for checkpoint io
by Hidehiro Kawai
· 16 years ago
914258b
ext4/jbd2: Avoid WARN() messages when failing to write to the superblock
by Theodore Ts'o
· 16 years ago
0549676
jbd2: clean up how the journal device name is printed
by Theodore Ts'o
· 16 years ago
00b32b7
ext4: unexport jbd2_journal_update_superblock
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
f36f21e
Fix misuses of bdevname()
by Jean Delvare
· 17 years ago
329d291
jdb2: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
620de4e
jbd2: only create debugfs and stats entries if init is successful
by Duane Griffin
· 17 years ago
5648ba5
jbd2: fix kernel-doc notation
by Randy Dunlap
· 17 years ago
8a9362e
jbd2: replace potentially false assertion with if block
by Duane Griffin
· 17 years ago
79da366
jbd2: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
1076d17
jbd/jbd2 NULL noise
by Al Viro
· 17 years ago
7716095
jbd2: Mark jbd2 slabs as SLAB_TEMPORARY
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
6f38c74
JBD2: debug code cleanup.
by Jose R. Santos
· 17 years ago
cd02ff0
jbd2: JBD_XXX to JBD2_XXX naming cleanup
by Mingming Cao
· 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
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 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
97f0678
jbd: check for error returned by kthread_create on creating journal thread
by Pavel Emelianov
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
5eb3079
[PATCH] null dereference in fs/jbd2/journal.c
by Dave Kleikamp
· 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
a920e94
[PATCH] jbd2: rename slab
by Johann Lombardi
· 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