aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson1-15/+29
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson1-1/+6
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-5/+8
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-5/+8
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.gitAndreas Gruenbacher1-3/+7
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-1/+0
2021-02-17gfs2: Add local resource group lockingAndreas Gruenbacher1-1/+5
2021-02-17gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher1-0/+1
2021-01-25gfs2: keep bios separate for each journalBob Peterson1-6/+8
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher1-1/+1
2020-12-31gfs2: make gfs2_log_write_page staticBob Peterson1-1/+1
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson1-26/+5
2020-10-23gfs2: Recover statfs info in journal headAbhi Das1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher1-10/+5
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-3/+3
2020-02-27gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson1-0/+3
2020-02-10gfs2: Only complain the first time an io error occurs in quota or logBob Peterson1-2/+3
2020-02-06gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das1-1/+1
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-1/+1
2020-01-07gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher1-24/+44
2019-11-14gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson1-4/+1
2019-11-12gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher1-14/+15
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-1/+1
2019-06-27gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson1-2/+20
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson1-24/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-22/+238
2019-05-07gfs2: read journal in large chunksAbhi Das1-6/+206
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher1-2/+2
2019-05-07gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher1-3/+3
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson1-9/+24
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher1-2/+4
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson1-3/+3
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-3/+6
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson1-184/+6
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das1-6/+184
2018-12-11gfs2: changes to gfs2_log_XXX_bioAbhi Das1-34/+39
2018-10-12gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher1-1/+1
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher1-1/+1
2018-01-25GFS2: Fix minor comment typoBob Peterson1-1/+1
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-7/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-25GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson1-2/+5