aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
AgeCommit message (Expand)Author
2018-07-25gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher
2018-07-02gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher
2018-06-04gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher
2018-06-04gfs2: gfs2_stuffed_write_end cleanupAndreas Gruenbacher
2018-06-04GFS2: Fix allocation error bug with recursive rgrp glockingAndreas Gruenbacher
2018-03-08GFS2: Only set PageChecked for jdata pagesBob Peterson
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson
2018-01-18gfs2: Minor gfs2_page_add_databufs cleanupAndreas Gruenbacher
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher
2018-01-18gfs2: Typo fixesAndreas Gruenbacher
2017-11-27gfs2: Remove unused gfs2_write_jdata_pagevec parameterAndreas Gruenbacher
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15gfs2: use pagevec_lookup_range_tag()Jan Kara
2017-08-10gfs2: forcibly flush ail to relieve memory pressureAbhi Das
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-03gfs2: Make gfs2_write_full_page staticAndrew Price
2016-12-10fix gfs2_stuffed_write_end() on short copiesAl Viro
2016-08-18gfs2: Remove dirty buffer warning from gfs2_releasepageAndreas Gruenbacher
2016-08-02GFS2: use BIT() macroFabian Frederick
2016-06-27gfs2: writeout truncated pagesBenjamin Marzinski
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2016-05-06GFS2: Refactor gfs2_remove_from_journalBob Peterson
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-19GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-15GFS2: Fix direct IO write rounding errorBob Peterson
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds
2015-05-05gfs2: kerneldoc warning fixesFabian Frederick
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-14Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-02-06GFS2: journal data writepages updateSteven Whitehouse
2014-01-14GFS2: No need to invalidate pages for a dio readSteven Whitehouse
2014-01-03GFS2: Clean up releasepageSteven Whitehouse