aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/recovery.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-14gfs2: replace 'found' with dedicated list iterator variableGravatar Jakob Koschel 1-12/+10
2021-04-20gfs2: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-04-09gfs2: Fix a number of kernel-doc warningsGravatar Lee Jones 1-1/+2
2021-04-03gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentGravatar Andreas Gruenbacher 1-2/+2
2021-02-05gfs2: Lock imbalance on error path in gfs2_recover_oneGravatar Andreas Gruenbacher 1-1/+3
2021-01-25gfs2: keep bios separate for each journalGravatar Bob Peterson 1-1/+1
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockGravatar Bob Peterson 1-5/+3
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsGravatar Bob Peterson 1-1/+1
2020-10-23gfs2: Recover statfs info in journal headGravatar Abhi Das 1-0/+104
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostGravatar Abhi Das 1-0/+4
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEGravatar Bob Peterson 1-2/+2
2020-03-27gfs2: change from write to read lock for sd_log_flush_lock in journal replayGravatar Bob Peterson 1-2/+2
2020-03-27gfs2: Switch to list_{first,last}_entryGravatar Andreas Gruenbacher 1-1/+1
2020-02-27gfs2: allow journal replay to hold sd_log_flush_lockGravatar Bob Peterson 1-0/+5
2020-02-10gfs2: Ignore dlm recovery requests if gfs2 is withdrawnGravatar Bob Peterson 1-0/+5
2019-11-12gfs2: Remove active journal side effect from gfs2_write_log_headerGravatar Andreas Gruenbacher 1-2/+4
2019-10-30gfs2: removed unnecessary semicolonGravatar Aliasgar Surti 1-1/+1
2019-06-27gfs2: log which portion of the journal is replayedGravatar Bob Peterson 1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Gravatar Thomas Gleixner 1-4/+1
2019-05-07gfs2: read journal in large chunksGravatar Abhi Das 1-124/+1
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headGravatar Bob Peterson 1-4/+6
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Gravatar Bob Peterson 1-0/+123
2018-12-11gfs2: read journal in large chunks to locate the headGravatar Abhi Das 1-123/+0
2018-12-11gfs2: add a helper function to get_log_header that can be used elsewhereGravatar Abhi Das 1-21/+32
2018-12-11gfs2: add more timing info to journal recovery processGravatar Abhi Das 1-0/+2
2018-07-25GFS2: Fix recovery issues for spectatorsGravatar Bob Peterson 1-3/+4
2018-03-29gfs2: time journal recovery steps accuratelyGravatar Abhi Das 1-6/+14
2018-01-23GFS2: Introduce new gfs2_log_header_v2Gravatar Bob Peterson 1-6/+11
2018-01-22gfs2: Get rid of gfs2_log_header_inGravatar Andreas Gruenbacher 1-28/+16
2017-12-22GFS2: Reduce code redundancy writing log headersGravatar Bob Peterson 1-50/+9
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-1/+1
2016-07-21GFS2: Fix gfs2_replay_incr_blk for multiple journal sizesGravatar Bob Peterson 1-3/+3
2015-01-13GFS2: fix sprintf format specifierGravatar alex chen 1-1/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-7/+1
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+11
2014-05-14GFS2: remove transaction glockGravatar Benjamin Marzinski 1-11/+11
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2014-03-07GFS2: Move recovery variables to journal structure in memoryGravatar Bob Peterson 1-8/+8
2012-01-11GFS2: fail mount if journal recovery failsGravatar David Teigland 1-1/+2
2012-01-11GFS2: let spectator mount do read only recoveryGravatar David Teigland 1-1/+3
2012-01-11GFS2: dlm based recovery coordinationGravatar David Teigland 1-0/+4
2010-09-29GFS2: Fix spectator umount issueGravatar Steven Whitehouse 1-6/+6
2010-09-27GFS2: Fix journal check for spectator mountsGravatar Steven Whitehouse 1-1/+2
2010-07-23gfs2: use workqueue instead of slow-workGravatar Tejun Heo 1-33/+21
2009-12-03GFS2: Tag all metadata with jidGravatar Steven Whitehouse 1-0/+2
2009-11-20SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEGravatar David Howells 1-0/+1
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 1-0/+1
2009-05-19GFS2: Umount recovery race fixGravatar Steven Whitehouse 1-69/+33
2009-03-24GFS2: Merge lock_dlm module into GFS2Gravatar Steven Whitehouse 1-13/+15
2009-01-05GFS2: Move four functions from super.cGravatar Steven Whitehouse 1-0/+22