UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / jbd /
2011-07-15 Ted Ts'ojbd: fix fsync() tid wraparound bug
2011-07-15 Jan Karajbd: Fix forever sleeping process in do_get_write_access()
2010-12-10 Uwe Kleine-Königfix comment typos concerning "consistent"
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-27 Andrea Gelminijbd/2: fixed typos
2010-10-27 Namhyung Kimjbd: Convert atomic_inc() to get_bh()
2010-10-27 Namhyung Kimjbd: Fix debug message in do_get_write_access()
2010-10-27 Namhyung Kimjbd: Check return value of __getblk()
2010-10-27 Namhyung Kimjbd: Convert bitops to buffer fns
2010-10-27 Darrick J. Wongext3/jbd: Avoid WARN() messages when failing to write...
2010-10-27 Namhyung Kimjbd: Use offset_in_page() instead of manual calculation
2010-10-27 Namhyung Kimjbd: Remove unnecessary goto statement
2010-10-27 Namhyung Kimjbd: Use printk_ratelimited() in journal_alloc_journal_...
2010-10-27 Namhyung Kimjbd: Move debug message into #ifdef area
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-10 Christoph Hellwigjbd: replace barriers with explicit flush / FUA usage
2010-08-18 Christoph Hellwigremove SWRITE* I/O types
2010-08-18 Christoph Hellwigkill BH_Ordered flag
2010-07-21 Andi Kleenext3: Fix set but unused variables
2010-05-21 Jan Karaext3: Fix waiting on transaction during fsync
2010-05-21 Jan Karajbd: Provide function to check whether transaction...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-04 Jan Karajbd: Delay discarding buffers in journal_unmap_buffer
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2009-12-23 Yin Kangkaijbd: jbd-debug and jbd2-debug should be writable
2009-12-17 Linus TorvaldsRevert "task_struct: make journal_info conditional"
2009-12-15 Hiroshi Shimamototask_struct: make journal_info conditional
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: Annotate transaction start also for journal_restart()
2009-09-16 Jan Karajbd: Journal block numbers can ever be only 32-bit...
2009-09-16 Andreas DilgerJBD: round commit timer up to avoid uncommitted transaction
2009-07-21 dingdinghuajbd: fix race between write_metadata_buffer and get_wri...
2009-07-15 Jan Karajbd: Fix a race between checkpointing code and journal_...
2009-07-15 Jan Karajbd: Fail to load a journal if it is too short
2009-06-18 Hisashi Hifumijbd: clean up journal_try_to_free_buffers()
2009-06-09 Jan Karajbd: fix race in buffer processing in commit code
2009-04-24 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-04-14 Theodore Ts'ojbd: use SWRITE_SYNC_PLUG when writing synchronous...
2009-04-13 Jan Karajbd: update locking coments
2009-04-06 Jens Axboejbd: use WRITE_SYNC_PLUG instead of WRITE_SYNC
2009-04-03 Linus TorvaldsMerge branch 'ext3-latency-fixes' of git://git./linux...
2009-04-03 Jan Karajbd: fix oops in jbd_journal_init_inode() on corrupted fs
2009-03-28 Theodore Ts'oext3: Use WRITE_SYNC for commits which are caused by...
2009-02-11 Jan Karajbd: fix return value of journal_start_commit()
2009-01-08 Randy Dunlapjbd: remove excess kernel-doc notation
2009-01-08 Josef Bacikjbd: improve fsync batching
2008-11-07 Theodore Ts'ojbd: don't give up looking for space so easily in __log...
2008-10-30 Randy Dunlapfs: remove excess kernel-doc
2008-10-23 Duane Griffinjbd: abort instead of waiting for nonexistent transactions
2008-10-23 Hidehiro Kawaijbd: test BH_Write_EIO to detect errors on metadata...
2008-10-23 Hidehiro Kawaijbd: fix error handling for checkpoint io
2008-10-20 Alexey Dobriyanfs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
2008-10-20 Hidehiro Kawaijbd: ordered data integrity fix
2008-10-20 Hidehiro Kawaiext3: add an option to control error handling on file...
2008-10-20 Hidehiro Kawaijbd: don't dirty original metadata buffer on abort
2008-10-20 Hidehiro Kawaijbd: abort when failed to log metadata buffers
2008-08-11 Ingo MolnarMerge branch 'core/locking' into core/urgent
2008-08-11 Ingo Molnarlockdep: rename map_[acquire|release]() => lock_map_...
2008-08-11 Peter Zijlstralockdep: map_acquire
2008-08-05 Nick Pigginfs: rename buffer trylock
2008-08-05 Nick Pigginmm: rename page trylock
2008-07-25 Hidehiro Kawaijbd: don't abort if flushing file data failed
2008-07-25 Toshiyuki Okajimajbd: positively dispose the unmapped data buffers in...
2008-07-25 Adrian Bunkjbd: unexport journal_update_superblock
2008-07-25 Mingming Caojbd: fix race between free buffer and commit transaction
2008-07-25 Duane Griffinjbd: tidy up revoke cache initialisation and destruction
2008-07-25 Duane Griffinjbd: eliminate duplicated code in revocation table...
2008-07-25 Duane Griffinjbd: replace potentially false assertion with if block
2008-05-15 Mingming Caojbd: need to hold j_state_lock to updates to transactio...
2008-04-28 Harvey Harrisonjbd: replace remaining __FUNCTION__ occurrences
2008-04-28 Josef Bacikjbd: fix possible journal overflow issues
2008-04-28 Josef Bacikjbd: fix the way the b_modified flag is cleared
2008-03-30 Al Virojbd/jbd2 NULL noise
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-03-20 Duane Griffinjbd: correctly unescape journal data blocks
2008-03-20 Randy Dunlapjbd: fix jbd kernel-doc notation
2008-03-03 Randy Dunlapdocbook: fix filesystems.tmpl source files
2008-02-08 Neil Brownext3 can fail badly when device stops accepting BIO_RW_...
2008-02-06 Adrian Bunkmake jbd/journal.c:__journal_abort_hard() static
2008-02-06 Andi KleenBKL-removal: remove incorrect comment refering to lock_...
2008-02-01 Jan Kara[PATCH] jbd: Remove useless loop when writing commit...
2008-01-30 Nick Pigginspinlock: lockbreak cleanup
2008-01-17 Jonas Bonnjbd: do not try lock_acquire after handle made invalid
2007-12-05 Jan Karajbd: Fix assertion failure in fs/jbd/checkpoint.c
2007-10-19 Jose R. SantosJBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
2007-10-19 Jan Karajbd: fix commit code to properly abort journal
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-10-11 Peter Zijlstralockdep: annotate journal_start()
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-16 vignesh babuis_power_of_2(): jbd
2007-07-16 Jan Karajbd commit: fix transaction dropping
2007-05-09 Uwe Kleine-Königfix file specification in comments
next