summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-141-2/+2
* gfs2: Remove vestigial bd_opsBob Peterson2018-12-111-1/+0Star
* gfs2: read journal in large chunks to locate the headAbhi Das2018-12-111-2/+2
* gfs2: changes to gfs2_log_XXX_bioAbhi Das2018-12-111-2/+2
* gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson2018-10-151-2/+2
* gfs2: slow the deluge of io error messagesBob Peterson2018-10-051-2/+5
* gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann2018-06-211-1/+1
* gfs2: Don't withdraw under a spin lockAndreas Gruenbacher2018-06-211-7/+19
* GFS2: Make function gfs2_remove_from_ail staticBob Peterson2018-03-081-1/+1
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-6/+8
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-19/+56
* gfs2: Get rid of gfs2_log_header_inAndreas Gruenbacher2018-01-221-1/+1
* gfs2: Trim the ordered write list in gfs2_ordered_write()Abhi Das2017-12-221-2/+5
* GFS2: Reduce code redundancy writing log headersBob Peterson2017-12-221-14/+32
* GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson2017-08-251-0/+9
* gfs2: forcibly flush ail to relieve memory pressureAbhi Das2017-08-101-0/+4
* Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-061-3/+0Star
|\
| * GFS2: Eliminate vestigial sd_log_flush_wrappedBob Peterson2017-06-201-3/+0Star
* | gfs2: Make flush bios explicitely syncJan Kara2017-05-241-1/+1
|/
* Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-211-6/+15
|\
| * GFS2: Switch tr_touched to flag in transactionBob Peterson2017-01-271-3/+3
| * GFS2: Wake up io waiters whenever a flush is doneBob Peterson2017-01-071-1/+5
| * GFS2: Made logd daemon take into account log demandBob Peterson2017-01-051-2/+7
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
|/
* gfs2: use bio op accessorsMike Christie2016-06-071-4/+4
* gfs2: clear journal live bit in gfs2_log_flushBenjamin Marzinski2015-12-141-0/+3
* GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski2014-11-171-21/+21
* GFS2: remove transaction glockBenjamin Marzinski2014-05-141-30/+63
* GFS2: Re-add a call to log_flush_wait when flushing the journalBob Peterson2014-03-121-0/+1
* GFS2: Remove extra "if" in gfs2_log_flush()Steven Whitehouse2014-02-251-5/+3Star
* GFS2: Move log buffer accounting to transactionSteven Whitehouse2014-02-241-43/+24Star
* GFS2: Move log buffer lists into transactionSteven Whitehouse2014-02-241-3/+25
* GFS2: Plug on AIL flushSteven Whitehouse2014-02-031-0/+4
* GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson2013-12-131-2/+2
* GFS2: aggressively issue revokes in gfs2_log_flushBenjamin Marzinski2013-06-191-4/+74
* GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski2013-04-081-47/+57
* GFS2: Use ->writepages for ordered writesSteven Whitehouse2013-01-291-40/+36Star
* GFS2: eliminate log elements and simplifyBob Peterson2012-05-021-6/+6
* GFS2: Log code fixesSteven Whitehouse2012-04-241-4/+0Star
* GFS2: Remove bd_list_trSteven Whitehouse2012-04-241-17/+0Star
* GFS2: Clean up log write code pathSteven Whitehouse2012-04-241-46/+11Star
* GFS2: Drop "pull" argument from log_write_header()Steven Whitehouse2012-04-241-9/+4Star
* GFS2: Clean up log flush header writingSteven Whitehouse2012-03-091-65/+66
* GFS2: Make bd_cmp() staticSteven Whitehouse2012-02-281-1/+1
* GFS2: Sort the ordered write listBob Peterson2012-02-281-0/+16
* GFS2: Move two functions from log.c to lops.cSteven Whitehouse2012-02-281-97/+4Star
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+2
|\
| * freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-211-2/+2
* | GFS2: Fix up REQ flagsSteven Whitehouse2011-11-081-1/+1
|/
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-231-2/+2