summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/aops.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-22/+22
* GFS2: Fix direct IO write rounding errorBob Peterson2016-03-151-1/+1
* GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-241-1/+1
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-271-4/+8
|\
| * gfs2: kerneldoc warning fixesFabian Frederick2015-05-051-4/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-171-9/+7Star
|\ \ | |/ |/|
| * direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-121-2/+2
| * direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-121-4/+3Star
| * Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-121-3/+2Star
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-151-3/+3
|\ \ | |/ |/|
| * gfs2: perform quota checks against allocation parametersAbhi Das2015-03-181-3/+3
* | 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
|\