summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/recovery.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* gfs2: read journal in large chunksAbhi Das2019-05-071-124/+1Star
* 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/+0Star
* 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/+16Star
* GFS2: Reduce code redundancy writing log headersBob Peterson2017-12-221-50/+9Star
* 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/+1Star
* 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/+21Star
* GFS2: Tag all metadata with jidSteven Whitehouse2009-12-031-0/+2
* SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULEDavid Howells2009-11-201-0/+1
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-0/+1
* GFS2: Umount recovery race fixSteven Whitehouse2009-05-191-69/+33Star
* GFS2: Merge lock_dlm module into GFS2Steven Whitehouse2009-03-241-13/+15
* GFS2: Move four functions from super.cSteven Whitehouse2009-01-051-0/+22
* GFS2: Move gfs2_recoverd into recovery.cSteven Whitehouse2009-01-051-1/+25
* [GFS2] No lock_nolockSteven Whitehouse2008-06-271-0/+3
* [GFS2] Clean up the glock coreSteven Whitehouse2008-06-271-1/+1
* [GFS2] fix GFP_KERNEL misusesJosef Bacik2008-04-101-1/+1
* [GFS2] fs/gfs2/recovery.c: suppress warningsakpm@linux-foundation.org2008-03-311-1/+1
* [GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse2008-03-311-1/+10
* fs/: Spelling fixesJoe Perches2008-02-031-1/+1
* [GFS2] Allow journal recovery on read-only mountAbhijith Das2008-01-251-4/+12
* [GFS2] Remove function gfs2_get_blockBob Peterson2008-01-251-1/+1
* [GFS2] Ensure journal file cache is flushed after recoveryBob Peterson2007-10-101-1/+1
* [GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse2007-07-091-4/+18
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [GFS2] Fix indent in recovery.cSteven Whitehouse2006-12-051-1/+1
* [GFS2] Fix crc32 calculation in recovery.cSteven Whitehouse2006-11-301-4/+5
* [GFS2] split and annotate gfs2_log_headAl Viro2006-11-301-11/+11
* [GFS2] Fix bmap to map extents properlySteven Whitehouse2006-10-201-2/+3
* [GFS2/DLM] Fix trailing whitespaceSteven Whitehouse2006-09-251-2/+2