Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
2c733a16784021c7c6a0c10e800937f0645d0a36
/
fs
/
jbd
772279c
jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT
by Mingming Cao
· 16 years ago
08fc99b
jbd: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 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
1076d17
jbd/jbd2 NULL noise
by Al Viro
· 17 years ago
a6b9191
fs: fix kernel-doc notation warnings
by Randy Dunlap
· 17 years ago
439aeec
jbd: correctly unescape journal data blocks
by Duane Griffin
· 17 years ago
0cf01f6
jbd: fix jbd kernel-doc notation
by Randy Dunlap
· 17 years ago
78a4a50
docbook: fix filesystems.tmpl source files
by Randy Dunlap
· 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
5330838
make jbd/journal.c:__journal_abort_hard() static
by Adrian Bunk
· 17 years ago
e86e143
BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2
by Andi Kleen
· 17 years ago
95c354f
spinlock: lockbreak cleanup
by Nick Piggin
· 17 years ago
f63dcda
jbd: do not try lock_acquire after handle made invalid
by Jonas Bonn
· 17 years ago
d4beaf4
jbd: Fix assertion failure in fs/jbd/checkpoint.c
by Jan Kara
· 17 years ago
9ad163a
JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
by Jose R. Santos
· 17 years ago
7a266e7
jbd: fix commit code to properly abort journal
by Jan Kara
· 17 years ago
c2a9159
jbd: config_jbd_debug cannot create /proc entry
by Jose R. Santos
· 17 years ago
8c3478a
JBD/ext3 cleanups: convert to kzalloc
by Mingming Cao
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
a5005da
JBD: replace jbd_kmalloc with kmalloc directly
by Mingming Cao
· 17 years ago
c089d49
JBD: JBD slab allocation cleanups
by Mingming Cao
· 17 years ago
e12ba74
Group short-lived and reclaimable kernel allocations
by Mel Gorman
· 17 years ago
34a3d1e
lockdep: annotate journal_start()
by Peter Zijlstra
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
f482394
is_power_of_2(): jbd
by vignesh babu
· 17 years ago
fe28e42
jbd commit: fix transaction dropping
by Jan Kara
· 17 years ago
5886269
fix file specification in comments
by Uwe Kleine-König
· 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
6f5a9da
[PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete
by Hisashi Hifumi
· 18 years ago
44d306e
[PATCH] user of the jiffies rounding code: JBD
by Arjan van de Ven
· 18 years ago
d394e12
[PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() static
by Adrian Bunk
· 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
f58a74d
[PATCH] jbd: 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
41716c7
[PATCH] null dereference in fs/jbd/journal.c
by Eric Sesterhenn
· 18 years ago
f30c226
fix file specification in comments
by Uwe Zeisberger
· 18 years ago
d180779
[PATCH] JBD: memory leak in "journal_init_dev()"
by Zoltan Menyhart
· 18 years ago
f71b2f1
[PATCH] JBD: Make journal_brelse_array() static
by Dave Kleikamp
· 18 years ago
a4e4de3
[PATCH] ext3: Fix sparse warnings
by Dave Kleikamp
· 18 years ago
e9ad562
[PATCH] ext3: More whitespace cleanups
by Dave Kleikamp
· 18 years ago
37ed322
[PATCH] JBD: 16T fixes
by Eric Sandeen
· 18 years ago
2aed348
[PATCH] jbd: use BUILD_BUG_ON in journal init
by Alexey Dobriyan
· 18 years ago
ae6ddcc
[PATCH] ext3 and jbd cleanup: remove whitespace
by Mingming Cao
· 18 years ago
e7ab8d6
[PATCH] jbd: add lock annotation to jbd_sync_bh
by Josh Triplett
· 18 years ago
3998b93
[PATCH] jbd: fix commit of ordered data buffers
by Jan Kara
· 18 years ago
4cfb04a
[PATCH] manage-jbd-its-own-slab fix
by Badari Pulavarty
· 18 years ago
ea81739
[PATCH] Manage jbd allocations from its own slabs
by Badari Pulavarty
· 18 years ago
c9cf552
[PATCH] add poison.h and patch primary users
by Randy Dunlap
· 18 years ago
e8f1c62
[PATCH] ext3: fix memory leak when the journal file is corrupted
by Theodore Ts'o
· 18 years ago
78ce89c
[PATCH] JBD: split checkpoint lists
by Jan Kara
· 18 years ago
304c4c8
[PATCH] jbd: avoid kfree(NULL)
by Andrew Morton
· 18 years ago
9ada734
[PATCH] jbd: fix BUG in journal_commit_transaction()
by Jan Kara
· 18 years ago
2ff28e2
[PATCH] Make address_space_operations->invalidatepage return void
by NeilBrown
· 19 years ago
8d8c851
[PATCH] jbd: convert kjournald to kthread API
by Andrew Morton
· 19 years ago
e3df189
[PATCH] jbd: embed j_commit_timer in journal struct
by Andrew Morton
· 19 years ago
2c68ee7
[PATCH] sem2mutex: jbd, j_checkpoint_mutex
by Arjan van de Ven
· 19 years ago
7c8903f
[PATCH] jbd: revert checkpoint list changes
by Mark Fasheh
· 19 years ago
fe1dcbc
[PATCH] jbd: fix transaction batching
by Andrew Morton
· 19 years ago
43c3e6f
[PATCH] jbd: remove_transaction fix
by Jan Kara
· 19 years ago
8d3c7fc
[PATCH] jbd: log_do_checkpoint fix
by Jan Kara
· 19 years ago
f93ea41
[PATCH] jbd: split checkpoint lists
by Jan Kara
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
6c8bec6
[PATCH] jbd doc: fix some kernel-doc warnings
by Randy Dunlap
· 19 years ago
27496a8
[PATCH] gfp_t: fs/*
by Al Viro
· 19 years ago
041e0e3
[PATCH] fs: fix-up schedule_timeout() usage
by Nishanth Aravamudan
· 19 years ago
4407c2b
[PATCH] Fix race in do_get_write_access()
by Jan Kara
· 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
cbf0d27
[PATCH] kjournald: missing JFS_UNMOUNT check
by Mark Fasheh
· 19 years ago
022a4a7
[PATCH] fs/jbd/: cleanups
by Adrian Bunk
· 19 years ago
3e1d1d2
[PATCH] Cleanup patch for process freezing
by Christoph Lameter
· 19 years ago
7e3b11a
[PATCH] ext3: fix list scanning in __cleanup_transaction
by Jan Kara
· 19 years ago
00ea814
[PATCH] ext3: fix log_do_checkpoint() assertion failure
by Jan Kara
· 19 years ago
d13df84
[PATCH] jbd dirty buffer leak fix
by akpm@osdl.org
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago