Lukas Czerner
|
d8c8900ac1
jbd: change journal_invalidatepage() to accept length
|
12 years ago |
Zheng Liu
|
e162b2f835
jbd: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
|
12 years ago |
Jan Kara
|
fd2cbd4dfa
jbd: Write journal superblock with WRITE_FUA after checkpointing
|
13 years ago |
Jan Kara
|
9754e39c7b
jbd: Split updating of journal superblock and marking journal empty
|
13 years ago |
Jan Kara
|
2db938bee3
jbd: Refine commit writeout logic
|
14 years ago |
Jan Kara
|
0048278552
jbd: Remove j_barrier mutex
|
13 years ago |
Yongqiang Yang
|
8c111b3f56
jbd: clear revoked flag on buffers before a new transaction started
|
13 years ago |
Thomas Gleixner
|
446066724c
jdb/jbd2: factor out common functions from the jbd[2] header files
|
13 years ago |
Jan Kara
|
bb189247f3
jbd: Fix oops in journal_remove_journal_head()
|
14 years ago |
Jan Kara
|
03f4d804a1
jbd: Provide function to check whether transaction will issue data barrier
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Christoph Egger
|
c7e8d4d6dc
jbd[2]: remove references to BUFFER_DEBUG
|
15 years ago |
H Hartley Sweeten
|
4fefce9aba
jbd.h: bitfields should be unsigned
|
16 years ago |
Jan Kara
|
9c28cbccec
jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
|
16 years ago |
Theodore Ts'o
|
38d726d153
jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records
|
16 years ago |
Linus Torvalds
|
811158b147
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
16 years ago |
Kazuo Moriwaka
|
0cbfdc8648
trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL
|
16 years ago |
Theodore Ts'o
|
512a004382
ext3: Use WRITE_SYNC for commits which are caused by fsync()
|
16 years ago |
Randy Dunlap
|
3eabdb76a0
jbd: fix missing kernel-doc
|
16 years ago |
Josef Bacik
|
f420d4dc42
jbd: improve fsync batching
|
16 years ago |
Hidehiro Kawai
|
4afe978530
jbd: fix error handling for checkpoint io
|
16 years ago |
Hidehiro Kawai
|
0e4fb5e283
ext3: add an option to control error handling on file data
|
16 years ago |
Harvey Harrison
|
d5c003b4d1
include: replace __FUNCTION__ with __func__
|
16 years ago |
Matthew Wilcox
|
5a6483feb0
include: Remove unnecessary inclusions of asm/semaphore.h
|
17 years ago |
Randy Dunlap
|
a6b91919e0
fs: fix kernel-doc notation warnings
|
17 years ago |
Olaf Hering
|
d8fd66aaea
jbd.h: hide kernel only code
|
17 years ago |
Adrian Bunk
|
533083836f
make jbd/journal.c:__journal_abort_hard() static
|
17 years ago |
Jan Kara
|
d4beaf4ab5
jbd: Fix assertion failure in fs/jbd/checkpoint.c
|
17 years ago |
Jose R. Santos
|
c2a9159cdd
jbd: config_jbd_debug cannot create /proc entry
|
17 years ago |
Chris Snook
|
1c09924448
jbd: remove printk() from J_ASSERT macros
|
17 years ago |