summaryrefslogtreecommitdiff
path: root/fs/gfs2/bmap.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31gfs2: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-06-26Merge tag 'gfs2-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-0/+19
2026-06-04gfs2: Convert gfs2_metapath_ra to bh_submit()Matthew Wilcox (Oracle)1-6/+7
2026-05-29gfs2: page poisoning fixAndreas Gruenbacher1-0/+19
2026-04-15Merge tag 'gfs2-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-1/+1
2026-04-07gfs2: inode directory consistency checksAndreas Gruenbacher1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-30gfs2: Fix use-after-free in iomap inline data write pathDeepanshu Kartikey1-1/+12
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig1-9/+12
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-12/+14
2025-05-22gfs2: Move gfs2_trans_add_databufsAndreas Gruenbacher1-1/+2
2025-05-22gfs2: Do not call iomap_zero_range beyond eofAndreas Gruenbacher1-2/+4
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig1-1/+2
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-1/+1
2024-04-09gfs2: Get rid of newlines in log messagesAndreas Gruenbacher1-1/+1
2024-03-25Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-2/+3
2024-03-11gfs2: Fix invalid metadata access in punch_holeAndrew Price1-2/+3
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+11
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher1-2/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-25/+23
2023-11-02gfs2: Add metapath_dibh helperAndreas Gruenbacher1-1/+7
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-25gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)1-25/+23
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton1-5/+5
2023-09-18gfs2: Remove unused gfs2_extent_length argumentAndreas Gruenbacher1-3/+2
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-09-05gfs: Don't use GFP_NOFS in gfs2_unstuff_dinodeAndreas Gruenbacher1-1/+1
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-24iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)1-1/+1
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton1-6/+5
2023-06-06gfs2: fix minor comment typosBob Peterson1-2/+2
2023-04-18gfs2: Eliminate gfs2_trim_blocksBob Peterson1-8/+0
2023-02-22gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher1-2/+2
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-2/+2
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher1-3/+3
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher1-8/+13
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher1-2/+2
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher1-3/+12
2022-12-06gfs2: Always check inode size of inline inodesAndreas Gruenbacher1-3/+0
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-3/+2
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-03-03gfs2: Remove return value for gfs2_indirect_initBob Peterson1-4/+3
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher1-1/+1
2021-11-06gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher1-1/+1
2021-10-20gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher1-59/+1
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig1-3/+2
2021-06-29gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher1-31/+31
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-1/+4