summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: use iomap_bmap instead of generic_block_bmapChristoph Hellwig2019-07-031-1/+1
* gfs2: mark stuffed_readpage staticChristoph Hellwig2019-07-031-2/+1Star
* gfs2: merge gfs2_writepage_common into gfs2_writepageChristoph Hellwig2019-07-031-26/+6Star
* gfs2: merge gfs2_writeback_aops and gfs2_ordered_aopsChristoph Hellwig2019-07-031-25/+3Star
* gfs2: remove the unused gfs2_stuffed_write_end functionChristoph Hellwig2019-07-031-41/+0Star
* 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/+1Star
* 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/+0Star
* gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-021-98/+2Star
* 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/+18Star
* 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/+2Star
* gfs2: Remove unused gfs2_write_jdata_pagevec parameterAndreas Gruenbacher2017-11-271-3/+2Star
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-161-1/+1
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-161-1/+1
* gfs2: use pagevec_lookup_range_tag()Jan Kara2017-11-161-18/+2Star
* 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/+1Star
|/
* 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-211-2/+3
|\
| * GFS2: Refactor gfs2_remove_from_journalBob Peterson2016-05-061-1/+1
| * GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez2016-04-201-1/+2
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-3/+3
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-22/+22
|/
* GFS2: Fix direct IO write rounding errorBob Peterson2016-03-151-1/+1
* GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-1/+1
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-271-4/+8
|\
| * gfs2: kerneldoc warning fixesFabian Frederick2015-05-051-4/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-171-9/+7Star
|\ \ | |/ |/|
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-4/+3Star
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-3/+2Star
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-151-3/+3
|\ \ | |/ |/|
| * gfs2: perform quota checks against allocation parametersAbhi Das2015-03-181-3/+3