| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -33/+84 |
| 2012-09-26 | jbd2: fix assertion failure in commit code due to lacking transaction credits | Jan Kara | 2 | -31/+74 |
| 2012-08-18 | jbd2: don't write superblock when if its empty | Eric Sandeen | 1 | -0/+5 |
| 2012-08-17 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+2 |
| 2012-08-17 | jbd2: check return value of blkdev_issue_flush() | Theodore Ts'o | 1 | -2/+5 |
| 2012-08-05 | ext4: make sure the journal sb is written in ext4_clear_journal_err() | Theodore Ts'o | 1 | -1/+2 |
| 2012-08-04 | jbd/jbd2: nuke write_super from comments | Artem Bityutskiy | 1 | -2/+2 |
| 2012-07-23 | jbd2: remove the second argument of kmap_atomic | Cong Wang | 1 | -2/+2 |
| 2012-06-01 | jbd2: use kmem_cache_zalloc wrapper instead of flag | Wanlong Gao | 1 | -2/+2 |
| 2012-05-27 | jbd2: checksum data blocks that are stored in the journal | Darrick J. Wong | 3 | -2/+60 |
| 2012-05-27 | jbd2: checksum commit blocks | Darrick J. Wong | 2 | -0/+50 |
| 2012-05-27 | jbd2: checksum descriptor blocks | Darrick J. Wong | 2 | -2/+60 |
| 2012-05-27 | jbd2: checksum revocation blocks | Darrick J. Wong | 2 | -1/+48 |
| 2012-05-27 | jbd2: checksum journal superblock | Darrick J. Wong | 1 | -0/+47 |
| 2012-05-27 | jbd2: Grab a reference to the crc32c driver if necessary | Darrick J. Wong | 2 | -0/+27 |
| 2012-05-27 | jbd2: enable journal clients to enable v2 checksumming | Darrick J. Wong | 1 | -0/+50 |
| 2012-05-22 | jbd2: change disk layout for metadata checksumming | Darrick J. Wong | 2 | -5/+5 |
| 2012-04-23 | jbd2: use GFP_NOFS for blkdev_issue_flush | Shaohua Li | 1 | -2/+2 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -2/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 2 | -2/+0 |
| 2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 6 | -270/+343 |
| 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 | jbd2: remove the second argument of k[un]map_atomic() | Cong Wang | 3 | -10/+10 |
| 2012-03-13 | jbd2: cleanup journal tail after transaction commit | Jan Kara | 2 | -0/+45 |
| 2012-03-13 | jbd2: remove bh_state lock from checkpointing code | Jan Kara | 1 | -52/+7 |
| 2012-03-13 | jbd2: remove always true condition in __journal_try_to_free_buffer() | Jan Kara | 1 | -4/+2 |
| 2012-03-13 | jbd2: declare __jbd2_journal_temp_unlink_buffer() static | Jan Kara | 1 | -2/+2 |
| 2012-03-13 | jbd2: fix BH_JWrite setting in checkpointing code | Jan Kara | 1 | -2/+0 |
| 2012-03-13 | jbd2: issue cache flush after checkpointing even with internal journal | Jan Kara | 4 | -86/+143 |
| 2012-03-13 | PM / Sleep: JBD and JBD2 missing set_freezable() | Nigel Cunningham | 1 | -0/+2 |
| 2012-03-13 | jbd2: protect all log tail updates with j_checkpoint_mutex | Jan Kara | 2 | -3/+18 |
| 2012-03-13 | jbd2: split updating of journal superblock and marking journal empty | Jan Kara | 3 | -70/+97 |
| 2012-02-20 | ext4: remove the journal=update mount option | Eric Sandeen | 1 | -57/+0 |
| 2012-02-20 | jbd2: use KMEM_CACHE instead of kmem_cache_create() | Yongqiang Yang | 1 | -8/+4 |
| 2012-02-20 | jbd2: rename functions which initialize slab caches | Yongqiang Yang | 1 | -6/+6 |
| 2012-02-20 | jbd2: allocate transaction from separate slab cache | Yongqiang Yang | 4 | -5/+38 |
| 2012-02-20 | jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer | Eric Sandeen | 1 | -0/+2 |
| 2012-02-20 | jbd2: add drop_transaction/update_superblock_end tracepoints | Seiji Aguchi | 2 | -0/+4 |
| 2012-01-10 | Merge branch 'for_linus' into for_linus_merged | Theodore Ts'o | 3 | -2/+43 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-01-04 | jbd2: fix hung processes in jbd2_journal_lock_updates() | Jan Kara | 1 | -2/+3 |
| 2011-12-28 | jbd2: clear revoked flag on buffers before a new transaction started | Yongqiang Yang | 2 | -0/+40 |
| 2011-12-06 | treewide: Fix comment and string typo 'bufer' | Paul Bolle | 1 | -1/+1 |
| 2011-11-21 | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 1 | -1/+1 |
| 2011-11-01 | jbd2: Unify log messages in jbd2 code | Eryu Guan | 4 | -47/+47 |
| 2011-11-01 | jbd/jbd2: validate sb->s_first in journal_get_superblock() | Eryu Guan | 1 | -0/+8 |
| 2011-10-27 | jbd2: fix build when CONFIG_BUG is not enabled | Randy Dunlap | 1 | -2/+2 |
| 2011-09-04 | jbd2: use gfp_t instead of int | Dan Carpenter | 1 | -3/+3 |
| 2011-09-04 | jbd2: add debugging information to jbd2_journal_dirty_metadata() | Theodore Ts'o | 1 | -6/+52 |
| 2011-07-10 | jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints | Theodore Ts'o | 1 | -67/+0 |
| 2011-06-27 | jbd2: use WRITE_SYNC in journal checkpoint | Tao Ma | 1 | -1/+4 |
| 2011-06-13 | jbd2: Fix oops in jbd2_journal_remove_journal_head() | Jan Kara | 4 | -120/+99 |
| 2011-06-12 | jbd2: Remove obsolete parameters in the comments for some jbd2 functions | Tao Ma | 1 | -2/+0 |
| 2011-05-26 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 3 | -15/+87 |
| 2011-05-25 | jbd2: fix a potential leak of a journal_head on an error path | Ding Dinghua | 1 | -1/+1 |
| 2011-05-24 | jbd2: Fix comment to match the code in jbd2__journal_start() | Eryu Guan | 1 | -1/+2 |
| 2011-05-24 | jbd2: Add function jbd2_trans_will_send_data_barrier() | Jan Kara | 2 | -1/+50 |
| 2011-05-24 | jbd2: fix sending of data flush on journal commit | Jan Kara | 2 | -2/+8 |
| 2011-05-22 | jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait | Tao Ma | 1 | -5/+5 |
| 2011-05-17 | jbd/jbd2: remove obsolete summarise_journal_usage. | Tao Ma | 1 | -6/+0 |
| 2011-05-08 | jbd2: only print the debugging information for tid wraparound once | Theodore Ts'o | 1 | -4/+5 |
| 2011-05-08 | jbd2: Fix forever sleeping process in do_get_write_access() | Jan Kara | 1 | -2/+7 |
| 2011-05-01 | jbd2: fix fsync() tid wraparound bug | Theodore Ts'o | 1 | -3/+13 |
| 2011-04-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2 | -2/+5 |
| 2011-04-05 | jbd2: fix potential memory leak on transaction commit | Zhang Huan | 1 | -1/+3 |
| 2011-04-04 | jbd2: move bdget out of critical section | Zhu Yanhai | 1 | -1/+2 |
| 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 | -12/+10 |
| 2011-03-17 | jbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_SYNC and explicit plugging | Jens Axboe | 1 | -10/+8 |
| 2011-03-10 | block: kill off REQ_UNPLUG | Jens Axboe | 1 | -3/+3 |
| 2011-02-28 | jbd: Remove one to many n's in a word. | Justin P. Mattock | 1 | -1/+1 |
| 2011-02-12 | jbd2: call __jbd2_log_start_commit with j_state_lock write locked | Theodore Ts'o | 2 | -9/+21 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2011-01-10 | ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary | Theodore Ts'o | 1 | -7/+13 |
| 2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -12/+12 |
| 2010-12-18 | jbd2: simplify return path of journal_init_common | Theodore Ts'o | 1 | -4/+2 |
| 2010-12-18 | jbd2: move debug message into debug #ifdef | Theodore Ts'o | 1 | -1/+1 |
| 2010-12-18 | jbd2: remove unnecessary goto statement | Theodore Ts'o | 1 | -2/+0 |
| 2010-12-18 | jbd2: use offset_in_page() instead of manual calculation | Theodore Ts'o | 1 | -1/+1 |
| 2010-12-18 | jbd2: Fix a debug message in do_get_write_access() | Theodore Ts'o | 1 | -1/+1 |
| 2010-12-17 | jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head() | Theodore Ts'o | 1 | -6/+2 |
| 2010-12-10 | fix comment typos concerning "consistent" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-11-17 | jbd2: fix /proc/fs/jbd2/<dev> when using an external journal | yangsheng | 1 | -8/+8 |
| 2010-10-30 | jbd2: Convert jbd2_slab_create_sem to mutex | Thomas Gleixner | 1 | -4/+4 |
| 2010-10-27 | Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -5/+22 |
| 2010-10-27 | Merge branch 'next' into upstream-merge | Theodore Ts'o | 4 | -5/+22 |
| 2010-10-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+1 |
| 2010-10-27 | jbd2: Add sanity check for attempts to start handle during umount | Theodore Ts'o | 2 | -0/+11 |
| 2010-10-27 | jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode | Brian King | 2 | -5/+11 |
| 2010-10-28 | jbd/2: fixed typos | Andrea Gelmini | 1 | -1/+1 |
| 2010-10-22 | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -56/+21 |
| 2010-10-22 | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
| 2010-09-20 | cfq: improve fsync performance for small files | Corrado Zoccolo | 1 | -1/+1 |
| 2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2 | -6/+3 |
| 2010-09-10 | JBD2: Allow feature checks before journal recovery | Patrick J. LoPresti | 1 | -0/+4 |
| 2010-09-10 | jbd2: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 1 | -39/+4 |
| 2010-09-10 | jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier | Jan Kara | 1 | -13/+16 |
| 2010-08-18 | remove SWRITE* I/O types | Christoph Hellwig | 3 | -3/+5 |
| 2010-08-18 | kill BH_Ordered flag | Christoph Hellwig | 1 | -24/+15 |
| 2010-08-09 | ext4: clean up compiler warning in start_this_handle() | Theodore Ts'o | 1 | -19/+27 |
| 2010-08-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 | Linus Torvalds | 5 | -196/+236 |
| 2010-08-03 | jbd2: Remove t_handle_lock from start_this_handle() | Theodore Ts'o | 2 | -12/+24 |
| 2010-08-03 | jbd2: Change j_state_lock to be a rwlock_t | Theodore Ts'o | 4 | -103/+107 |
| 2010-08-02 | jbd2: Use atomic variables to avoid taking t_handle_lock in jbd2_journal_stop | Theodore Ts'o | 3 | -37/+47 |
| 2010-07-27 | jbd2: Make barrier messages less scary | Eric Sandeen | 1 | -4/+4 |
| 2010-07-27 | jbd2: Remove __GFP_NOFAIL from jbd2 layer | Theodore Ts'o | 2 | -22/+54 |
| 2010-07-15 | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions | Jan Kara | 2 | -11/+13 |
| 2010-06-14 | ext4: remove initialized but not read variables | Andi Kleen | 2 | -20/+2 |
| 2010-05-27 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -4/+1 |
| 2010-05-21 | Merge branch 'master' into for-2.6.35 | Jens Axboe | 1 | -1/+1 |
| 2010-05-16 | jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop() | Theodore Ts'o | 1 | -4/+1 |
| 2010-05-11 | jbd2: use NULL instead of 0 when pointer is needed | Bill Pemberton | 1 | -1/+1 |
| 2010-04-28 | blkdev: generalize flags for blkdev_issue_fn functions | Dmitry Monakhov | 2 | -3/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
| 2010-02-24 | jbd2: clean up an assertion in jbd2_journal_commit_transaction() | dingdinghua | 1 | -2/+1 |
| 2010-02-15 | jbd2: delay discarding buffers in journal_unmap_buffer | dingdinghua | 2 | -17/+36 |
| 2009-12-07 | ext4: Use slab allocator for sub-page sized allocations | Theodore Ts'o | 1 | -0/+132 |
| 2009-12-23 | ext4: Add new tracepoint for jbd2_cleanup_journal_tail | Theodore Ts'o | 1 | -0/+1 |
| 2009-12-23 | jbd2: don't use __GFP_NOFAIL in journal_init_common() | Andrew Morton | 1 | -1/+1 |
| 2009-12-23 | ext4, jbd2: Add barriers for file systems with exernal journals | Theodore Ts'o | 2 | -8/+26 |
| 2009-12-23 | jbd: jbd-debug and jbd2-debug should be writable | Yin Kangkai | 1 | -1/+2 |
| 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-12-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -1/+1 |
| 2009-12-10 | kill wait_on_page_writeback_range | Christoph Hellwig | 1 | -1/+1 |
| 2009-12-09 | jbd2: Export jbd2_log_start_commit to fix ext4 build | Theodore Ts'o | 1 | -0/+1 |
| 2009-12-01 | jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer() | Theodore Ts'o | 2 | -0/+8 |
| 2009-11-15 | jbd2: don't wipe the journal on a failed journal checksum | Theodore Ts'o | 1 | -0/+7 |
| 2009-11-11 | JBD/JBD2: free j_wbuf if journal init fails. | Tao Ma | 1 | -0/+2 |
| 2009-10-01 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-30 | jbd2: Use tracepoints for history file | Theodore Ts'o | 3 | -208/+45 |
| 2009-09-29 | ext4, jbd2: Drop unneeded printks at mount and unmount time | Theodore Ts'o | 1 | -6/+3 |
| 2009-09-23 | seq_file: constify seq_operations | James Morris | 1 | -2/+2 |
| 2009-09-11 | ext4: Fix async commit mode to be safe by using a barrier | Theodore Ts'o | 1 | -4/+7 |
| 2009-08-17 | jbd2: Annotate transaction start also for jbd2_journal_restart() | Jan Kara | 1 | -2/+3 |
| 2009-08-10 | jbd2: round commit timer up to avoid uncommitted transaction | Andreas Dilger | 1 | -1/+1 |
| 2009-07-17 | jbd2: Fail to load a journal if it is too short | Jan Kara | 1 | -0/+6 |
| 2009-09-16 | writeback: get rid of wbc->for_writepages | Jens Axboe | 1 | -1/+0 |
| 2009-07-13 | jbd2: fix race between write_metadata_buffer and get_write_access | dingdinghua | 1 | -9/+11 |
| 2009-07-13 | jbd2: Fix a race between checkpointing code and journal_get_write_access() | Jan Kara | 1 | -33/+35 |
| 2009-06-20 | jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region | Theodore Ts'o | 1 | -5/+6 |
| 2009-06-17 | jbd2: clean up jbd2_journal_try_to_free_buffers() | Hisashi Hifumi | 1 | -49/+0 |
| 2009-06-17 | jbd2: convert instrumentation from markers to tracepoints | Theodore Ts'o | 3 | -9/+78 |
| 2009-06-09 | jbd2: Fix minor typos in comments in fs/jbd2/journal.c | Alberto Bertogli | 1 | -4/+4 |
| 2009-04-14 | jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records | Theodore Ts'o | 2 | -10/+14 |
| 2009-04-06 | jbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNC | Jens Axboe | 1 | -4/+9 |
| 2009-03-27 | jbd2: Update locking coments | Jan Kara | 1 | -5/+19 |
| 2009-03-25 | ext4: Use WRITE_SYNC for commits which are caused by fsync() | Theodore Ts'o | 2 | -1/+6 |
| 2009-02-10 | jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() | Jan Kara | 1 | -11/+31 |
| 2009-02-10 | jbd2: Fix return value of jbd2_journal_start_commit() | Jan Kara | 1 | -6/+11 |
| 2009-01-11 | ext4: fix wrong use of do_div | Simon Holm Thøgersen | 1 | -3/+3 |
| 2009-01-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 4 | -124/+142 |
| 2009-01-06 | jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs | Jan Kara | 1 | -13/+27 |
| 2009-01-05 | jbd2: Add buffer triggers | Joel Becker | 3 | -0/+75 |
| 2009-01-04 | jbd2: Submit writes to the journal using WRITE_SYNC | Theodore Ts'o | 1 | -2/+2 |
| 2009-01-03 | jbd2: Add pid and journal device name to the "kjournald2 starting" message | Theodore Ts'o | 1 | -2/+3 |
| 2009-01-06 | ext4: Remove code to create the journal inode | Theodore Ts'o | 1 | -72/+0 |
| 2008-11-06 | jbd2: Call journal commit callback without holding j_list_lock | Aneesh Kumar K.V | 2 | -6/+9 |
| 2008-11-05 | jbd2: Remove a large array of bh's from the stack of the checkpoint routine | Theodore Ts'o | 2 | -13/+11 |
| 2009-01-03 | ext4: add fsync batch tuning knobs | Theodore Ts'o | 2 | -1/+5 |
| 2008-12-17 | ext4: display average commit time | Theodore Ts'o | 1 | -0/+3 |
| 2008-11-26 | jbd2: improve jbd2 fsync batching | Josef Bacik | 2 | -14/+58 |
| 2009-01-05 | jbd2: Add barrier not supported test to journal_wait_on_commit_record | Theodore Ts'o | 1 | -2/+25 |
| 2008-11-02 | jbd2: deregister proc on failure in jbd2_journal_init_inode | Sami Liedes | 1 | -0/+2 |
| 2008-11-06 | jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space | Theodore Ts'o | 1 | -7/+25 |
| 2008-10-28 | jbd2: Call the commit callback before the transaction could get dropped | Theodore Ts'o | 1 | -4/+4 |
| 2008-10-20 | fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out | Alexey Dobriyan | 1 | -0/+33 |
| 2008-10-16 | ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback | Theodore Ts'o | 2 | -0/+4 |
| 2008-10-10 | ext4: add an option to control error handling on file data | Hidehiro Kawai | 1 | -0/+2 |
| 2008-10-10 | jbd2: don't dirty original metadata buffer on abort | Hidehiro Kawai | 1 | -1/+4 |
| 2008-10-10 | jbd2: fix error handling for checkpoint io | Hidehiro Kawai | 3 | -20/+64 |
| 2008-10-12 | jbd2: abort when failed to log metadata buffers | Hidehiro Kawai | 1 | -0/+3 |
| 2008-10-06 | jbd2: Fix buffer head leak when writing the commit block | Theodore Ts'o | 1 | -3/+2 |
| 2008-10-05 | ext4: Add debugging markers that can be used by systemtap | Theodore Ts'o | 2 | -0/+9 |
| 2008-10-08 | jbd2: abort instead of waiting for nonexistent transaction | Duane Griffin | 1 | -2/+17 |
| 2008-10-06 | ext4/jbd2: Avoid WARN() messages when failing to write to the superblock | Theodore Ts'o | 1 | -2/+25 |
| 2008-09-16 | jbd2: clean up how the journal device name is printed | Theodore Ts'o | 2 | -40/+19 |
| 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 | mm: rename page trylock | Nick Piggin | 1 | -1/+1 |
| 2008-07-26 | ext4: unexport jbd2_journal_update_superblock | Theodore Ts'o | 1 | -1/+0 |
| 2008-07-31 | jbd2: don't abort if flushing file data failed | Hidehiro Kawai | 1 | -4/+20 |
| 2008-07-11 | ext4: Add ordered mode support for delalloc | Aneesh Kumar K.V | 1 | -5/+33 |
| 2008-07-11 | jbd2: Remove data=ordered mode support using jbd buffer heads | Jan Kara | 4 | -426/+14 |
| 2008-07-11 | jbd2: Implement data=ordered mode handling via inodes | Jan Kara | 3 | -0/+228 |
| 2008-07-13 | jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit tra... | Mingming Cao | 1 | -4/+58 |
| 2008-07-11 | jbd2: Add commit time into the commit block | Theodore Ts'o | 1 | -0/+3 |
| 2008-06-03 | jbd2: Fix barrier fallback code to re-lock the buffer head | Theodore Ts'o | 1 | -0/+1 |
| 2008-06-06 | jbd2: If a journal checksum error is detected, propagate the error to ext4 | Theodore Ts'o | 1 | -7/+4 |
| 2008-05-26 | jbd2: Fix memory leak when verifying checksums in the journal | Theodore Ts'o | 1 | -0/+1 |
| 2008-05-15 | jbd2: update transaction t_state to T_COMMIT fix | Mingming Cao | 1 | -0/+2 |
| 2008-05-13 | Fix misuses of bdevname() | Jean Delvare | 1 | -2/+2 |
| 2008-04-17 | jdb2: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 3 | -12/+12 |
| 2008-04-29 | jbd2: only create debugfs and stats entries if init is successful | Duane Griffin | 1 | -3/+5 |
| 2008-04-17 | jbd2: fix kernel-doc notation | Randy Dunlap | 2 | -3/+5 |
| 2008-04-17 | jbd2: replace potentially false assertion with if block | Duane Griffin | 1 | -3/+4 |
| 2008-04-17 | jbd2: eliminate duplicated code in revocation table init/destroy functions | Duane Griffin | 1 | -76/+51 |
| 2008-04-28 | jbd2: tidy up revoke cache initialisation and destruction | Duane Griffin | 1 | -14/+22 |
| 2008-04-17 | jbd2: fix possible journal overflow issues | Josef Bacik | 2 | -3/+21 |