summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2016-12-23xfs: Propagate dentry down to inode_change_ok()Jan Kara
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-16Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner
2015-04-16xfs: using generic_file_direct_write() is unnecessaryDave Chinner
2015-04-16xfs: direct IO EOF zeroing needs to drain AIODave Chinner
2015-04-16xfs: DIO write completion size updates raceDave Chinner
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11switch generic_write_checks() to iocb and iterAl Viro
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro
2015-04-11generic_write_checks(): drop isblk argumentAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25Merge branch 'fallocate-insert-range' into for-nextDave Chinner
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: take i_mmap_lock on extent manipulation operationsDave Chinner
2015-02-23xfs: use i_mmaplock on write faultsDave Chinner
2015-02-23xfs: use i_mmaplock on read faultsDave 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