summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-1/+1
* gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher2023-09-051-2/+2
* gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-031-1/+1
* gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-031-12/+12
* gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-151-1/+1
* gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-151-4/+4
* gfs2: replace 'found' with dedicated list iterator variableJakob Koschel2022-05-141-12/+10
* gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-1/+2
* gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentAndreas Gruenbacher2021-04-031-2/+2
* gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher2021-02-051-1/+3
* gfs2: keep bios separate for each journalBob Peterson2021-01-251-1/+1
* gfs2: Add common helper for holding and releasing the freeze glockBob Peterson2020-12-231-5/+3
* gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson2020-10-291-1/+1
* gfs2: Recover statfs info in journal headAbhi Das2020-10-231-0/+104
* gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das2020-10-201-0/+4
* gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2020-07-031-2/+2
* gfs2: change from write to read lock for sd_log_flush_lock in journal replayBob Peterson2020-03-271-2/+2
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-271-1/+1
* gfs2: allow journal replay to hold sd_log_flush_lockBob Peterson2020-02-271-0/+5
* gfs2: Ignore dlm recovery requests if gfs2 is withdrawnBob Peterson2020-02-101-0/+5
* gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher2019-11-121-2/+4
* gfs2: removed unnecessary semicolonAliasgar Surti2019-10-301-1/+1
* gfs2: log which portion of the journal is replayedBob Peterson2019-06-271-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: read journal in large chunksAbhi Das2019-05-071-124/+1
* gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-071-4/+6
* Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-141-0/+123
* gfs2: read journal in large chunks to locate the headAbhi Das2018-12-111-123/+0
* gfs2: add a helper function to get_log_header that can be used elsewhereAbhi Das2018-12-111-21/+32
* gfs2: add more timing info to journal recovery processAbhi Das2018-12-111-0/+2
* GFS2: Fix recovery issues for spectatorsBob Peterson2018-07-251-3/+4
* gfs2: time journal recovery steps accuratelyAbhi Das2018-03-291-6/+14
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-6/+11
* gfs2: Get rid of gfs2_log_header_inAndreas Gruenbacher2018-01-221-28/+16
* GFS2: Reduce code redundancy writing log headersBob Peterson2017-12-221-50/+9
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* GFS2: Fix gfs2_replay_incr_blk for multiple journal sizesBob Peterson2016-07-211-3/+3
* GFS2: fix sprintf format specifieralex chen2015-01-131-1/+1
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-7/+1
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-041-11/+11
|\
| * GFS2: remove transaction glockBenjamin Marzinski2014-05-141-11/+11
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* GFS2: Move recovery variables to journal structure in memoryBob Peterson2014-03-071-8/+8
* GFS2: fail mount if journal recovery failsDavid Teigland2012-01-111-1/+2
* GFS2: let spectator mount do read only recoveryDavid Teigland2012-01-111-1/+3
* GFS2: dlm based recovery coordinationDavid Teigland2012-01-111-0/+4
* GFS2: Fix spectator umount issueSteven Whitehouse2010-09-291-6/+6
* GFS2: Fix journal check for spectator mountsSteven Whitehouse2010-09-271-1/+2
* gfs2: use workqueue instead of slow-workTejun Heo2010-07-231-33/+21