aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/log.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+2
2016-06-07gfs2: use bio op accessorsGravatar Mike Christie 1-4/+4
2015-12-14gfs2: clear journal live bit in gfs2_log_flushGravatar Benjamin Marzinski 1-0/+3
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesGravatar Benjamin Marzinski 1-21/+21
2014-05-14GFS2: remove transaction glockGravatar Benjamin Marzinski 1-30/+63
2014-03-12GFS2: Re-add a call to log_flush_wait when flushing the journalGravatar Bob Peterson 1-0/+1
2014-02-25GFS2: Remove extra "if" in gfs2_log_flush()Gravatar Steven Whitehouse 1-5/+3
2014-02-24GFS2: Move log buffer accounting to transactionGravatar Steven Whitehouse 1-43/+24
2014-02-24GFS2: Move log buffer lists into transactionGravatar Steven Whitehouse 1-3/+25
2014-02-03GFS2: Plug on AIL flushGravatar Steven Whitehouse 1-0/+4
2013-12-13GFS2: Fix use-after-free race when calling gfs2_remove_from_ailGravatar Bob Peterson 1-2/+2
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushGravatar Benjamin Marzinski 1-4/+74
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transGravatar Benjamin Marzinski 1-47/+57
2013-01-29GFS2: Use ->writepages for ordered writesGravatar Steven Whitehouse 1-40/+36
2012-05-02GFS2: eliminate log elements and simplifyGravatar Bob Peterson 1-6/+6
2012-04-24GFS2: Log code fixesGravatar Steven Whitehouse 1-4/+0
2012-04-24GFS2: Remove bd_list_trGravatar Steven Whitehouse 1-17/+0
2012-04-24GFS2: Clean up log write code pathGravatar Steven Whitehouse 1-46/+11
2012-04-24GFS2: Drop "pull" argument from log_write_header()Gravatar Steven Whitehouse 1-9/+4
2012-03-09GFS2: Clean up log flush header writingGravatar Steven Whitehouse 1-65/+66
2012-02-28GFS2: Make bd_cmp() staticGravatar Steven Whitehouse 1-1/+1
2012-02-28GFS2: Sort the ordered write listGravatar Bob Peterson 1-0/+16
2012-02-28GFS2: Move two functions from log.c to lops.cGravatar Steven Whitehouse 1-97/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyGravatar Tejun Heo 1-2/+2
2011-11-08GFS2: Fix up REQ flagsGravatar Steven Whitehouse 1-1/+1
2011-08-23block: separate priority boosting from REQ_METAGravatar Christoph Hellwig 1-2/+2
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugGravatar Steven Whitehouse 1-0/+1
2011-05-21GFS2: Wait properly when flushing the ail listGravatar Steven Whitehouse 1-3/+26
2011-05-03GFS2: Fix ail list traversalGravatar Steven Whitehouse 1-6/+11
2011-04-20GFS2: Add an AIL writeback tracepointGravatar Steven Whitehouse 1-0/+2
2011-04-20GFS2: Make writeback more responsive to system conditionsGravatar Steven Whitehouse 1-80/+85
2011-04-20GFS2: Use filemap_fdatawrite() to write back the AILGravatar Steven Whitehouse 1-10/+5
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+2
2011-03-14GFS2: Update to AIL list lockingGravatar Steven Whitehouse 1-1/+1
2011-03-11GFS2: introduce AIL lockGravatar Dave Chinner 1-14/+16
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-2/+2
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierGravatar Jens Axboe 1-1/+1
2010-09-17GFS2: gfs2_logd should be using interruptible waitsGravatar Steven Whitehouse 1-1/+1
2010-09-10gfs2: replace barriers with explicit flush / FUA usageGravatar Christoph Hellwig 1-14/+5
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-2/+2
2010-08-07block: BARRIER request should imply SYNCGravatar Christoph Hellwig 1-1/+1
2010-05-21GFS2: Rework reclaiming unlinked dinodesGravatar Bob Peterson 1-1/+1
2010-05-06GFS2: Add some useful messagesGravatar Steven Whitehouse 1-0/+1
2010-05-05GFS2: Various gfs2_logd improvementsGravatar Benjamin Marzinski 1-70/+87
2010-03-11GFS2: Allow the number of committed revokes to temporarily be negativeGravatar Benjamin Marzinski 1-2/+1
2009-12-03GFS2: Tag all metadata with jidGravatar Steven Whitehouse 1-0/+2
2009-06-12GFS2: Add tracepointsGravatar Steven Whitehouse 1-1/+8
2009-06-11gfs2: remove ->write_super and stop maintaining ->s_dirtGravatar Christoph Hellwig 1-2/+0
2009-05-11GFS2: Update the rw flagsGravatar Steven Whitehouse 1-3/+3