aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse2011-07-141-0/+1
* GFS2: Wait properly when flushing the ail listSteven Whitehouse2011-05-211-3/+26
* GFS2: Fix ail list traversalSteven Whitehouse2011-05-031-6/+11
* GFS2: Add an AIL writeback tracepointSteven Whitehouse2011-04-201-0/+2
* GFS2: Make writeback more responsive to system conditionsSteven Whitehouse2011-04-201-80/+85
* GFS2: Use filemap_fdatawrite() to write back the AILSteven Whitehouse2011-04-201-10/+5
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+2
|\
| * block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+2
* | GFS2: Update to AIL list lockingSteven Whitehouse2011-03-141-1/+1
* | GFS2: introduce AIL lockDave Chinner2011-03-111-14/+16
|/
* Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-1/+1
|\
| * GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse2010-09-171-1/+1
* | gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-14/+5
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-2/+2
* block: BARRIER request should imply SYNCChristoph Hellwig2010-08-071-1/+1
* GFS2: Rework reclaiming unlinked dinodesBob Peterson2010-05-211-1/+1
* GFS2: Add some useful messagesSteven Whitehouse2010-05-061-0/+1
* GFS2: Various gfs2_logd improvementsBenjamin Marzinski2010-05-051-70/+87
* GFS2: Allow the number of committed revokes to temporarily be negativeBenjamin Marzinski2010-03-111-2/+1
* GFS2: Tag all metadata with jidSteven Whitehouse2009-12-031-0/+2
* GFS2: Add tracepointsSteven Whitehouse2009-06-121-1/+8
* gfs2: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-2/+0
* GFS2: Update the rw flagsSteven Whitehouse2009-05-111-3/+3
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-1/+0
* GFS2: Support for I/O barriersSteven Whitehouse2008-09-261-3/+18
* [GFS2] trivial sparse lock annotationsHarvey Harrison2008-06-271-0/+2
* [GFS2] fix assertion in log_refund()Roel Kluin2008-04-181-1/+1
* [GFS2] Only do lo_incore_commit onceBob Peterson2008-03-311-1/+16
* [GFS2] Fix assert in log codeSteven Whitehouse2008-01-251-7/+4
* [GFS2] Fix log block mapperSteven Whitehouse2008-01-251-1/+1
* [GFS2] Journal extent mappingBob Peterson2008-01-251-13/+9
* [GFS2] Remove function gfs2_get_blockBob Peterson2008-01-251-1/+1
* [GFS2] Fix runtime issue with UP kernelsFabio Massimo Di Nitto2008-01-251-2/+0
* [GFS2] Don't periodically update the jindexSteven Whitehouse2008-01-251-13/+0
* [GFS2] Move gfs2_logd into log.cSteven Whitehouse2008-01-251-1/+55
* [GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse2008-01-251-13/+13
* [GFS2] Don't add glocks to the journalSteven Whitehouse2008-01-251-10/+5
* [GFS2] Add writepages for GFS2 jdataSteven Whitehouse2008-01-251-1/+1
* [GFS2] Remove useless i_cache from inodesSteven Whitehouse2008-01-251-4/+2
* [GFS2] Get superblock a different waySteven Whitehouse2007-10-101-1/+2
* [GFS2] Clean up journaled data writingSteven Whitehouse2007-10-101-62/+83
* [GFS2] Clean up gfs2_trans_add_revoke()Steven Whitehouse2007-10-101-2/+2
* [GFS2] Clean up ordered write codeSteven Whitehouse2007-10-101-2/+55
* [GFS2] Introduce gfs2_remove_from_ailSteven Whitehouse2007-10-101-10/+21
* [GFS2] Clean up invalidatepage/releasepageSteven Whitehouse2007-10-101-2/+4
* [GFS2] Detach buf data during in-place writebackBob Peterson2007-10-101-0/+3
* [GFS2] Revert part of earlier log.c changesBob Peterson2007-10-101-11/+2
* [GFS2] Small fixes to logging codeSteven Whitehouse2007-07-091-5/+14
* [GFS2] assertion failure after writing to journaled file, umountRobert Peterson2007-07-091-24/+76
* [GFS2] Journaled file write/unstuff bugRobert Peterson2007-07-091-1/+14