Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bd8cd5391a2e6ca656bb47d65c3c163842679b23
/
fs
/
jbd
/
commit.c
713685111
mm: make snapshotting pages for stable writes a per-bio operation
by Darrick J. Wong
· 12 years ago
09e05d4
jbd: Fix assertion failure in commit code due to lacking transaction credits
by Jan Kara
· 12 years ago
fd2cbd4
jbd: Write journal superblock with WRITE_FUA after checkpointing
by Jan Kara
· 13 years ago
1ce8486
jbd: protect all log tail updates with j_checkpoint_mutex
by Jan Kara
· 13 years ago
9754e39
jbd: Split updating of journal superblock and marking journal empty
by Jan Kara
· 13 years ago
2db938b
jbd: Refine commit writeout logic
by Jan Kara
· 14 years ago
8c111b3
jbd: clear revoked flag on buffers before a new transaction started
by Yongqiang Yang
· 13 years ago
bb18924
jbd: Fix oops in journal_remove_journal_head()
by Jan Kara
· 13 years ago
99cb1a3
jbd: Add fixed tracepoints
by Lukas Czerner
· 13 years ago
9199e66
jbd/jbd2: remove obsolete summarise_journal_usage.
by Tao Ma
· 14 years ago
2842bb2
jbd: Fix forever sleeping process in do_get_write_access()
by Jan Kara
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
65ab802
jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging
by Jens Axboe
· 14 years ago
721a960
block: kill off REQ_UNPLUG
by Jens Axboe
· 14 years ago
7d2f280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
e4d5e3a
jbd: Convert atomic_inc() to get_bh()
by Namhyung Kim
· 14 years ago
a910eef
jbd: Convert bitops to buffer fns
by Namhyung Kim
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
749ef9f
cfq: improve fsync performance for small files
by Corrado Zoccolo
· 14 years ago
4524451
jbd: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
87e9951
kill BH_Ordered flag
by Christoph Hellwig
· 14 years ago
03f4d80
jbd: Provide function to check whether transaction will issue data barrier
by Jan Kara
· 15 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
8696391
jbd: Delay discarding buffers in journal_unmap_buffer
by Jan Kara
· 15 years ago
9c28cbc
jbd: Journal block numbers can ever be only 32-bit use unsigned int for them
by Jan Kara
· 15 years ago
a61d90d
jbd: fix race in buffer processing in commit code
by Jan Kara
· 15 years ago
38d726d
jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records
by Theodore Ts'o
· 16 years ago
6c4bac6
jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC
by Jens Axboe
· 16 years ago
512a004
ext3: Use WRITE_SYNC for commits which are caused by fsync()
by Theodore Ts'o
· 16 years ago
f420d4d
jbd: improve fsync batching
by Josef Bacik
· 16 years ago
0e4fb5e
ext3: add an option to control error handling on file data
by Hidehiro Kawai
· 16 years ago
885e353
jbd: don't dirty original metadata buffer on abort
by Hidehiro Kawai
· 16 years ago
d1645e5
jbd: abort when failed to log metadata buffers
by Hidehiro Kawai
· 16 years ago
ca5de40
fs: rename buffer trylock
by Nick Piggin
· 16 years ago
529ae9a
mm: rename page trylock
by Nick Piggin
· 16 years ago
cbe5f46
jbd: don't abort if flushing file data failed
by Hidehiro Kawai
· 16 years ago
fc80c44
jbd: positively dispose the unmapped data buffers in journal_commit_transaction()
by Toshiyuki Okajima
· 16 years ago
772279c
jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT
by Mingming Cao
· 16 years ago
5b9a499
jbd: fix possible journal overflow issues
by Josef Bacik
· 17 years ago
5bc833f
jbd: fix the way the b_modified flag is cleared
by Josef Bacik
· 17 years ago
5315217
[PATCH] jbd: Remove useless loop when writing commit record
by Jan Kara
· 17 years ago
28ae094
ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests
by Neil Brown
· 17 years ago
95c354f
spinlock: lockbreak cleanup
by Nick Piggin
· 17 years ago
d4beaf4
jbd: Fix assertion failure in fs/jbd/checkpoint.c
by Jan Kara
· 17 years ago
7a266e7
jbd: fix commit code to properly abort journal
by Jan Kara
· 17 years ago
c089d49
JBD: JBD slab allocation cleanups
by Mingming Cao
· 17 years ago
fe28e42
jbd commit: fix transaction dropping
by Jan Kara
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
6f5a9da
[PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete
by Hisashi Hifumi
· 18 years ago
f30c226
fix file specification in comments
by Uwe Zeisberger
· 18 years ago
3998b93
[PATCH] jbd: fix commit of ordered data buffers
by Jan Kara
· 18 years ago
ea81739
[PATCH] Manage jbd allocations from its own slabs
by Badari Pulavarty
· 18 years ago
9ada734
[PATCH] jbd: fix BUG in journal_commit_transaction()
by Jan Kara
· 18 years ago
7c8903f
[PATCH] jbd: revert checkpoint list changes
by Mark Fasheh
· 19 years ago
43c3e6f
[PATCH] jbd: remove_transaction fix
by Jan Kara
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
2670769
[PATCH] Change ll_rw_block() calls in JBD
by Jan Kara
· 19 years ago
e6c9f5c
[PATCH] Fix JBD race in t_forget list handling
by Jan Kara
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago