summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
...
* gfs2: Only set PageChecked if we have a transactionBob Peterson2020-10-151-1/+2
* gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson2020-10-151-3/+0
* gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-151-1/+4
* gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson2020-10-151-5/+10
* gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig2020-10-141-22/+20
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | gfs2: Rework read and page fault lockingAndreas Gruenbacher2020-07-071-44/+1
|/
* fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-15/+8
* gfs2: don't allow releasepage to free bd still used for revokesBob Peterson2020-02-271-3/+8
* gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepageBob Peterson2020-01-081-3/+1
* gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-2/+2
* gfs2: Some whitespace cleanupsAndreas Gruenbacher2019-10-301-1/+1
* gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher2019-09-041-2/+2
* gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig2019-07-031-1/+1
* gfs2: mark stuffed_readpage staticChristoph Hellwig2019-07-031-2/+1
* gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig2019-07-031-26/+6
* gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig2019-07-031-25/+3
* gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2019-07-031-41/+0
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: Fix iomap write page reclaim deadlockAndreas Gruenbacher2019-05-071-4/+10
* gfs2: Fix the gfs2_invalidatepage descriptionAndreas Gruenbacher2018-12-111-3/+3
* gfs2: Clean up gfs2_is_{ordered,writeback}Andreas Gruenbacher2018-12-111-5/+5
* pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-1/+1
* gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher2018-07-251-1/+5
* gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher2018-07-021-213/+0
* gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-021-98/+2
* gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-021-9/+11
* gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher2018-06-041-3/+4
* gfs2: gfs2_stuffed_write_end cleanupAndreas Gruenbacher2018-06-041-31/+18
* GFS2: Fix allocation error bug with recursive rgrp glockingAndreas Gruenbacher2018-06-041-5/+8
* GFS2: Only set PageChecked for jdata pagesBob Peterson2018-03-081-4/+4
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-1/+2
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-1/+1
* gfs2: Minor gfs2_page_add_databufs cleanupAndreas Gruenbacher2018-01-181-6/+7
* gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher2018-01-181-4/+5
* gfs2: Typo fixesAndreas Gruenbacher2018-01-181-3/+2
* gfs2: Remove unused gfs2_write_jdata_pagevec parameterAndreas Gruenbacher2017-11-271-3/+2
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-1/+1
* gfs2: use pagevec_lookup_range_tag()Jan Kara2017-11-151-18/+2
* gfs2: forcibly flush ail to relieve memory pressureAbhi Das2017-08-101-1/+13
* Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-211-2/+2
|\
| * gfs2: Make gfs2_write_full_page staticAndrew Price2017-02-031-2/+2
* | fix gfs2_stuffed_write_end() on short copiesAl Viro2016-12-101-3/+1
|/
* gfs2: Remove dirty buffer warning from gfs2_releasepageAndreas Gruenbacher2016-08-181-5/+12
* GFS2: use BIT() macroFabian Frederick2016-08-021-1/+1
* gfs2: writeout truncated pagesBenjamin Marzinski2016-06-271-15/+34
* Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-05-201-2/+3
|\