Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / fs / gfs2 / log.c
2010-05-21 Bob PetersonGFS2: Rework reclaiming unlinked dinodes
2010-05-06 Steven WhitehouseGFS2: Add some useful messages
2010-05-05 Benjamin MarzinskiGFS2: Various gfs2_logd improvements
2010-03-11 Benjamin MarzinskiGFS2: Allow the number of committed revokes to temporar...
2009-12-03 Steven WhitehouseGFS2: Tag all metadata with jid
2009-06-12 Steven WhitehouseGFS2: Add tracepoints
2009-06-12 Christoph Hellwiggfs2: remove ->write_super and stop maintaining ->s_dirt
2009-05-11 Steven WhitehouseGFS2: Update the rw flags
2009-03-24 Steven WhitehouseGFS2: Merge lock_dlm module into GFS2
2008-09-26 Steven WhitehouseGFS2: Support for I/O barriers
2008-06-27 Harvey Harrison[GFS2] trivial sparse lock annotations
2008-04-18 Roel Kluin[GFS2] fix assertion in log_refund()
2008-03-31 Bob Peterson[GFS2] Only do lo_incore_commit once
2008-01-25 Steven Whitehouse[GFS2] Fix assert in log code
2008-01-25 Steven Whitehouse[GFS2] Fix log block mapper
2008-01-25 Bob Peterson[GFS2] Journal extent mapping
2008-01-25 Bob Peterson[GFS2] Remove function gfs2_get_block
2008-01-25 Fabio Massimo Di... [GFS2] Fix runtime issue with UP kernels
2008-01-25 Steven Whitehouse[GFS2] Don't periodically update the jindex
2008-01-25 Steven Whitehouse[GFS2] Move gfs2_logd into log.c
2008-01-25 Steven Whitehouse[GFS2] Use atomic_t for journal free blocks counter
2008-01-25 Steven Whitehouse[GFS2] Don't add glocks to the journal
2008-01-25 Steven Whitehouse[GFS2] Add writepages for GFS2 jdata
2008-01-25 Steven Whitehouse[GFS2] Remove useless i_cache from inodes
2007-10-10 Steven Whitehouse[GFS2] Get superblock a different way
2007-10-10 Steven Whitehouse[GFS2] Clean up journaled data writing
2007-10-10 Steven Whitehouse[GFS2] Clean up gfs2_trans_add_revoke()
2007-10-10 Steven Whitehouse[GFS2] Clean up ordered write code
2007-10-10 Steven Whitehouse[GFS2] Introduce gfs2_remove_from_ail
2007-10-10 Steven Whitehouse[GFS2] Clean up invalidatepage/releasepage
2007-10-10 Bob Peterson[GFS2] Detach buf data during in-place writeback
2007-10-10 Bob Peterson[GFS2] Revert part of earlier log.c changes
2007-07-09 Steven Whitehouse[GFS2] Small fixes to logging code
2007-07-09 Robert Peterson[GFS2] assertion failure after writing to journaled...
2007-07-09 Robert Peterson[GFS2] Journaled file write/unstuff bug
2007-07-09 Benjamin Marzinski[GFS2] fix jdata issues
2007-07-09 Steven Whitehouse[GFS2] Make the log reserved blocks depend on block...
2006-11-30 Ryusuke Konishi[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning
2006-11-30 Steven Whitehouse[GFS2] Move gfs2_meta_syncfs() into log.c
2006-11-30 Steven Whitehouse[GFS2] Fix journal flush problem
2006-10-20 Steven Whitehouse[GFS2] Fix bmap to map extents properly
2006-10-12 Steven Whitehouse[GFS2] Fix bug where lock not held
2006-10-03 Steven Whitehouse[GFS2] Move logging code into log.c (mostly)
2006-09-19 Steven Whitehouse[GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail...
2006-09-19 Fabio Massimo Di... [GFS2] Export lm_interface to kernel headers
2006-09-18 Steven Whitehouse[GFS2] Map multiple blocks at once where possible
2006-09-13 Steven Whitehouse[GFS2] Tidy up log.c
2006-09-07 Jan Engelhardt[GFS2] More style changes
2006-09-05 Steven Whitehouse[GFS2] Style changes in logging code
2006-09-04 Steven Whitehouse[GFS2] Change all types to uX style
2006-09-01 Steven Whitehouse[GFS2] Update copyright, tidy up incore.h
2006-08-25 Benjamin Marzinski[GFS2] Fix journal off-by-one error
2006-08-04 Steven Whitehouse[GFS2] Fix lock ordering bug in page fault path
2006-07-17 Steven Whitehouse[GFS2] Fix endian conversion bug
2006-07-05 Steven Whitehouse[GFS2] Add cast for printk
2006-06-14 Steven Whitehouse[GFS2] Fix unlinked file handling
2006-05-18 Steven Whitehouse[GFS2] Update copyright date to 2006
2006-05-18 Steven Whitehouse[GFS2] Remove semaphore.h from C files
2006-05-05 Steven Whitehouse[GFS2] Readpages support
2006-04-21 Steven Whitehouse[GFS2] sem -> mutex conversion in locking.c
2006-04-20 Steven Whitehouse[GFS2] Fix a bug: scheduling under a spinlock
2006-04-11 Steven Whitehouse[GFS2] Update journal accounting code.
2006-04-07 Steven Whitehouse[GFS2] Finally get ref counting correct
2006-04-07 Steven Whitehouse[GFS2] Fix a ref count bug and other clean ups
2006-03-30 Steven Whitehouse[GFS] Fix bug in endian conversion for metadata header
2006-03-29 Steven Whitehouse[GFS2] Update locking in log.c
2006-03-28 Steven Whitehouse[GFS2] Further updates to dir and logging code
2006-03-01 Steven Whitehouse[GFS2] Fix some bugs
2006-02-27 Steven Whitehouse[GFS2] Macros removal in gfs2.h
2006-02-27 Steven Whitehouse[GFS2] 80 Column audit of GFS2
2006-02-23 David Teigland[GFS2] Patch to remove stats gathering from GFS2
2006-02-21 Steven Whitehouse[GFS2] Use mutices rather than semaphores
2006-02-13 Steven Whitehouse[GFS2] Fix for root inode ref count bug
2006-02-08 Steven Whitehouse[GFS2] Make journaled data files identical to normal...
2006-01-18 Steven Whitehouse[GFS2] Change memory allocations to GFP_NOFS
2006-01-16 David Teigland[GFS2] The core of GFS2