aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/aops.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-06GFS2: Extend the life of the reservationsGravatar Bob Peterson 1-1/+1
2012-05-02GFS2: eliminate log elements and simplifyGravatar Bob Peterson 1-4/+4
2012-04-24GFS2: Remove unused argument from gfs2_internal_readGravatar Andrew Price 1-3/+2
2012-04-24GFS2: Remove bd_list_trGravatar Steven Whitehouse 1-1/+0
2012-04-24GFS2: make function gfs2_page_add_databufs staticGravatar Bob Peterson 1-2/+2
2012-04-10GFS2: Allow caching of rindex glockGravatar Bob Peterson 1-2/+2
2012-03-20gfs2: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-6/+6
2011-11-22GFS2: decouple quota allocations from block allocationsGravatar Bob Peterson 1-9/+9
2011-10-21GFS2: Cache the most recently used resource group in the inodeGravatar Steven Whitehouse 1-1/+1
2011-10-21GFS2: Use ->dirty_inode()Gravatar Steven Whitehouse 1-6/+0
2011-07-14GFS2: Resolve inode eviction and ail list interaction bugGravatar Steven Whitehouse 1-0/+3
2011-05-03GFS2: Improve bug trap code in ->releasepage()Gravatar Steven Whitehouse 1-2/+6
2011-04-18GFS2: write_end error path fails to unlock transaction lockGravatar Bob Peterson 1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-3/+0
2011-03-14GFS2: Adding missing unlock_page()Gravatar Maxim 1-0/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-3/+0
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-2/+1
2010-09-28GFS2: Fix compiler warning from previous patchGravatar Steven Whitehouse 1-1/+1
2010-09-28GFS2: reserve more blocks for transactionsGravatar Benjamin Marzinski 1-0/+2
2010-09-20GFS2: fallocate supportGravatar Benjamin Marzinski 1-2/+2
2010-09-20GFS2: Remove i_disksizeGravatar Steven Whitehouse 1-5/+1
2010-09-20GFS2: New truncate sequenceGravatar Steven Whitehouse 1-6/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-2/+2
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-3/+3
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredGravatar Bob Peterson 1-3/+1
2010-07-29GFS2: Use nobh_writepageGravatar Steven Whitehouse 1-4/+1
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 1-1/+7
2010-03-29GFS2: Clean up stuffed file copyingGravatar Steven Whitehouse 1-3/+5
2010-03-01GFS2: Metadata address space clean upGravatar Steven Whitehouse 1-2/+2
2009-12-03writeback: remove unused nonblocking and congestion checks (gfs2)Gravatar Wu Fengguang 1-12/+0
2009-12-03GFS2: drop rindex glock to refresh rindex listGravatar Benjamin Marzinski 1-2/+6
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsGravatar Andi Kleen 1-0/+3
2009-07-30GFS2: keep statfs info in sync on growsGravatar Benjamin Marzinski 1-0/+39