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