aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27gfs2: don't allow releasepage to free bd still used for revokesBob Peterson1-3/+8
2020-01-08gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepageBob Peterson1-3/+1
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-2/+2
2019-10-30gfs2: Some whitespace cleanupsAndreas Gruenbacher1-1/+1
2019-09-04gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher1-2/+2
2019-07-03gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig1-1/+1
2019-07-03gfs2: mark stuffed_readpage staticChristoph Hellwig1-2/+1
2019-07-03gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig1-26/+6
2019-07-03gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig1-25/+3
2019-07-03gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig1-41/+0
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher1-4/+10
2018-12-11gfs2: Fix the gfs2_invalidatepage descriptionAndreas Gruenbacher1-3/+3
2018-12-11gfs2: Clean up gfs2_is_{ordered,writeback}Andreas Gruenbacher1-5/+5
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox1-1/+1
2018-07-25gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher1-1/+5
2018-07-02gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher1-213/+0
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher1-98/+2
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher1-9/+11
2018-06-04gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher1-3/+4
2018-06-04gfs2: gfs2_stuffed_write_end cleanupAndreas Gruenbacher1-31/+18
2018-06-04GFS2: Fix allocation error bug with recursive rgrp glockingAndreas Gruenbacher1-5/+8
2018-03-08GFS2: Only set PageChecked for jdata pagesBob Peterson1-4/+4
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson1-1/+2
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-1/+1
2018-01-18gfs2: Minor gfs2_page_add_databufs cleanupAndreas Gruenbacher1-6/+7
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher1-4/+5
2018-01-18gfs2: Typo fixesAndreas Gruenbacher1-3/+2
2017-11-27gfs2: Remove unused gfs2_write_jdata_pagevec parameterAndreas Gruenbacher1-3/+2
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-1/+1
2017-11-15gfs2: use pagevec_lookup_range_tag()Jan Kara1-18/+2
2017-08-10gfs2: forcibly flush ail to relieve memory pressureAbhi Das1-1/+13
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+2
2017-02-03gfs2: Make gfs2_write_full_page staticAndrew Price1-2/+2
2016-12-10fix gfs2_stuffed_write_end() on short copiesAl Viro1-3/+1
2016-08-18gfs2: Remove dirty buffer warning from gfs2_releasepageAndreas Gruenbacher1-5/+12
2016-08-02GFS2: use BIT() macroFabian Frederick1-1/+1
2016-06-27gfs2: writeout truncated pagesBenjamin Marzinski1-15/+34
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-2/+3
2016-05-06GFS2: Refactor gfs2_remove_from_journalBob Peterson1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+3
2016-04-19GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-22/+22
2016-03-15GFS2: Fix direct IO write rounding errorBob Peterson1-1/+1
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson1-1/+1
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-4/+8
2015-05-05gfs2: kerneldoc warning fixesFabian Frederick1-4/+8
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+7