summaryrefslogtreecommitdiff
path: root/fs/gfs2/lops.c
AgeCommit message (Expand)Author
2023-12-20gfs2: Remove use of error flag in journal readsMatthew Wilcox (Oracle)
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher
2021-02-17gfs2: Add local resource group lockingAndreas Gruenbacher
2021-02-17gfs2: Add per-reservation reserved block accountingAndreas Gruenbacher
2021-01-25gfs2: keep bios separate for each journalBob Peterson
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher
2020-12-31gfs2: make gfs2_log_write_page staticBob Peterson
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson
2020-10-23gfs2: Recover statfs info in journal headAbhi Das
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-29gfs2: Even more gfs2_find_jhead fixesAndreas Gruenbacher
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher
2020-02-27gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson
2020-02-10gfs2: Only complain the first time an io error occurs in quota or logBob Peterson
2020-02-06gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson
2020-01-07gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher
2019-11-14gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson
2019-11-12gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson
2019-06-27gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-08Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2019-05-07gfs2: read journal in large chunksAbhi Das
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher
2019-05-07gfs2: Remove unnecessary extern declarationsAndreas Gruenbacher
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei