summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lops.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: be more verbose replaying invalid rgrp blocksBob Peterson2021-08-191-15/+29
* gfs2: Clean up revokes on normal withdrawsBob Peterson2021-05-201-1/+6
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-291-5/+8
|\
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-5/+8
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
*-. Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-231-3/+7
|\ \
| | * gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-221-1/+0
| | * gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher2021-01-191-1/+1
| * | gfs2: Add local resource group lockingAndreas Gruenbacher2021-02-171-1/+5
| * | gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher2021-02-171-0/+1
| |/
* | gfs2: keep bios separate for each journalBob Peterson2021-01-251-6/+8
* | gfs2: make gfs2_log_write_page staticBob Peterson2020-12-311-1/+1
|/
* gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson2020-10-291-26/+5
* gfs2: Recover statfs info in journal headAbhi Das2020-10-231-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher2020-05-291-10/+5
* gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher2020-05-081-7/+12
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-271-3/+3
* gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson2020-02-271-0/+3
* gfs2: Only complain the first time an io error occurs in quota or logBob Peterson2020-02-101-2/+3
* gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das2020-02-061-1/+1
* gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-071-1/+1
* gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher2020-01-071-24/+44
* gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-11-141-4/+1
* gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher2019-11-121-14/+15
* gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-271-1/+1
* gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson2019-06-271-2/+20
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* | Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-061-24/+9
|/
* Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-05-081-22/+238
|\
| * gfs2: read journal in large chunksAbhi Das2019-05-071-6/+206
| * gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-071-2/+2
| * gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher2019-05-071-3/+3
| * gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-071-9/+24
| * gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-071-2/+4
| * gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-071-3/+3
* | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-2/+4
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-3/+6
* | Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-141-184/+6
|/
* gfs2: read journal in large chunks to locate the headAbhi Das2018-12-111-6/+184
* gfs2: changes to gfs2_log_XXX_bioAbhi Das2018-12-111-34/+39
* gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher2018-10-121-1/+1
* gfs2: Don't withdraw under a spin lockAndreas Gruenbacher2018-06-211-1/+1
* GFS2: Fix minor comment typoBob Peterson2018-01-251-1/+1
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-7/+9
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1