Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / jbd / journal.c
2012-03-21 Linus TorvaldsMerge tag 'pm-for-3.4' of git://git./linux/kernel/git...
2012-03-20 Cong Wangjbd: remove the second argument of k[un]map_atomic()
2012-03-13 Nigel CunninghamPM / Sleep: JBD and JBD2 missing set_freezable()
2012-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2012-01-09 Jan Karajbd: Remove j_barrier mutex
2011-11-21 Tejun Heofreezer: unexport refrigerator() and update try_to_free...
2011-11-01 Eryu Guanjbd/jbd2: validate sb->s_first in journal_get_superblock()
2011-06-27 Jan Karajbd: Fix oops in journal_remove_journal_head()
2011-06-25 Lukas Czernerjbd: Add fixed tracepoints
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-17 Ted Ts'ojbd: fix fsync() tid wraparound bug
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-28 Justin P. Mattockjbd: Remove one to many n's in a word.
2010-10-27 Andrea Gelminijbd/2: fixed typos
2010-10-27 Namhyung Kimjbd: Check return value of __getblk()
2010-10-27 Darrick J. Wongext3/jbd: Avoid WARN() messages when failing to write...
2010-10-27 Namhyung Kimjbd: Use printk_ratelimited() in journal_alloc_journal_...
2010-08-18 Christoph Hellwigremove SWRITE* I/O types
2010-07-21 Andi Kleenext3: Fix set but unused variables
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-21 Jan Karaext3: Fix waiting on transaction during fsync
2010-05-21 Jan Karajbd: Provide function to check whether transaction...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-23 Yin Kangkaijbd: jbd-debug and jbd2-debug should be writable
2009-11-12 Stefan Schmidtfs/jbd: Export log_start_commit to fix ext3 build.
2009-11-11 Tao MaJBD/JBD2: free j_wbuf if journal init fails.
2009-09-16 Jan Karajbd: Journal block numbers can ever be only 32-bit...
2009-07-21 dingdinghuajbd: fix race between write_metadata_buffer and get_wri...
2009-07-15 Jan Karajbd: Fail to load a journal if it is too short
2009-04-03 Jan Karajbd: fix oops in jbd_journal_init_inode() on corrupted fs
2009-02-11 Jan Karajbd: fix return value of journal_start_commit()
2008-12-13 Hidehiro Kawaijbd: fix error handling for checkpoint io
2008-12-11 Greg Kroah-Hartman- intermediate commit as part of adding 2.6.27.9-rc1...
2008-10-23 Hidehiro Kawaijbd: fix error handling for checkpoint io
2008-07-25 Adrian Bunkjbd: unexport journal_update_superblock
2008-07-25 Duane Griffinjbd: replace potentially false assertion with if block
2008-04-28 Harvey Harrisonjbd: replace remaining __FUNCTION__ occurrences
2008-03-30 Al Virojbd/jbd2 NULL noise
2008-03-20 Randy Dunlapjbd: fix jbd kernel-doc notation
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-06 Adrian Bunkmake jbd/journal.c:__journal_abort_hard() static
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-19 Jose R. Santosjbd: config_jbd_debug cannot create /proc entry
2007-10-19 Mingming CaoJBD/ext3 cleanups: convert to kzalloc
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-10-17 Mingming CaoJBD: replace jbd_kmalloc with kmalloc directly
2007-10-17 Mingming CaoJBD: JBD slab allocation cleanups
2007-10-16 Mel GormanGroup short-lived and reclaimable kernel allocations
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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
2006-10-11 Eric Sesterhenn[PATCH] null dereference in fs/jbd/journal.c
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-29 Zoltan Menyhart[PATCH] JBD: memory leak in "journal_init_dev()"
2006-09-27 Dave Kleikamp[PATCH] ext3: Fix sparse warnings
2006-09-27 Dave Kleikamp[PATCH] ext3: More whitespace cleanups
2006-09-27 Eric Sandeen[PATCH] JBD: 16T fixes
2006-09-27 Alexey Dobriyan[PATCH] jbd: use BUILD_BUG_ON in journal init
2006-09-27 Mingming Cao[PATCH] ext3 and jbd cleanup: remove whitespace
2006-08-27 Badari Pulavarty[PATCH] Manage jbd allocations from its own slabs
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-28 Randy Dunlap[PATCH] add poison.h and patch primary users
2006-03-25 Andrew Morton[PATCH] jbd: convert kjournald to kthread API
2006-03-25 Andrew Morton[PATCH] jbd: embed j_commit_timer in journal struct
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: jbd, j_checkpoint_mutex
2005-10-28 Al Viro[PATCH] gfp_t: fs/*
2005-09-07 Jan Kara[PATCH] Change ll_rw_block() calls in JBD
2005-09-07 Mark Fasheh[PATCH] kjournald: missing JFS_UNMOUNT check
2005-09-07 Adrian Bunk[PATCH] fs/jbd/: cleanups
2005-06-26 Christoph Lameter[PATCH] Cleanup patch for process freezing
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-11-11 Nickolai Zeldovich[PATCH] ext3 umount hang
2004-11-07 Arjan van de Ven[PATCH] remove journal callback code from jbd
2004-09-22 Alexander Viro[PATCH] jbd endianness annotations
2004-08-27 Dave Hansen[PATCH] include asm/page.h for virt_to_page()
2004-06-30 Mika Kukkonen[PATCH] sparse: NULL vs 0 - filesystems
2004-06-25 Andreas Gruenbacher- Roll back accidental modification.
2004-06-25 Andreas Gruenbacher- #42509: patches.fixes/ipsec-nat-t-old: Patch did...
2004-06-18 Theodore Y. Ts'o[PATCH] Ext3: Retry allocation after transaction commit...
2004-06-09 Andrew Morton[PATCH] jbd: descriptor buffer state fix
2004-06-07 Andreas Gruenbacher- #40752: patches.fixes/jbd-dirty-uptodate: jbd bugs...
2004-05-21 Chris L Masonexport __log_start_commit for ext3 enospc retry patch
2004-05-19 Kurt GarloffPatches needed for LUSTRE integration.
2004-04-21 Andrew Morton[PATCH] ext3 avoid writing kernel memory to disk
2004-04-19 Andrew Morton[PATCH] Rename PF_IOTHREAD to PF_NOFREEZE
2004-04-14 Andreas KleenMerge ext3 data=journal data corruption fix from mainline.
2004-04-13 Andrew Morton[PATCH] jbd copyout fix
2004-04-12 Andrew Morton[PATCH] Add commit=0 to ext3, meaning "set commit to...
2004-04-06 Andreas Gruenbacher- fixes/iso9660-fix: iso9660 symlink checks
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-11-09 Andrew Morton[PATCH] JBD: fix assertion failure
2003-10-22 Andrew Morton[PATCH] Fix JBD memory leak
2003-10-22 Andrew Morton[PATCH] JBD kfree() fix
2003-09-29 Andries E. Brouwer[PATCH] jbd sparse fixes
2003-09-26 Randy Dunlap[PATCH] janitor: cleanup includes in fs/
2003-08-31 Andrew Morton[PATCH] jbd: remove uninformative printk
2003-08-16 David S. Miller[MM]: Add and use offset_in_page() convenience macro.
next