summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c
Commit message (Expand)AuthorAgeFilesLines
...
* gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson2020-10-151-2/+10
* gfs2: Fix bad comment for trans_drainBob Peterson2020-10-141-1/+1
* gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher2020-10-141-30/+31
* gfs2: add some much needed cleanup for log flushes that failBob Peterson2020-08-241-0/+31
* gfs2: Fix inaccurate commentBob Peterson2020-08-071-1/+1
* gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson2020-07-031-6/+9
* gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson2020-06-301-0/+10
* gfs2: fix use-after-free on transaction ail listsBob Peterson2020-06-051-2/+9
* gfs2: new slab for transactionsBob Peterson2020-06-051-4/+5
* gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-06-051-2/+0
* gfs2: instrumentation wrt log_flush stuckBob Peterson2020-06-051-9/+25
* gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher2020-05-081-3/+3
* gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson2020-05-081-0/+5
* gfs2: Fix oversight in gfs2_ail1_flushBob Peterson2020-03-301-1/+2
* gfs2: instrumentation wrt ail1 stuckBob Peterson2020-03-271-0/+40
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-271-3/+3
* gfs2: Additional information when gfs2_ail1_flush withdrawsBob Peterson2020-03-061-1/+4
* gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson2020-02-271-4/+8
* gfs2: drain the ail2 list after io errorsBob Peterson2020-02-271-10/+61
* gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages failsBob Peterson2020-02-271-7/+13
* gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson2020-02-271-1/+1
* gfs2: Issue revokes more intelligentlyBob Peterson2020-02-271-38/+36
* gfs2: log error reformBob Peterson2020-02-101-4/+12
* gfs2: clear ail1 list when gfs2 withdrawsBob Peterson2020-02-101-4/+13
* gfs2: Introduce concept of a pending withdrawBob Peterson2020-02-101-13/+8
* gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher2020-02-101-8/+11
* Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson2020-01-281-1/+2
* gfs2: Fix incorrect variable nameAndreas Gruenbacher2020-01-201-5/+5
* gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-071-8/+4
* gfs2: Don't write log headers after file system withdrawBob Peterson2019-11-211-1/+6
* gfs2: fix infinite loop in gfs2_ail1_flush on io errorBob Peterson2019-11-141-1/+2
* gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-11-141-0/+8
* gfs2: make gfs2_log_shutdown staticBob Peterson2019-11-141-1/+3
* gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher2019-11-121-1/+2
* gfs2: eliminate tr_num_revoke_rmBob Peterson2019-06-271-2/+1
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* | Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-061-3/+1
|/
* gfs2: read journal in large chunksAbhi Das2019-05-071-2/+2
* gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-071-7/+7
* gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-071-1/+3
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-071-1/+2
* gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-071-8/+16
* 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/+0
* 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