summaryrefslogtreecommitdiff
path: root/fs/gfs2/log.c
AgeCommit message (Expand)Author
2017-08-25GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson
2017-08-10gfs2: forcibly flush ail to relieve memory pressureAbhi Das
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-06-20GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson
2017-05-24gfs2: Make flush bios explicitely syncJan Kara
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-01-27GFS2: Switch tr_touched to flag in transactionBob Peterson
2017-01-06GFS2: Wake up io waiters whenever a flush is doneBob Peterson
2017-01-05GFS2: Made logd daemon take into account log demandBob Peterson
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-06-07gfs2: use bio op accessorsMike Christie
2015-12-14gfs2: clear journal live bit in gfs2_log_flushBenjamin Marzinski
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-03-12GFS2: Re-add a call to log_flush_wait when flushing the journalBob Peterson
2014-02-25GFS2: Remove extra "if" in gfs2_log_flush()Steven Whitehouse
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse
2014-02-03GFS2: Plug on AIL flushSteven Whitehouse
2013-12-13GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson
2013-06-19GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson
2012-04-24GFS2: Log code fixesSteven Whitehouse
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse
2012-04-24GFS2: Drop "pull" argument from log_write_header()Steven Whitehouse
2012-03-09GFS2: Clean up log flush header writingSteven Whitehouse
2012-02-28GFS2: Make bd_cmp() staticSteven Whitehouse
2012-02-28GFS2: Sort the ordered write listBob Peterson
2012-02-28GFS2: Move two functions from log.c to lops.cSteven Whitehouse
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo
2011-11-08GFS2: Fix up REQ flagsSteven Whitehouse
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse
2011-05-21GFS2: Wait properly when flushing the ail listSteven Whitehouse
2011-05-03GFS2: Fix ail list traversalSteven Whitehouse
2011-04-20GFS2: Add an AIL writeback tracepointSteven Whitehouse
2011-04-20GFS2: Make writeback more responsive to system conditionsSteven Whitehouse
2011-04-20GFS2: Use filemap_fdatawrite() to write back the AILSteven Whitehouse
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-14GFS2: Update to AIL list lockingSteven Whitehouse
2011-03-11GFS2: introduce AIL lockDave Chinner
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse
2010-09-10gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig