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