summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds6 days1-1/+1
|\
| * gfs2: Get rid of newlines in log messagesAndreas Gruenbacher2024-04-091-1/+1
* | Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2024-03-251-2/+3
|\|
| * gfs2: Fix invalid metadata access in punch_holeAndrew Price2024-03-111-2/+3
* | iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+1
|/
* Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-071-6/+11
|\
| * gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher2023-11-061-2/+2
| * gfs2: Add metapath_dibh helperAndreas Gruenbacher2023-11-021-1/+7
| * gfs2: Remove unused gfs2_extent_length argumentAndreas Gruenbacher2023-09-181-3/+2
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-25/+23
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-251-1/+1
| * | gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)2023-10-251-25/+23
| |/
* / gfs2: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
|/
* Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-051-1/+1
|\
| * gfs: Don't use GFP_NOFS in gfs2_unstuff_dinodeAndreas Gruenbacher2023-09-051-1/+1
* | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-1/+1
|\ \
| * | iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)2023-07-241-1/+1
| |/
* / gfs2: convert to ctime accessor functionsJeff Layton2023-07-241-6/+5
|/
* gfs2: fix minor comment typosBob Peterson2023-06-061-2/+2
* gfs2: Eliminate gfs2_trim_blocksBob Peterson2023-04-181-8/+0
* gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher2023-02-221-2/+2
* iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-2/+2
* iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-181-3/+3
* iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-181-8/+13
* iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-181-2/+2
* iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-181-3/+12
* gfs2: Always check inode size of inline inodesAndreas Gruenbacher2022-12-061-3/+0
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-3/+2
* gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher2022-05-131-6/+5
* gfs2: Remove return value for gfs2_indirect_initBob Peterson2022-03-031-4/+3
* gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher2022-02-151-1/+1
* gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher2021-11-061-1/+1
* gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2021-10-201-59/+1
* iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-161-3/+2
* gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher2021-06-291-31/+31
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-1/+4
* gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_bufferAndreas Gruenbacher2021-04-031-1/+1
* gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentAndreas Gruenbacher2021-04-031-24/+0
* gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extentAndreas Gruenbacher2021-04-031-20/+39
* gfs2: Add new gfs2_iomap_get helperAndreas Gruenbacher2021-04-031-30/+35
*-. Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-231-2/+2
|\ \
| * | gfs2: Use resource group glock sharingBob Peterson2021-02-171-1/+1
| * | gfs2: Only use struct gfs2_rbm for bitmap manipulationsAndreas Gruenbacher2021-01-181-1/+1
| |/
* / gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher2021-02-101-3/+3
|/
* Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson2020-11-121-6/+2
* gfs2: Ignore journal log writes for jdata holesBob Peterson2020-10-151-2/+6
* gfs2: simplify gfs2_block_mapBob Peterson2020-10-151-9/+5
* gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig2020-10-141-12/+36
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-08-101-30/+39
|\