aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher1-63/+101
2019-07-31gfs2: Inode dirtying fixAndreas Gruenbacher1-3/+12
2019-07-10Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-8/+6
2019-07-10Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2019-07-04gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher1-5/+4
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher1-0/+2
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson1-3/+2
2019-06-14Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+4
2019-06-14gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher1-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher1-40/+48
2019-05-07gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher1-2/+2
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson1-0/+26
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-2/+2
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher1-5/+10
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-18gfs2: take jdata unstuff into account in do_growBob Peterson1-0/+2
2018-12-11gfs2: add more timing info to journal recovery processAbhi Das1-2/+6
2018-11-16Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-27/+27
2018-11-16gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher1-23/+17
2018-11-09gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher1-4/+10
2018-10-24Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+2
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher1-5/+1
2018-10-12gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher1-2/+2
2018-10-09gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher1-0/+4
2018-07-25gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher1-1/+1
2018-07-25Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher1-1/+3
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher1-72/+326
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher1-2/+12
2018-07-02gfs2: gfs2_extent_length cleanupAndreas Gruenbacher1-16/+8
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher1-28/+270
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher1-32/+42
2018-06-21gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher1-5/+5
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+6
2018-06-04gfs2: Iomap cleanups and improvementsAndreas Gruenbacher1-86/+119
2018-06-04gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher1-4/+8
2018-06-04gfs2: hole_size improvementAndreas Gruenbacher1-57/+153
2018-06-04gfs2: Update find_metapath commentAndreas Gruenbacher1-3/+2
2018-06-01iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig1-3/+5
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig1-2/+1
2018-04-16gfs2: Remove sdp->sd_jheightsizeAndreas Gruenbacher1-13/+1
2018-04-12GFS2: Minor improvements to comments and documentationBob Peterson1-1/+1
2018-03-29gfs2: Zero out fallocated blocks in fallocate_chunkAndreas Gruenbacher1-13/+0
2018-03-23gfs2: Check for the end of metadata in punch_holeAndreas Gruenbacher1-1/+9
2018-03-08gfs2: Improve gfs2_block_map commentAndreas Gruenbacher1-4/+11
2018-03-07gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher1-3/+0
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher1-20/+23
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher1-6/+4
2018-01-18gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher1-1/+121
2018-01-18gfs2: Turn trunc_dealloc into punch_holeAndreas Gruenbacher1-59/+120