aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c
AgeCommit message (Expand)Author
2020-07-13gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-06-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher
2020-06-01gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson
2020-02-11gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-07gfs2: read journal in large chunksAbhi Das
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson
2018-12-11gfs2: Remove vestigial bd_opsBob Peterson
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das
2018-12-11gfs2: changes to gfs2_log_XXX_bioAbhi Das
2018-10-15gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson
2018-10-05gfs2: slow the deluge of io error messagesBob Peterson
2018-06-21gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher
2018-03-08GFS2: Make function gfs2_remove_from_ail staticBob Peterson
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson
2018-01-22gfs2: Get rid of gfs2_log_header_inAndreas Gruenbacher
2017-12-22gfs2: Trim the ordered write list in gfs2_ordered_write()Abhi Das
2017-12-22GFS2: Reduce code redundancy writing log headersBob Peterson
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