summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher2020-03-271-1/+2
* gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-1/+1
* gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-271-1/+1
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-271-2/+2
* Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-12-051-2/+9
|\
| * gfs2: Improve mmap write vs. punch_hole consistencyAndreas Gruenbacher2019-11-071-2/+9
* | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-1/+2
|/
* gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-09-171-0/+1
* gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher2019-09-061-1/+1
* gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig2019-08-091-67/+1
* gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher2019-08-091-2/+10
* gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher2019-08-091-52/+62
* gfs2: gfs2_walk_metadata fixAndreas Gruenbacher2019-08-091-63/+101
* gfs2: Inode dirtying fixAndreas Gruenbacher2019-07-311-3/+12
* Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-07-101-8/+6
|\
| * gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher2019-07-041-5/+4
| * gfs2: replace more printk with calls to fs_info and friendsBob Peterson2019-06-271-3/+2
* | Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-101-0/+2
|\ \ | |/ |/|
| * iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-271-0/+2
* | Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-141-1/+4
|\ \ | |/ |/|
| * gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher2019-06-141-1/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
|/
* gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher2019-05-071-40/+48
* gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}Andreas Gruenbacher2019-05-071-2/+2
* gfs2: clean_journal improperly set sd_log_flush_headBob Peterson2019-05-071-0/+26
* Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-2/+2
|\
| * fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-2/+2
* | iomap: Add a page_prepare callbackAndreas Gruenbacher2019-05-011-5/+10
|/
* gfs2: take jdata unstuff into account in do_growBob Peterson2018-12-181-0/+2
* gfs2: add more timing info to journal recovery processAbhi Das2018-12-111-2/+6
* Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-161-27/+27
|\
| * gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-11-161-23/+17
| * gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-091-4/+10
* | Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-2/+2
|\|
| * gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher2018-10-121-2/+2
* | gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher2018-10-121-5/+1
* | gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher2018-10-091-0/+4
|/
* gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-07-251-1/+1
* Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-251-1/+3
|\
* \ Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-241-72/+326
|\ \
| * | gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-021-2/+12
| * | gfs2: gfs2_extent_length cleanupAndreas Gruenbacher2018-07-021-16/+8
| * | gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-021-28/+270
| * | gfs2: Further iomap cleanupsAndreas Gruenbacher2018-07-021-32/+42
| |/
* / gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher2018-06-211-5/+5
|/
* Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-5/+6
|\
| * iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig2018-06-011-3/+5
| * iomap: inline data should be an iomap type, not a flagChristoph Hellwig2018-06-011-2/+1
* | gfs2: Iomap cleanups and improvementsAndreas Gruenbacher2018-06-041-86/+119
* | gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher2018-06-041-4/+8