| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-12 | jbd: Fix assertion failure in commit code due to lacking transaction credits | Jan Kara | 2 | -31/+78 |
| 2012-08-15 | jbd: don't write superblock when unmounting an ro filesystem | Jan Kara | 1 | -0/+5 |
| 2012-08-04 | jbd/jbd2: nuke write_super from comments | Artem Bityutskiy | 1 | -2/+2 |
| 2012-07-09 | jbd: Check return value of blkdev_issue_flush() | Jan Kara | 1 | -2/+5 |
| 2012-05-15 | jbd: Write journal superblock with WRITE_FUA after checkpointing | Jan Kara | 3 | -35/+57 |
| 2012-05-15 | jbd: protect all log tail updates with j_checkpoint_mutex | Jan Kara | 2 | -1/+17 |
| 2012-05-15 | jbd: Split updating of journal superblock and marking journal empty | Jan Kara | 3 | -69/+99 |
| 2012-04-11 | jbd: Refine commit writeout logic | Jan Kara | 3 | -5/+9 |
| 2012-03-21 | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -0/+2 |
| 2012-03-20 | jbd: remove the second argument of k[un]map_atomic() | Cong Wang | 2 | -8/+8 |
| 2012-03-13 | PM / Sleep: JBD and JBD2 missing set_freezable() | Nigel Cunningham | 1 | -0/+2 |
| 2012-01-11 | jbd: Issue cache flush after checkpointing | Jan Kara | 2 | -5/+26 |
| 2012-01-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 4 | -17/+62 |
| 2012-01-09 | jbd: Remove j_barrier mutex | Jan Kara | 2 | -17/+22 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-12-06 | treewide: Fix comment and string typo 'bufer' | Paul Bolle | 1 | -1/+1 |
| 2011-11-22 | jbd: clear revoked flag on buffers before a new transaction started | Yongqiang Yang | 2 | -0/+40 |
| 2011-11-21 | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 1 | -1/+1 |
| 2011-11-01 | jbd/jbd2: validate sb->s_first in journal_get_superblock() | Eryu Guan | 1 | -0/+8 |
| 2011-06-28 | jbd: Use WRITE_SYNC in journal checkpoint. | Tao Ma | 1 | -1/+5 |
| 2011-06-27 | jbd: Fix oops in journal_remove_journal_head() | Jan Kara | 4 | -137/+104 |
| 2011-06-25 | jbd: fix a bug of leaking jh->b_jcount | Ding Dinghua | 1 | -1/+1 |
| 2011-06-25 | jbd: remove dependency on __GFP_NOFAIL | Jan Kara | 1 | -4/+4 |
| 2011-06-25 | jbd: Add fixed tracepoints | Lukas Czerner | 3 | -0/+19 |
| 2011-05-24 | jbd: Fix comment to match the code in journal_start() | Eryu Guan | 1 | -1/+2 |
| 2011-05-17 | jbd/jbd2: remove obsolete summarise_journal_usage. | Tao Ma | 1 | -6/+0 |
| 2011-05-17 | jbd: Fix forever sleeping process in do_get_write_access() | Jan Kara | 1 | -2/+7 |
| 2011-05-17 | jbd: fix fsync() tid wraparound bug | Ted Ts'o | 1 | -3/+13 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 4 | -5/+5 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -11/+11 |
| 2011-03-17 | jbd: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging | Jens Axboe | 1 | -11/+11 |
| 2011-03-10 | block: kill off REQ_UNPLUG | Jens Axboe | 1 | -1/+1 |
| 2011-02-28 | jbd: Remove one to many n's in a word. | Justin P. Mattock | 1 | -1/+1 |
| 2010-12-10 | fix comment typos concerning "consistent" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-10-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 5 | -20/+44 |
| 2010-10-28 | jbd/2: fixed typos | Andrea Gelmini | 1 | -1/+1 |
| 2010-10-28 | jbd: Convert atomic_inc() to get_bh() | Namhyung Kim | 2 | -3/+3 |
| 2010-10-28 | jbd: Fix debug message in do_get_write_access() | Namhyung Kim | 1 | -1/+1 |
| 2010-10-28 | jbd: Check return value of __getblk() | Namhyung Kim | 1 | -0/+2 |
| 2010-10-28 | jbd: Convert bitops to buffer fns | Namhyung Kim | 1 | -3/+3 |
| 2010-10-28 | ext3/jbd: Avoid WARN() messages when failing to write the superblock | Darrick J. Wong | 1 | -2/+28 |
| 2010-10-28 | jbd: Use offset_in_page() instead of manual calculation | Namhyung Kim | 1 | -1/+1 |
| 2010-10-28 | jbd: Remove unnecessary goto statement | Namhyung Kim | 1 | -2/+0 |
| 2010-10-28 | jbd: Use printk_ratelimited() in journal_alloc_journal_head() | Namhyung Kim | 1 | -6/+4 |
| 2010-10-28 | jbd: Move debug message into #ifdef area | Namhyung Kim | 1 | -1/+1 |
| 2010-10-22 | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -27/+3 |
| 2010-09-20 | cfq: improve fsync performance for small files | Corrado Zoccolo | 1 | -1/+1 |
| 2010-09-10 | jbd: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 1 | -27/+3 |
| 2010-08-18 | remove SWRITE* I/O types | Christoph Hellwig | 3 | -3/+5 |
| 2010-08-18 | kill BH_Ordered flag | Christoph Hellwig | 1 | -24/+25 |
| 2010-07-21 | ext3: Fix set but unused variables | Andi Kleen | 2 | -16/+2 |
| 2010-05-21 | ext3: Fix waiting on transaction during fsync | Jan Kara | 1 | -1/+1 |
| 2010-05-21 | jbd: Provide function to check whether transaction will issue data barrier | Jan Kara | 2 | -1/+40 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -2/+0 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2010-03-05 | jbd: Delay discarding buffers in journal_unmap_buffer | Jan Kara | 2 | -17/+36 |
| 2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
| 2009-12-23 | jbd: jbd-debug and jbd2-debug should be writable | Yin Kangkai | 1 | -1/+1 |
| 2009-12-17 | Revert "task_struct: make journal_info conditional" | Linus Torvalds | 1 | -1/+0 |
| 2009-12-15 | task_struct: make journal_info conditional | Hiroshi Shimamoto | 1 | -0/+1 |
| 2009-11-12 | fs/jbd: Export log_start_commit to fix ext3 build. | Stefan Schmidt | 1 | -0/+1 |
| 2009-11-11 | JBD/JBD2: free j_wbuf if journal init fails. | Tao Ma | 1 | -0/+2 |
| 2009-09-16 | jbd: Annotate transaction start also for journal_restart() | Jan Kara | 1 | -3/+3 |
| 2009-09-16 | jbd: Journal block numbers can ever be only 32-bit use unsigned int for them | Jan Kara | 5 | -36/+36 |
| 2009-09-16 | JBD: round commit timer up to avoid uncommitted transaction | Andreas Dilger | 1 | -1/+2 |
| 2009-07-21 | jbd: fix race between write_metadata_buffer and get_write_access | dingdinghua | 1 | -9/+11 |
| 2009-07-15 | jbd: Fix a race between checkpointing code and journal_get_write_access() | Jan Kara | 1 | -33/+35 |
| 2009-07-15 | jbd: Fail to load a journal if it is too short | Jan Kara | 1 | -0/+6 |
| 2009-06-18 | jbd: clean up journal_try_to_free_buffers() | Hisashi Hifumi | 1 | -48/+0 |
| 2009-06-09 | jbd: fix race in buffer processing in commit code | Jan Kara | 1 | -2/+4 |
| 2009-04-24 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2 | -10/+12 |
| 2009-04-14 | jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records | Theodore Ts'o | 2 | -10/+12 |
| 2009-04-13 | jbd: update locking coments | Jan Kara | 1 | -5/+19 |
| 2009-04-06 | jbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC | Jens Axboe | 1 | -1/+6 |
| 2009-04-03 | Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -8/+17 |
| 2009-04-02 | jbd: fix oops in jbd_journal_init_inode() on corrupted fs | Jan Kara | 1 | -10/+24 |
| 2009-03-27 | ext3: Use WRITE_SYNC for commits which are caused by fsync() | Theodore Ts'o | 2 | -8/+17 |
| 2009-02-11 | jbd: fix return value of journal_start_commit() | Jan Kara | 1 | -6/+11 |
| 2009-01-08 | jbd: remove excess kernel-doc notation | Randy Dunlap | 1 | -1/+0 |
| 2009-01-08 | jbd: improve fsync batching | Josef Bacik | 2 | -5/+48 |
| 2008-11-06 | jbd: don't give up looking for space so easily in __log_wait_for_space | Theodore Ts'o | 1 | -7/+24 |
| 2008-10-30 | fs: remove excess kernel-doc | Randy Dunlap | 1 | -1/+0 |
| 2008-10-23 | jbd: abort instead of waiting for nonexistent transactions | Duane Griffin | 1 | -2/+17 |
| 2008-10-23 | jbd: test BH_Write_EIO to detect errors on metadata buffers | Hidehiro Kawai | 1 | -3/+3 |
| 2008-10-23 | jbd: fix error handling for checkpoint io | Hidehiro Kawai | 3 | -20/+64 |
| 2008-10-20 | fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out | Alexey Dobriyan | 1 | -0/+30 |
| 2008-10-20 | jbd: ordered data integrity fix | Hidehiro Kawai | 1 | -3/+13 |
| 2008-10-20 | ext3: add an option to control error handling on file data | Hidehiro Kawai | 1 | -0/+2 |
| 2008-10-20 | jbd: don't dirty original metadata buffer on abort | Hidehiro Kawai | 1 | -1/+4 |
| 2008-10-20 | jbd: abort when failed to log metadata buffers | Hidehiro Kawai | 1 | -0/+3 |
| 2008-08-12 | Merge branch 'core/locking' into core/urgent | Ingo Molnar | 1 | -2/+2 |
| 2008-08-11 | lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() | Ingo Molnar | 1 | -2/+2 |
| 2008-08-11 | lockdep: map_acquire | Peter Zijlstra | 1 | -2/+2 |
| 2008-08-04 | fs: rename buffer trylock | Nick Piggin | 1 | -1/+1 |
| 2008-08-04 | mm: rename page trylock | Nick Piggin | 1 | -2/+2 |
| 2008-07-25 | jbd: don't abort if flushing file data failed | Hidehiro Kawai | 1 | -7/+28 |
| 2008-07-25 | jbd: positively dispose the unmapped data buffers in journal_commit_transacti... | Toshiyuki Okajima | 1 | -9/+20 |
| 2008-07-25 | jbd: unexport journal_update_superblock | Adrian Bunk | 1 | -1/+0 |
| 2008-07-25 | jbd: fix race between free buffer and commit transaction | Mingming Cao | 1 | -2/+55 |
| 2008-07-25 | jbd: tidy up revoke cache initialisation and destruction | Duane Griffin | 1 | -13/+23 |
| 2008-07-25 | jbd: eliminate duplicated code in revocation table init/destroy functions | Duane Griffin | 1 | -76/+51 |
| 2008-07-25 | jbd: replace potentially false assertion with if block | Duane Griffin | 1 | -3/+4 |
| 2008-05-14 | jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT | Mingming Cao | 1 | -0/+2 |
| 2008-04-28 | jbd: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 3 | -12/+12 |
| 2008-04-28 | jbd: fix possible journal overflow issues | Josef Bacik | 2 | -3/+21 |
| 2008-04-28 | jbd: fix the way the b_modified flag is cleared | Josef Bacik | 2 | -16/+13 |
| 2008-03-30 | jbd/jbd2 NULL noise | Al Viro | 2 | -4/+4 |
| 2008-03-19 | fs: fix kernel-doc notation warnings | Randy Dunlap | 1 | -3/+2 |
| 2008-03-19 | jbd: correctly unescape journal data blocks | Duane Griffin | 1 | -1/+1 |
| 2008-03-19 | jbd: fix jbd kernel-doc notation | Randy Dunlap | 2 | -3/+5 |
| 2008-03-03 | docbook: fix filesystems.tmpl source files | Randy Dunlap | 1 | -8/+9 |
| 2008-02-01 | [PATCH] jbd: Remove useless loop when writing commit record | Jan Kara | 1 | -8/+6 |
| 2008-02-08 | ext3 can fail badly when device stops accepting BIO_RW_BARRIER requests | Neil Brown | 1 | -1/+2 |
| 2008-02-06 | make jbd/journal.c:__journal_abort_hard() static | Adrian Bunk | 1 | -1/+1 |
| 2008-02-06 | BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 | Andi Kleen | 1 | -1/+1 |
| 2008-01-30 | spinlock: lockbreak cleanup | Nick Piggin | 2 | -2/+3 |
| 2008-01-17 | jbd: do not try lock_acquire after handle made invalid | Jonas Bonn | 1 | -0/+2 |
| 2007-12-05 | jbd: Fix assertion failure in fs/jbd/checkpoint.c | Jan Kara | 2 | -10/+10 |
| 2007-10-19 | JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG | Jose R. Santos | 1 | -3/+3 |
| 2007-10-19 | jbd: fix commit code to properly abort journal | Jan Kara | 1 | -4/+4 |
| 2007-10-19 | jbd: config_jbd_debug cannot create /proc entry | Jose R. Santos | 1 | -43/+21 |
| 2007-10-19 | JBD/ext3 cleanups: convert to kzalloc | Mingming Cao | 2 | -4/+2 |
| 2007-10-18 | sparse pointer use of zero as null | Stephen Hemminger | 2 | -10/+11 |
| 2007-10-17 | JBD: replace jbd_kmalloc with kmalloc directly | Mingming Cao | 2 | -12/+3 |
| 2007-10-17 | JBD: JBD slab allocation cleanups | Mingming Cao | 3 | -91/+11 |
| 2007-10-16 | Group short-lived and reclaimable kernel allocations | Mel Gorman | 2 | -4/+6 |
| 2007-10-11 | lockdep: annotate journal_start() | Peter Zijlstra | 1 | -0/+9 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2 | -7/+5 |
| 2007-07-16 | is_power_of_2(): jbd | vignesh babu | 1 | -2/+3 |
| 2007-07-16 | jbd commit: fix transaction dropping | Jan Kara | 1 | -1/+2 |
| 2007-05-09 | fix file specification in comments | Uwe Kleine-König | 4 | -4/+4 |
| 2007-05-08 | jbd: check for error returned by kthread_create on creating journal thread | Pavel Emelianov | 1 | -4/+9 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 4 | -4/+0 |
| 2006-12-22 | [PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete | Hisashi Hifumi | 1 | -2/+6 |
| 2006-12-10 | [PATCH] user of the jiffies rounding code: JBD | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-07 | [PATCH] make fs/jbd/transaction.c:__journal_temp_unlink_buffer() static | Adrian Bunk | 1 | -1/+3 |
| 2006-12-07 | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 1 | -1/+1 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2 | -5/+5 |
| 2006-10-28 | [PATCH] jbd: journal_dirty_data re-check for unmapped buffers | Eric Sandeen | 1 | -1/+14 |
| 2006-10-20 | [PATCH] ext3/4: fix J_ASSERT(transaction->t_updates > 0) in journal_stop() | OGAWA Hirofumi | 1 | -2/+3 |
| 2006-10-11 | [PATCH] null dereference in fs/jbd/journal.c | Eric Sesterhenn | 1 | -1/+2 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 2 | -2/+2 |
| 2006-09-29 | [PATCH] JBD: memory leak in "journal_init_dev()" | Zoltan Menyhart | 1 | -11/+10 |
| 2006-09-29 | [PATCH] JBD: Make journal_brelse_array() static | Dave Kleikamp | 1 | -1/+1 |
| 2006-09-27 | [PATCH] ext3: Fix sparse warnings | Dave Kleikamp | 1 | -1/+1 |
| 2006-09-27 | [PATCH] ext3: More whitespace cleanups | Dave Kleikamp | 4 | -6/+6 |
| 2006-09-27 | [PATCH] JBD: 16T fixes | Eric Sandeen | 1 | -3/+3 |
| 2006-09-27 | [PATCH] jbd: use BUILD_BUG_ON in journal init | Alexey Dobriyan | 1 | -7/+1 |
| 2006-09-27 | [PATCH] ext3 and jbd cleanup: remove whitespace | Mingming Cao | 5 | -169/+169 |
| 2006-09-27 | [PATCH] jbd: add lock annotation to jbd_sync_bh | Josh Triplett | 1 | -0/+1 |
| 2006-09-26 | [PATCH] jbd: fix commit of ordered data buffers | Jan Kara | 1 | -69/+113 |
| 2006-09-01 | [PATCH] manage-jbd-its-own-slab fix | Badari Pulavarty | 1 | -1/+1 |
| 2006-08-27 | [PATCH] Manage jbd allocations from its own slabs | Badari Pulavarty | 3 | -13/+94 |
| 2006-06-27 | [PATCH] add poison.h and patch primary users | Randy Dunlap | 1 | -1/+2 |
| 2006-06-25 | [PATCH] ext3: fix memory leak when the journal file is corrupted | Theodore Ts'o | 1 | -0/+1 |
| 2006-06-23 | [PATCH] JBD: split checkpoint lists | Jan Kara | 1 | -180/+239 |
| 2006-06-23 | [PATCH] jbd: avoid kfree(NULL) | Andrew Morton | 1 | -3/+6 |
| 2006-06-23 | [PATCH] jbd: fix BUG in journal_commit_transaction() | Jan Kara | 2 | -6/+18 |
| 2006-03-26 | [PATCH] Make address_space_operations->invalidatepage return void | NeilBrown | 1 | -8/+5 |
| 2006-03-25 | [PATCH] jbd: convert kjournald to kthread API | Andrew Morton | 1 | -4/+4 |
| 2006-03-25 | [PATCH] jbd: embed j_commit_timer in journal struct | Andrew Morton | 2 | -12/+11 |
| 2006-03-23 | [PATCH] sem2mutex: jbd, j_checkpoint_mutex | Arjan van de Ven | 3 | -6/+6 |
| 2006-02-14 | [PATCH] jbd: revert checkpoint list changes | Mark Fasheh | 2 | -243/+178 |
| 2006-02-05 | [PATCH] jbd: fix transaction batching | Andrew Morton | 1 | -1/+9 |
| 2006-01-18 | [PATCH] jbd: remove_transaction fix | Jan Kara | 1 | -1/+2 |
| 2006-01-18 | [PATCH] jbd: log_do_checkpoint fix | Jan Kara | 1 | -1/+1 |
| 2006-01-06 | [PATCH] jbd: split checkpoint lists | Jan Kara | 1 | -177/+241 |
| 2005-11-07 | [PATCH] kfree cleanup: fs | Jesper Juhl | 2 | -10/+5 |
| 2005-11-07 | [PATCH] jbd doc: fix some kernel-doc warnings | Randy Dunlap | 1 | -2/+2 |
| 2005-10-28 | [PATCH] gfp_t: fs/* | Al Viro | 2 | -2/+2 |
| 2005-09-10 | [PATCH] fs: fix-up schedule_timeout() usage | Nishanth Aravamudan | 1 | -2/+1 |
| 2005-09-07 | [PATCH] Fix race in do_get_write_access() | Jan Kara | 1 | -18/+21 |
| 2005-09-07 | [PATCH] Change ll_rw_block() calls in JBD | Jan Kara | 4 | -5/+5 |
| 2005-09-07 | [PATCH] Fix JBD race in t_forget list handling | Jan Kara | 1 | -10/+24 |
| 2005-09-07 | [PATCH] kjournald: missing JFS_UNMOUNT check | Mark Fasheh | 1 | -0/+2 |
| 2005-09-07 | [PATCH] fs/jbd/: cleanups | Adrian Bunk | 2 | -21/+16 |
| 2005-06-25 | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 1 | -2/+2 |
| 2005-06-02 | [PATCH] ext3: fix list scanning in __cleanup_transaction | Jan Kara | 1 | -1/+0 |
| 2005-06-02 | [PATCH] ext3: fix log_do_checkpoint() assertion failure | Jan Kara | 1 | -1/+3 |
| 2005-04-16 | [PATCH] jbd dirty buffer leak fix | akpm@osdl.org | 1 | -2/+11 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 7 | -0/+6845 |