summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * GFS2: Refactor gfs2_remove_from_journalBob Peterson2016-05-061-1/+1
| * GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez2016-04-191-1/+2
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-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-161-9/+7
|\ \ | |/ |/|
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-111-4/+3
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-111-3/+2
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-141-3/+3
|\ \ | |/ |/|
| * gfs2: perform quota checks against allocation parametersAbhi Das2015-03-181-3/+3
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
|/
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+5
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-1/+1
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+5
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-041-1/+0