summaryrefslogtreecommitdiff
path: root/fs/gfs2/meta_io.c
AgeCommit message (Expand)Author
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)
2023-01-18gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher
2022-09-11gfs2: replace ll_rw_block()Zhang Yi
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-05-09gfs2: Convert to release_folioMatthew Wilcox (Oracle)
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-03gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_bufferAndreas Gruenbacher
2021-04-03gfs2: don't create empty buffers for NO_CREATEBob Peterson
2020-10-15gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson
2020-05-06gfs2: fix withdraw sequence deadlockBob Peterson
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-21gfs2: add flag REQ_PRIO for metadata I/OColy Li
2017-07-17GFS2: Prevent double brelse in gfs2_meta_indirect_bufferBob Peterson
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-01-27GFS2: Switch tr_touched to flag in transactionBob Peterson
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-18gfs2: Fix extended attribute readahead optimizationAndreas Gruenbacher
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-07gfs2: use bio op accessorsMike Christie
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-05-06GFS2: Refactor gfs2_remove_from_journalBob Peterson
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-11-18gfs2: Extended attribute readahead optimizationAndreas Gruenbacher
2015-11-16gfs2: Extended attribute readaheadAndreas Gruenbacher
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson