Age | Commit message (Expand) | Author | Files | Lines |
2023-12-20 | gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn | Andreas Gruenbacher | 1 | -1/+1 |
2023-09-05 | gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery" | Andreas Gruenbacher | 1 | -2/+2 |
2023-07-03 | gfs2: Replace sd_freeze_state with SDF_FROZEN flag | Andreas Gruenbacher | 1 | -1/+1 |
2023-07-03 | gfs2: Rework freeze / thaw logic | Andreas Gruenbacher | 1 | -12/+12 |
2023-06-15 | gfs2: Rename gfs2_freeze_lock{ => _shared } | Andreas Gruenbacher | 1 | -1/+1 |
2023-06-15 | gfs2: Rename remaining "transaction" glock references | Andreas Gruenbacher | 1 | -4/+4 |
2022-05-14 | gfs2: replace 'found' with dedicated list iterator variable | Jakob Koschel | 1 | -12/+10 |
2021-04-20 | gfs2: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-04-09 | gfs2: Fix a number of kernel-doc warnings | Lee Jones | 1 | -1/+2 |
2021-04-03 | gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent | Andreas Gruenbacher | 1 | -2/+2 |
2021-02-05 | gfs2: Lock imbalance on error path in gfs2_recover_one | Andreas Gruenbacher | 1 | -1/+3 |
2021-01-25 | gfs2: keep bios separate for each journal | Bob Peterson | 1 | -1/+1 |
2020-12-23 | gfs2: Add common helper for holding and releasing the freeze glock | Bob Peterson | 1 | -5/+3 |
2020-10-29 | gfs2: Split up gfs2_meta_sync into inode and rgrp versions | Bob Peterson | 1 | -1/+1 |
2020-10-23 | gfs2: Recover statfs info in journal head | Abhi Das | 1 | -0/+104 |
2020-10-20 | gfs2: Add fields for statfs info in struct gfs2_log_header_host | Abhi Das | 1 | -0/+4 |
2020-07-03 | gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE | Bob Peterson | 1 | -2/+2 |
2020-03-27 | gfs2: change from write to read lock for sd_log_flush_lock in journal replay | Bob Peterson | 1 | -2/+2 |
2020-03-27 | gfs2: Switch to list_{first,last}_entry | Andreas Gruenbacher | 1 | -1/+1 |
2020-02-27 | gfs2: allow journal replay to hold sd_log_flush_lock | Bob Peterson | 1 | -0/+5 |
2020-02-10 | gfs2: Ignore dlm recovery requests if gfs2 is withdrawn | Bob Peterson | 1 | -0/+5 |
2019-11-12 | gfs2: Remove active journal side effect from gfs2_write_log_header | Andreas Gruenbacher | 1 | -2/+4 |
2019-10-30 | gfs2: removed unnecessary semicolon | Aliasgar Surti | 1 | -1/+1 |
2019-06-27 | gfs2: log which portion of the journal is replayed | Bob Peterson | 1 | -1/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 | Thomas Gleixner | 1 | -4/+1 |
2019-05-07 | gfs2: read journal in large chunks | Abhi Das | 1 | -124/+1 |
2019-05-07 | gfs2: clean_journal improperly set sd_log_flush_head | Bob Peterson | 1 | -4/+6 |
2019-02-14 | Revert "gfs2: read journal in large chunks to locate the head" | Bob Peterson | 1 | -0/+123 |
2018-12-11 | gfs2: read journal in large chunks to locate the head | Abhi Das | 1 | -123/+0 |
2018-12-11 | gfs2: add a helper function to get_log_header that can be used elsewhere | Abhi Das | 1 | -21/+32 |
2018-12-11 | gfs2: add more timing info to journal recovery process | Abhi Das | 1 | -0/+2 |
2018-07-25 | GFS2: Fix recovery issues for spectators | Bob Peterson | 1 | -3/+4 |
2018-03-29 | gfs2: time journal recovery steps accurately | Abhi Das | 1 | -6/+14 |
2018-01-23 | GFS2: Introduce new gfs2_log_header_v2 | Bob Peterson | 1 | -6/+11 |
2018-01-22 | gfs2: Get rid of gfs2_log_header_in | Andreas Gruenbacher | 1 | -28/+16 |
2017-12-22 | GFS2: Reduce code redundancy writing log headers | Bob Peterson | 1 | -50/+9 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -1/+1 |
2016-07-21 | GFS2: Fix gfs2_replay_incr_blk for multiple journal sizes | Bob Peterson | 1 | -3/+3 |
2015-01-13 | GFS2: fix sprintf format specifier | alex chen | 1 | -1/+1 |
2014-07-16 | sched: Remove proliferation of wait_on_bit() action functions | NeilBrown | 1 | -7/+1 |
2014-06-04 | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -11/+11 |
2014-05-14 | GFS2: remove transaction glock | Benjamin Marzinski | 1 | -11/+11 |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -1/+1 |
2014-03-07 | GFS2: Move recovery variables to journal structure in memory | Bob Peterson | 1 | -8/+8 |
2012-01-11 | GFS2: fail mount if journal recovery fails | David Teigland | 1 | -1/+2 |
2012-01-11 | GFS2: let spectator mount do read only recovery | David Teigland | 1 | -1/+3 |
2012-01-11 | GFS2: dlm based recovery coordination | David Teigland | 1 | -0/+4 |
2010-09-29 | GFS2: Fix spectator umount issue | Steven Whitehouse | 1 | -6/+6 |
2010-09-27 | GFS2: Fix journal check for spectator mounts | Steven Whitehouse | 1 | -1/+2 |
2010-07-23 | gfs2: use workqueue instead of slow-work | Tejun Heo | 1 | -33/+21 |