summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
...
* | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+1
|/
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-6/+5Star
|\
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-1/+1
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+5Star
* | mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-051-1/+0Star
* | GFS2: remove transaction glockBenjamin Marzinski2014-05-141-1/+1
|/
* GFS2: journal data writepages updateSteven Whitehouse2014-02-061-36/+96
* GFS2: No need to invalidate pages for a dio readSteven Whitehouse2014-01-141-2/+3
* GFS2: Clean up releasepageSteven Whitehouse2014-01-031-13/+5Star
* GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse2013-12-201-0/+30
* GFS2: Add allocation parameters structureSteven Whitehouse2013-10-021-1/+3
* GFS2: dirty inode correctly in gfs2_write_endBenjamin Marzinski2013-09-051-2/+7
* GFS2: Merge ordered and writeback writepageSteven Whitehouse2013-08-271-31/+4Star
* gfs2: use ->invalidatepage() length argumentLukas Czerner2013-05-221-2/+7
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-3/+5
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski2013-04-081-1/+1
* GFS2: Use ->writepages for ordered writesSteven Whitehouse2013-01-291-7/+6Star
* GFS2: Split gfs2_trans_add_bh() into twoSteven Whitehouse2013-01-291-2/+2
* GFS2: Add Orlov allocatorSteven Whitehouse2012-11-071-1/+1
* GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dqBob Peterson2012-09-241-1/+1
* GFS2: Remove rs_requested field from reservationsSteven Whitehouse2012-09-241-4/+5
* GFS2: Fold quota data into the reservations structBob Peterson2012-06-061-14/+2Star
* GFS2: Extend the life of the reservationsBob Peterson2012-06-061-1/+1
* GFS2: eliminate log elements and simplifyBob Peterson2012-05-021-4/+4
* GFS2: Remove unused argument from gfs2_internal_readAndrew Price2012-04-241-3/+2Star
* GFS2: Remove bd_list_trSteven Whitehouse2012-04-241-1/+0Star
* GFS2: make function gfs2_page_add_databufs staticBob Peterson2012-04-241-2/+2
* GFS2: Allow caching of rindex glockBob Peterson2012-04-101-2/+2
* gfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-6/+6
* GFS2: decouple quota allocations from block allocationsBob Peterson2011-11-221-9/+9
* GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse2011-10-211-1/+1
* GFS2: Use ->dirty_inode()Steven Whitehouse2011-10-211-6/+0Star
* GFS2: Resolve inode eviction and ail list interaction bugSteven Whitehouse2011-07-141-0/+3
* GFS2: Improve bug trap code in ->releasepage()Steven Whitehouse2011-05-031-2/+6
* GFS2: write_end error path fails to unlock transaction lockBob Peterson2011-04-181-1/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-3/+0Star
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-3/+0Star
* | GFS2: Adding missing unlock_page()Maxim2011-03-141-0/+1
|/
* fs: kill block_prepare_writeChristoph Hellwig2010-10-261-2/+1Star
* GFS2: Fix compiler warning from previous patchSteven Whitehouse2010-09-281-1/+1
* GFS2: reserve more blocks for transactionsBenjamin Marzinski2010-09-281-0/+2
* GFS2: fallocate supportBenjamin Marzinski2010-09-201-2/+2
* GFS2: Remove i_disksizeSteven Whitehouse2010-09-201-5/+1Star
* GFS2: New truncate sequenceSteven Whitehouse2010-09-201-6/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-5/+5
|\
| * check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-2/+2
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-3/+3