aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-09GFS2: Clean up log flush header writingSteven Whitehouse1-65/+66
2012-02-28GFS2: Make bd_cmp() staticSteven Whitehouse1-1/+1
2012-02-28GFS2: Sort the ordered write listBob Peterson1-0/+16
2012-02-28GFS2: Move two functions from log.c to lops.cSteven Whitehouse1-97/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-2/+2
2011-11-08GFS2: Fix up REQ flagsSteven Whitehouse1-1/+1
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-2/+2
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse1-0/+1
2011-05-21GFS2: Wait properly when flushing the ail listSteven Whitehouse1-3/+26
2011-05-03GFS2: Fix ail list traversalSteven Whitehouse1-6/+11
2011-04-20GFS2: Add an AIL writeback tracepointSteven Whitehouse1-0/+2
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse1-80/+85
2011-04-20GFS2: Use filemap_fdatawrite() to write back the AILSteven Whitehouse1-10/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2011-03-14GFS2: Update to AIL list lockingSteven Whitehouse1-1/+1
2011-03-11GFS2: introduce AIL lockDave Chinner1-14/+16
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-2/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-1/+1
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-10gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig1-14/+5
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-2/+2
2010-08-07block: BARRIER request should imply SYNCChristoph Hellwig1-1/+1
2010-05-21GFS2: Rework reclaiming unlinked dinodesBob Peterson1-1/+1
2010-05-06GFS2: Add some useful messagesSteven Whitehouse1-0/+1
2010-05-05GFS2: Various gfs2_logd improvementsBenjamin Marzinski1-70/+87
2010-03-11GFS2: Allow the number of committed revokes to temporarily be negativeBenjamin Marzinski1-2/+1
2009-12-03GFS2: Tag all metadata with jidSteven Whitehouse1-0/+2
2009-06-12GFS2: Add tracepointsSteven Whitehouse1-1/+8
2009-06-11gfs2: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-2/+0
2009-05-11GFS2: Update the rw flagsSteven Whitehouse1-3/+3
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-1/+0
2008-09-26GFS2: Support for I/O barriersSteven Whitehouse1-3/+18
2008-06-27[GFS2] trivial sparse lock annotationsHarvey Harrison1-0/+2
2008-04-18[GFS2] fix assertion in log_refund()Roel Kluin1-1/+1
2008-03-31[GFS2] Only do lo_incore_commit onceBob Peterson1-1/+16
2008-01-25[GFS2] Fix assert in log codeSteven Whitehouse1-7/+4
2008-01-25[GFS2] Fix log block mapperSteven Whitehouse1-1/+1
2008-01-25[GFS2] Journal extent mappingBob Peterson1-13/+9
2008-01-25[GFS2] Remove function gfs2_get_blockBob Peterson1-1/+1
2008-01-25[GFS2] Fix runtime issue with UP kernelsFabio Massimo Di Nitto1-2/+0
2008-01-25[GFS2] Don't periodically update the jindexSteven Whitehouse1-13/+0
2008-01-25[GFS2] Move gfs2_logd into log.cSteven Whitehouse1-1/+55
2008-01-25[GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse1-13/+13
2008-01-25[GFS2] Don't add glocks to the journalSteven Whitehouse1-10/+5
2008-01-25[GFS2] Add writepages for GFS2 jdataSteven Whitehouse1-1/+1
2008-01-25[GFS2] Remove useless i_cache from inodesSteven Whitehouse1-4/+2
2007-10-10[GFS2] Get superblock a different waySteven Whitehouse1-1/+2
2007-10-10[GFS2] Clean up journaled data writingSteven Whitehouse1-62/+83
2007-10-10[GFS2] Clean up gfs2_trans_add_revoke()Steven Whitehouse1-2/+2