aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/aops.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 1-1/+1
2017-11-15gfs2: use pagevec_lookup_range_tag()Gravatar Jan Kara 1-18/+2
2017-08-10gfs2: forcibly flush ail to relieve memory pressureGravatar Abhi Das 1-1/+13
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2017-02-03gfs2: Make gfs2_write_full_page staticGravatar Andrew Price 1-2/+2
2016-12-10fix gfs2_stuffed_write_end() on short copiesGravatar Al Viro 1-3/+1
2016-08-18gfs2: Remove dirty buffer warning from gfs2_releasepageGravatar Andreas Gruenbacher 1-5/+12
2016-08-02GFS2: use BIT() macroGravatar Fabian Frederick 1-1/+1
2016-06-27gfs2: writeout truncated pagesGravatar Benjamin Marzinski 1-15/+34
2016-05-20Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-2/+3
2016-05-06GFS2: Refactor gfs2_remove_from_journalGravatar Bob Peterson 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-3/+3
2016-04-19GFS2: Add calls to gfs2_holder_uninit in two error handlersGravatar Daniel DeFreez 1-1/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-22/+22
2016-03-15GFS2: Fix direct IO write rounding errorGravatar Bob Peterson 1-1/+1
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Gravatar Bob Peterson 1-1/+1
2015-06-27Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+8
2015-05-05gfs2: kerneldoc warning fixesGravatar Fabian Frederick 1-4/+8
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+7
2015-04-14Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereGravatar Omar Sandoval 1-4/+3
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Gravatar Omar Sandoval 1-3/+2
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-18gfs2: perform quota checks against allocation parametersGravatar Abhi Das 1-3/+3
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+5
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Gravatar Mel Gorman 1-1/+0
2014-05-14GFS2: remove transaction glockGravatar Benjamin Marzinski 1-1/+1
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterGravatar Al Viro 1-1/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Gravatar Al Viro 1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-6/+5
2014-02-06GFS2: journal data writepages updateGravatar Steven Whitehouse 1-36/+96
2014-01-14GFS2: No need to invalidate pages for a dio readGravatar Steven Whitehouse 1-2/+3
2014-01-03GFS2: Clean up releasepageGravatar Steven Whitehouse 1-13/+5
2013-12-20GFS2: Fix incorrect invalidation for DIO/buffered I/OGravatar Steven Whitehouse 1-0/+30
2013-10-02GFS2: Add allocation parameters structureGravatar Steven Whitehouse 1-1/+3
2013-09-05GFS2: dirty inode correctly in gfs2_write_endGravatar Benjamin Marzinski 1-2/+7
2013-08-27GFS2: Merge ordered and writeback writepageGravatar Steven Whitehouse 1-31/+4
2013-05-21gfs2: use ->invalidatepage() length argumentGravatar Lukas Czerner 1-2/+7
2013-05-21mm: change invalidatepage prototype to accept lengthGravatar Lukas Czerner 1-3/+5
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transGravatar Benjamin Marzinski 1-1/+1
2013-01-29GFS2: Use ->writepages for ordered writesGravatar Steven Whitehouse 1-7/+6
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoGravatar Steven Whitehouse 1-2/+2
2012-11-07GFS2: Add Orlov allocatorGravatar Steven Whitehouse 1-1/+1
2012-09-24GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dqGravatar Bob Peterson 1-1/+1
2012-09-24GFS2: Remove rs_requested field from reservationsGravatar Steven Whitehouse 1-4/+5
2012-06-06GFS2: Fold quota data into the reservations structGravatar Bob Peterson 1-14/+2