summaryrefslogtreecommitdiff
path: root/fs/gfs2/log.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-05gfs2: new slab for transactionsBob Peterson1-4/+5
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson1-2/+0
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson1-9/+25
2020-05-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher1-3/+3
2020-05-08gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson1-0/+5
2020-03-30gfs2: Fix oversight in gfs2_ail1_flushBob Peterson1-1/+2
2020-03-27gfs2: instrumentation wrt ail1 stuckBob Peterson1-0/+40
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-3/+3
2020-03-06gfs2: Additional information when gfs2_ail1_flush withdrawsBob Peterson1-1/+4
2020-02-27gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson1-4/+8
2020-02-27gfs2: drain the ail2 list after io errorsBob Peterson1-10/+61
2020-02-27gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages failsBob Peterson1-7/+13
2020-02-27gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson1-1/+1
2020-02-27gfs2: Issue revokes more intelligentlyBob Peterson1-38/+36
2020-02-10gfs2: log error reformBob Peterson1-4/+12
2020-02-10gfs2: clear ail1 list when gfs2 withdrawsBob Peterson1-4/+13
2020-02-10gfs2: Introduce concept of a pending withdrawBob Peterson1-13/+8
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher1-8/+11
2020-01-28Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson1-1/+2
2020-01-20gfs2: Fix incorrect variable nameAndreas Gruenbacher1-5/+5
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-8/+4
2019-11-21gfs2: Don't write log headers after file system withdrawBob Peterson1-1/+6
2019-11-14gfs2: fix infinite loop in gfs2_ail1_flush on io errorBob Peterson1-1/+2
2019-11-14gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson1-0/+8
2019-11-14gfs2: make gfs2_log_shutdown staticBob Peterson1-1/+3
2019-11-12gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher1-1/+2
2019-06-27gfs2: eliminate tr_num_revoke_rmBob Peterson1-2/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-08gfs2: read journal in large chunksAbhi Das1-2/+2
2019-05-08gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher1-7/+7
2019-05-08gfs2: Replace gl_revokes with a GLF flagBob Peterson1-1/+3
2019-05-08gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher1-1/+2
2019-05-08gfs2: clean_journal improperly set sd_log_flush_headBob Peterson1-8/+16
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson1-2/+2
2018-12-11gfs2: Remove vestigial bd_opsBob Peterson1-1/+0
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das1-2/+2
2018-12-11gfs2: changes to gfs2_log_XXX_bioAbhi Das1-2/+2
2018-10-15gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson1-2/+2
2018-10-05gfs2: slow the deluge of io error messagesBob Peterson1-2/+5
2018-06-21gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann1-1/+1
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher1-7/+19
2018-03-08GFS2: Make function gfs2_remove_from_ail staticBob Peterson1-1/+1
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson1-6/+8
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-19/+56
2018-01-22gfs2: Get rid of gfs2_log_header_inAndreas Gruenbacher1-1/+1
2017-12-22gfs2: Trim the ordered write list in gfs2_ordered_write()Abhi Das1-2/+5
2017-12-22GFS2: Reduce code redundancy writing log headersBob Peterson1-14/+32
2017-08-25GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson1-0/+9