Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm...
[linux-flexiantxendom0-3.2.10.git] / fs / jbd2 / journal.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-21 Linus TorvaldsMerge tag 'pm-for-3.4' of git://git./linux/kernel/git...
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 Nigel CunninghamPM / Sleep: JBD and JBD2 missing set_freezable()
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 Eric Sandeenext4: remove the journal=update mount option
2012-02-20 Yongqiang Yangjbd2: rename functions which initialize slab caches
2012-02-20 Yongqiang Yangjbd2: allocate transaction from separate slab cache
2012-02-20 Seiji Aguchijbd2: add drop_transaction/update_superblock_end tracep...
2011-11-21 Tejun Heofreezer: unexport refrigerator() and update try_to_free...
2011-11-01 Eryu Guanjbd2: Unify log messages in jbd2 code
2011-11-01 Eryu Guanjbd/jbd2: validate sb->s_first in journal_get_superblock()
2011-07-11 Theodore Ts'ojbd2: remove jbd2_dev_to_name() from jbd2 tracepoints
2011-06-13 Jan Karajbd2: Fix oops in jbd2_journal_remove_journal_head()
2011-05-24 Jan Karajbd2: Add function jbd2_trans_will_send_data_barrier()
2011-05-08 Theodore Ts'ojbd2: only print the debugging information for tid...
2011-05-01 Theodore Ts'ojbd2: fix fsync() tid wraparound bug
2011-04-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-04-04 Zhu Yanhaijbd2: move bdget out of critical section
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-28 Justin P. Mattockjbd: Remove one to many n's in a word.
2011-02-12 Theodore Ts'ojbd2: call __jbd2_log_start_commit with j_state_lock...
2011-01-10 Theodore Ts'oext4: dynamically allocate the jbd2_inode in ext4_inode...
2010-12-18 Theodore Ts'ojbd2: simplify return path of journal_init_common
2010-12-17 Theodore Ts'ojbd2: Use pr_notice_ratelimited() in journal_alloc_jour...
2010-11-18 yangshengjbd2: fix /proc/fs/jbd2/<dev> when using an external...
2010-10-30 Thomas Gleixnerjbd2: Convert jbd2_slab_create_sem to mutex
2010-10-28 Linus TorvaldsMerge branch 'upstream-merge' of git://git./linux/kerne...
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-28 Brian Kingjbd2: Fix I/O hang in jbd2_journal_release_jbd_inode
2010-10-27 Andrea Gelminijbd/2: fixed typos
2010-09-10 Patrick J. LoPrestiJBD2: Allow feature checks before journal recovery
2010-08-18 Christoph Hellwigremove SWRITE* I/O types
2010-08-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-08-04 Theodore Ts'ojbd2: Change j_state_lock to be a rwlock_t
2010-07-27 Theodore Ts'ojbd2: Remove __GFP_NOFAIL from jbd2 layer
2010-07-15 Jan Karajbd2/ocfs2: Fix block checksumming when a buffer is...
2010-06-14 Andi Kleenext4: remove initialized but not read variables
2010-05-11 Bill Pembertonjbd2: use NULL instead of 0 when pointer is needed
2009-12-23 Andrew Mortonjbd2: don't use __GFP_NOFAIL in journal_init_common()
2009-12-23 Yin Kangkaijbd: jbd-debug and jbd2-debug should be writable
2009-12-10 Theodore Ts'ojbd2: Export jbd2_log_start_commit to fix ext4 build
2009-12-07 Theodore Ts'oext4: Use slab allocator for sub-page sized allocations
2009-12-01 Theodore Ts'ojbd2: Add ENOMEM checking in and for jbd2_journal_write...
2009-11-15 Theodore Ts'ojbd2: don't wipe the journal on a failed journal checksum
2009-11-11 Tao MaJBD/JBD2: free j_wbuf if journal init fails.
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-30 Theodore Ts'ojbd2: Use tracepoints for history file
2009-09-29 Theodore Ts'oext4, jbd2: Drop unneeded printks at mount and unmount...
2009-09-23 James Morrisseq_file: constify seq_operations
2009-07-13 dingdinghuajbd2: fix race between write_metadata_buffer and get_wr...
2009-07-17 Jan Karajbd2: Fail to load a journal if it is too short
2009-06-21 Theodore Ts'ojbd2: Remove GFP_ATOMIC kmalloc from inside spinlock...
2009-06-09 Alberto Bertoglijbd2: Fix minor typos in comments in fs/jbd2/journal.c
2009-06-17 Theodore Ts'ojbd2: convert instrumentation from markers to tracepoints
2009-02-10 Jan Karajbd2: Fix return value of jbd2_journal_start_commit()
2009-01-12 Simon Holm Thøgersenext4: fix wrong use of do_div
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-06 Jan Karajbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs
2009-01-05 Joel Beckerjbd2: Add buffer triggers
2009-01-04 Theodore Ts'ojbd2: Add pid and journal device name to the "kjournald...
2009-01-06 Theodore Ts'oext4: Remove code to create the journal inode
2008-11-05 Theodore Ts'ojbd2: Remove a large array of bh's from the stack of...
2009-01-04 Theodore Ts'oext4: add fsync batch tuning knobs
2008-12-17 Theodore Ts'oext4: display average commit time
2008-11-03 Sami Liedesjbd2: deregister proc on failure in jbd2_journal_init_inode
2008-10-11 Hidehiro Kawaijbd2: fix error handling for checkpoint io
2008-10-07 Theodore Ts'oext4/jbd2: Avoid WARN() messages when failing to write...
2008-09-16 Theodore Ts'ojbd2: clean up how the journal device name is printed
2008-07-26 Theodore Ts'oext4: unexport jbd2_journal_update_superblock
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-05-13 Jean DelvareFix misuses of bdevname()
2008-04-29 Denis V. Lunevjbd2: use non-racy method for proc entries creation
2008-04-17 Harvey Harrisonjdb2: replace remaining __FUNCTION__ occurrences
2008-04-30 Duane Griffinjbd2: only create debugfs and stats entries if init...
2008-04-17 Randy Dunlapjbd2: fix kernel-doc notation
2008-04-17 Duane Griffinjbd2: replace potentially false assertion with if block
2008-03-30 Al Virojbd/jbd2 NULL noise
2008-01-29 Mingming Caojbd2: Mark jbd2 slabs as SLAB_TEMPORARY
2008-01-29 Girish Shilamkarext4: Add the journal checksum feature
2008-01-29 Johann Lombardijbd2: jbd2 stats through procfs
2007-10-17 Jose R. SantosJBD2: debug code cleanup.
2007-10-17 Mingming Caojbd2: JBD_XXX to JBD2_XXX naming cleanup
2007-10-17 Mingming CaoJBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
2007-10-17 Mingming CaoJBD2: replace jbd_kmalloc with kmalloc directly.
2007-10-17 Mingming CaoJBD2: jbd2 slab allocation cleanups
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Jose R. Santosjbd2: Move jbd2-debug file to debugfs
2007-07-18 Jose R. Santosjbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
2007-05-08 Pavel Emelianovjbd: check for error returned by kthread_create on...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
next