summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-21Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner
2014-12-01xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-09-09Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner
2014-09-09xfs: lseek: the "whence" argument is called "whence"Eric Sandeen
2014-09-09xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner
2014-08-04xfs: kill xfs_vnode.hDave Chinner
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner
2014-05-06xfs: switch to ->write_iter()Al Viro
2014-05-06xfs: switch to ->read_iter()Al Viro
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-01xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon