aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-2/+2
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-4/+4
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro1-15/+16
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-1/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner1-4/+10
2015-02-21Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+12
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig1-2/+12
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig1-22/+42
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner1-5/+1
2014-12-01xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot1-5/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-09-09Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner1-125/+53
2014-09-09xfs: lseek: the "whence" argument is called "whence"Eric Sandeen1-4/+4
2014-09-09xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen1-122/+50
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner1-4/+6
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-5/+5
2014-08-04xfs: kill xfs_vnode.hDave Chinner1-5/+5
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster1-4/+19
2014-06-25xfs: global error sign conversionDave Chinner1-17/+17
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-4/+4
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-92/+27
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-4/+4
2014-06-12->splice_write() via ->write_iter()Al Viro1-42/+1
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-1/+1
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner1-2/+2
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner1-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner1-1/+1
2014-05-06xfs: switch to ->write_iter()Al Viro1-20/+9
2014-05-06xfs: switch to ->read_iter()Al Viro1-12/+7
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro1-19/+14
2014-05-06iov_iter_truncate()Al Viro1-4/+5
2014-05-06start adding the tag to iov_iterAl Viro1-2/+2
2014-05-06kill generic_segment_checks()Al Viro1-7/+2
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-2/+3
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+9
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner1-1/+1
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner1-1/+9