summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
AgeCommit message (Expand)AuthorLines
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+5
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman-1/+0
2014-05-14GFS2: remove transaction glockBenjamin Marzinski-1/+1
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro-1/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro-6/+5
2014-02-06GFS2: journal data writepages updateSteven Whitehouse-36/+96
2014-01-14GFS2: No need to invalidate pages for a dio readSteven Whitehouse-2/+3
2014-01-03GFS2: Clean up releasepageSteven Whitehouse-13/+5
2013-12-20GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse-0/+30
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse-1/+3
2013-09-05GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski-2/+7
2013-08-27GFS2: Merge ordered and writeback writepageSteven Whitehouse-31/+4
2013-05-21gfs2: use ->invalidatepage() length argumentLukas Czerner-2/+7
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner-3/+5
2013-05-07aio: don't include aio.h in sched.hKent Overstreet-0/+1
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski-1/+1
2013-01-29GFS2: Use ->writepages for ordered writesSteven Whitehouse-7/+6
2013-01-29GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse-2/+2
2012-11-07GFS2: Add Orlov allocatorSteven Whitehouse-1/+1
2012-09-24GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dqBob Peterson-1/+1
2012-09-24GFS2: Remove rs_requested field from reservationsSteven Whitehouse-4/+5
2012-06-06GFS2: Fold quota data into the reservations structBob Peterson-14/+2
2012-06-06GFS2: Extend the life of the reservationsBob Peterson-1/+1
2012-05-02GFS2: eliminate log elements and simplifyBob Peterson-4/+4
2012-04-24GFS2: Remove unused argument from gfs2_internal_readAndrew Price-3/+2
2012-04-24GFS2: Remove bd_list_trSteven Whitehouse-1/+0
2012-04-24GFS2: make function gfs2_page_add_databufs staticBob Peterson-2/+2
2012-04-10GFS2: Allow caching of rindex glockBob Peterson-2/+2
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Cong Wang-6/+6
2011-11-22GFS2: decouple quota allocations from block allocationsBob Peterson-9/+9
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse-1/+1
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse-6/+0
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse-0/+3
2011-05-03GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse-2/+6
2011-04-18GFS2: write_end error path fails to unlock transaction lockBob Peterson-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-3/+0
2011-03-14GFS2: Adding missing unlock_page()Maxim-0/+1
2011-03-10block: remove per-queue pluggingJens Axboe-3/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig-2/+1
2010-09-28GFS2: Fix compiler warning from previous patchSteven Whitehouse-1/+1
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski-0/+2
2010-09-20GFS2: fallocate supportBenjamin Marzinski-2/+2
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse-5/+1
2010-09-20GFS2: New truncate sequenceSteven Whitehouse-6/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+5
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig-2/+2
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig-3/+3
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson-3/+1