aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/meta_io.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Gravatar Mel Gorman 1-2/+2
2014-03-31GFS2: Fix address space from page functionGravatar Steven Whitehouse 1-0/+5
2014-02-24GFS2: Move log buffer accounting to transactionGravatar Steven Whitehouse 1-7/+2
2014-01-03GFS2: Use only a single address space for rgrpsGravatar Steven Whitehouse 1-0/+3
2013-12-13GFS2: Fix slab memory leak in gfs2_bufdataGravatar Bob Peterson 1-0/+5
2013-08-19GFS2: Move gfs2_sync_meta to lops.cGravatar Steven Whitehouse 1-18/+0
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushGravatar Benjamin Marzinski 1-4/+0
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transGravatar Benjamin Marzinski 1-1/+1
2013-01-29GFS2: Merge gfs2_attach_bufdata() into trans.cGravatar Steven Whitehouse 1-35/+0
2012-08-04gfs2: nuke pdflush from commentsGravatar Artem Bityutskiy 1-1/+1
2012-06-28GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occursGravatar Masatake YAMATO 1-1/+4
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferGravatar Bob Peterson 1-15/+6
2012-05-02GFS2: eliminate log elements and simplifyGravatar Bob Peterson 1-3/+3
2012-04-24GFS2: Remove bd_list_trGravatar Steven Whitehouse 1-1/+0
2011-11-08GFS2: Fix up REQ flagsGravatar Steven Whitehouse 1-2/+2
2011-08-23block: separate priority boosting from REQ_METAGravatar Christoph Hellwig 1-3/+3
2011-04-20GFS2: Improve tracing support (adds two flags)Gravatar Steven Whitehouse 1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+1
2011-03-14GFS2: Update to AIL list lockingGravatar Steven Whitehouse 1-0/+2
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-1/+1
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-4/+4
2010-05-12GFS2: Eliminate useless err variableGravatar Bob Peterson 1-3/+1
2010-05-05GFS2: Various gfs2_logd improvementsGravatar Benjamin Marzinski 1-0/+1
2010-03-01GFS2: Metadata address space clean upGravatar Steven Whitehouse 1-40/+6
2010-01-11GFS2: Use MAX_LFS_FILESIZE for meta inode sizeGravatar Steven Whitehouse 1-1/+1
2009-05-22GFS2: Clean up some file namesGravatar Steven Whitehouse 1-1/+0
2009-05-11GFS2: Optimise writepage for metadataGravatar Steven Whitehouse 1-9/+57
2009-05-11GFS2: Update the rw flagsGravatar Steven Whitehouse 1-11/+27
2009-03-24GFS2: Clean up of glops.cGravatar Steven Whitehouse 1-21/+0
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-1/+0
2008-06-27[GFS2] Clean up the glock coreGravatar Steven Whitehouse 1-7/+7
2008-05-12[GFS2] filesystem consistency error from do_stripGravatar Bob Peterson 1-2/+4
2008-01-25[GFS2] Fix typoGravatar Bob Peterson 1-1/+1
2008-01-25[GFS2] Function meta_read optimizationGravatar Bob Peterson 1-6/+7
2008-01-25[GFS2] Add sync_page to metadata address space operationsGravatar Steven Whitehouse 1-0/+1
2008-01-25[GFS2] Remove useless i_cache from inodesGravatar Steven Whitehouse 1-71/+10
2007-10-10[GFS2] Data corruption fixGravatar Wendy Cheng 1-4/+4
2007-10-10[GFS2] Clean up journaled data writingGravatar Steven Whitehouse 1-23/+32
2007-10-10[GFS2] Clean up gfs2_trans_add_revoke()Gravatar Steven Whitehouse 1-23/+12
2007-10-10[GFS2] Move pin/unpin into lops.c, clean up lockingGravatar Steven Whitehouse 1-70/+0
2007-07-09[GFS2] assertion failure after writing to journaled file, umountGravatar Robert Peterson 1-1/+7
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+1
2006-11-30[GFS2] Reduce number of arguments to meta_io.c:getbuf()Gravatar Steven Whitehouse 1-14/+12
2006-11-30[GFS2] Move gfs2_meta_syncfs() into log.cGravatar Steven Whitehouse 1-17/+0
2006-11-30[GFS2] Fix journal flush problemGravatar Steven Whitehouse 1-0/+3
2006-10-03[GFS2] Move logging code into log.c (mostly)Gravatar Steven Whitehouse 1-164/+0
2006-10-02[GFS2] Mark metadata reads for blktraceGravatar Steven Whitehouse 1-3/+4
2006-09-28[GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs)Gravatar Theodore Ts'o 1-1/+1