summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c
AgeCommit message (Expand)AuthorLines
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-30/+39
2020-08-07gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson-30/+39
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-05-08gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher-7/+9
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher-1/+2
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson-1/+1
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson-1/+1
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher-2/+2
2019-12-05Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-2/+9
2019-11-07gfs2: Improve mmap write vs. punch_hole consistencyAndreas Gruenbacher-2/+9
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues-1/+2
2019-09-17gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson-0/+1
2019-09-06gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher-1/+1
2019-08-09gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig-67/+1
2019-08-09gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher-2/+10
2019-08-09gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher-52/+62
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher-63/+101
2019-07-31gfs2: Inode dirtying fixAndreas Gruenbacher-3/+12
2019-07-10Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds-8/+6
2019-07-10Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-0/+2
2019-07-04gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher-5/+4
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher-0/+2
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson-3/+2
2019-06-14Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+4
2019-06-14gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner-4/+1
2019-05-07gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher-40/+48
2019-05-07gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher-2/+2
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson-0/+26
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+2
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher-5/+10
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2018-12-18gfs2: take jdata unstuff into account in do_growBob Peterson-0/+2
2018-12-11gfs2: add more timing info to journal recovery processAbhi Das-2/+6
2018-11-16Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+27
2018-11-16gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher-23/+17
2018-11-09gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher-4/+10
2018-10-24Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher-5/+1
2018-10-12gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher-2/+2
2018-10-09gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher-0/+4
2018-07-25gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher-1/+1
2018-07-25Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher-1/+3
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher-72/+326
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher-2/+12
2018-07-02gfs2: gfs2_extent_length cleanupAndreas Gruenbacher-16/+8
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher-28/+270
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher-32/+42
2018-06-21gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher-5/+5
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-5/+6