summaryrefslogtreecommitdiff
path: root/fs/gfs2/meta_io.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-27Revert "gfs2: don't stop reads while withdraw in progress"Andreas Gruenbacher1-6/+3
2025-11-27gfs2: Kill gfs2_io_error_bh_wdAndreas Gruenbacher1-2/+2
2025-11-27gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher1-3/+3
2025-07-15gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price1-0/+2
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher1-4/+2
2025-07-09gfs2: Use SECTOR_SIZE and SECTOR_SHIFTAndreas Gruenbacher1-1/+1
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher1-1/+1
2025-03-10gfs2: Convert gfs2_meta_read_endio() to use a folioMatthew Wilcox (Oracle)1-7/+6
2025-03-10gfs2: Use b_folio in gfs2_submit_bhs()Matthew Wilcox (Oracle)1-1/+1
2024-09-02gfs2: Remove gfs2_aspace_writepage()Matthew Wilcox (Oracle)1-8/+0
2024-09-02gfs2: Add gfs2_aspace_writepages()Matthew Wilcox (Oracle)1-5/+23
2024-05-03gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)1-8/+8
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-3/+6
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher1-3/+3
2023-10-26buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-26gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)1-14/+8
2023-10-26gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)1-22/+17
2023-01-19gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-1/+1
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher1-0/+6
2022-09-12gfs2: replace ll_rw_block()Zhang Yi1-5/+2
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-5/+4
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-5/+4
2022-05-10gfs2: Convert to release_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+4
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson1-4/+3
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+2
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-0/+1
2021-04-03gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_bufferAndreas Gruenbacher1-5/+4
2021-04-03gfs2: don't create empty buffers for NO_CREATEBob Peterson1-3/+7
2020-10-15gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson1-5/+76
2020-05-06gfs2: fix withdraw sequence deadlockBob Peterson1-1/+1
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-1/+2
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-3/+3
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher1-2/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-21gfs2: add flag REQ_PRIO for metadata I/OColy Li1-2/+4
2017-07-17GFS2: Prevent double brelse in gfs2_meta_indirect_bufferBob Peterson1-1/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2017-01-27GFS2: Switch tr_touched to flag in transactionBob Peterson1-3/+3
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-2/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3