Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm...
[linux-flexiantxendom0-3.2.10.git] / fs / jbd2 / commit.c
2012-03-28 Linus TorvaldsMerge tag 'split-asm_system_h-for-linus-20120328' of...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-28 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2012-03-20 Cong Wangjbd2: remove the second argument of k[un]map_atomic()
2012-03-14 Jan Karajbd2: cleanup journal tail after transaction commit
2012-03-14 Jan Karajbd2: issue cache flush after checkpointing even with...
2012-03-13 Jan Karajbd2: protect all log tail updates with j_checkpoint_mutex
2012-03-13 Jan Karajbd2: split updating of journal superblock and marking...
2012-02-20 Yongqiang Yangjbd2: allocate transaction from separate slab cache
2011-12-28 Yongqiang Yangjbd2: clear revoked flag on buffers before a new transa...
2011-11-01 Eryu Guanjbd2: Unify log messages in jbd2 code
2011-06-13 Jan Karajbd2: Fix oops in jbd2_journal_remove_journal_head()
2011-05-26 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-05-24 Jan Karajbd2: Add function jbd2_trans_will_send_data_barrier()
2011-05-24 Jan Karajbd2: fix sending of data flush on journal commit
2011-05-17 Tao Majbd/jbd2: remove obsolete summarise_journal_usage.
2011-05-08 Jan Karajbd2: Fix forever sleeping process in do_get_write_access()
2011-04-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-04-05 Zhang Huanjbd2: fix potential memory leak on transaction commit
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-17 Jens Axboejbd2: finish conversion from WRITE_SYNC_PLUG to WRITE_S...
2011-03-10 Jens Axboeblock: kill off REQ_UNPLUG
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Brian Kingjbd2: Fix I/O hang in jbd2_journal_release_jbd_inode
2010-10-23 Linus TorvaldsMerge branch 'for-2.6.37/barrier' of git://git.kernel...
2010-09-20 Corrado Zoccolocfq: improve fsync performance for small files
2010-09-16 Christoph Hellwigblock: remove BLKDEV_IFL_WAIT
2010-09-10 Christoph Hellwigjbd2: replace barriers with explicit flush / FUA usage
2010-09-10 Jan Karajbd2: Modify ASYNC_COMMIT code to not rely on queue...
2010-08-18 Christoph Hellwigkill BH_Ordered flag
2010-08-04 Theodore Ts'ojbd2: Remove t_handle_lock from start_this_handle()
2010-08-04 Theodore Ts'ojbd2: Change j_state_lock to be a rwlock_t
2010-08-02 Theodore Ts'ojbd2: Use atomic variables to avoid taking t_handle_loc...
2010-07-27 Eric Sandeenjbd2: Make barrier messages less scary
2010-04-28 Dmitry Monakhovblkdev: generalize flags for blkdev_issue_fn functions
2010-02-24 dingdinghuajbd2: clean up an assertion in jbd2_journal_commit_tran...
2010-02-15 dingdinghuajbd2: delay discarding buffers in journal_unmap_buffer
2009-12-23 Theodore Ts'oext4, jbd2: Add barriers for file systems with exernal...
2009-12-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-12-10 Christoph Hellwigkill wait_on_page_writeback_range
2009-12-01 Theodore Ts'ojbd2: Add ENOMEM checking in and for jbd2_journal_write...
2009-09-30 Theodore Ts'ojbd2: Use tracepoints for history file
2009-09-16 Jens Axboewriteback: get rid of wbc->for_writepages
2009-09-11 Theodore Ts'oext4: Fix async commit mode to be safe by using a barrier
2009-06-17 Theodore Ts'ojbd2: convert instrumentation from markers to tracepoints
2009-04-14 Theodore Ts'ojbd2: use SWRITE_SYNC_PLUG when writing synchronous...
2009-04-06 Jens Axboejbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNC
2009-03-26 Theodore Ts'oext4: Use WRITE_SYNC for commits which are caused by...
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-05 Joel Beckerjbd2: Add buffer triggers
2009-01-05 Theodore Ts'ojbd2: Submit writes to the journal using WRITE_SYNC
2008-11-06 Aneesh Kumar K.Vjbd2: Call journal commit callback without holding...
2008-11-26 Josef Bacikjbd2: improve jbd2 fsync batching
2009-01-06 Theodore Ts'ojbd2: Add barrier not supported test to journal_wait_on...
2008-10-29 Theodore Ts'ojbd2: Call the commit callback before the transaction...
2008-10-17 Theodore Ts'oext4: Replace hackish ext4_mb_poll_new_transaction...
2008-10-11 Hidehiro Kawaiext4: add an option to control error handling on file...
2008-10-11 Hidehiro Kawaijbd2: don't dirty original metadata buffer on abort
2008-10-12 Hidehiro Kawaijbd2: abort when failed to log metadata buffers
2008-10-06 Theodore Ts'ojbd2: Fix buffer head leak when writing the commit...
2008-10-06 Theodore Ts'oext4: Add debugging markers that can be used by systemtap
2008-09-16 Theodore Ts'ojbd2: clean up how the journal device name is printed
2008-08-05 Nick Pigginmm: rename page trylock
2008-08-01 Hidehiro Kawaijbd2: don't abort if flushing file data failed
2008-07-11 Aneesh Kumar K.Vext4: Add ordered mode support for delalloc
2008-07-11 Jan Karajbd2: Remove data=ordered mode support using jbd buffer...
2008-07-11 Jan Karajbd2: Implement data=ordered mode handling via inodes
2008-07-11 Theodore Ts'ojbd2: Add commit time into the commit block
2008-06-04 Theodore Ts'ojbd2: Fix barrier fallback code to re-lock the buffer...
2008-05-15 Mingming Caojbd2: update transaction t_state to T_COMMIT fix
2008-04-17 Josef Bacikjbd2: fix possible journal overflow issues
2008-04-17 Josef Bacikjbd2: fix the way the b_modified flag is cleared
2008-02-10 Dave KleikampJBD2: Clear buffer_ordered flag for barried IO request...
2008-02-05 Aneesh Kumar K.VJBD2: Use the incompat macro for testing the incompat...
2008-02-05 Aneesh Kumar K.Vjbd2: Fix reference counting on the journal commit...
2008-02-05 Mingming Caojbd2: Add error check to journal_wait_on_commit_record...
2008-01-30 Nick Pigginspinlock: lockbreak cleanup
2008-01-29 Girish Shilamkarext4: Add the journal checksum feature
2008-01-29 Johann Lombardijbd2: jbd2 stats through procfs
2008-01-29 Jan Karajbd2: Fix assertion failure in fs/jbd2/checkpoint.c
2007-10-17 Jan Karajbd2: fix commit code to properly abort journal
2007-10-17 Mingming Caojbd2: JBD_XXX to JBD2_XXX naming cleanup
2007-10-17 Mingming CaoJBD2: jbd2 slab allocation cleanups
2007-07-16 Jan Karajbd2 commit: fix transaction dropping
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2006-12-07 Hisashi Hifumi[PATCH] jbd2: wait for already submitted t_sync_datalis...
2006-10-11 Mingming Cao[PATCH] jbd2: switch blks_type from sector_t to ull
2006-10-11 Mingming Cao[PATCH] jbd2: sector_t conversion
2006-10-11 Zach Brown[PATCH] 64-bit jbd2 core
2006-10-11 Mingming Cao[PATCH] jbd2: rename jbd2 symbols to avoid duplication...
2006-10-11 Dave Kleikamp[PATCH] jbd2: initial copy of files from jbd