aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAge
* xfs: xfs_iozero can return positive errnoDave Chinner2015-05-28
* Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-24
|\
| * Merge branch 'xfs-dio-extend-fix' into for-nextDave Chinner2015-04-16
| |\
| | * xfs: using generic_file_direct_write() is unnecessaryDave Chinner2015-04-16
| | * xfs: direct IO EOF zeroing needs to drain AIODave Chinner2015-04-16
| | * xfs: DIO write completion size updates raceDave Chinner2015-04-16
| * | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-12
| |\ \
| | * | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-12
| * | | Merge branch 'fallocate-insert-range' into for-nextDave Chinner2015-03-25
| |\| |
| | * | xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-25
| | |/
| * | Merge branch 'xfs-mmap-lock' into for-nextDave Chinner2015-02-23
| |\ \
| | * | xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2015-02-23
| | * | xfs: use i_mmaplock on write faultsDave Chinner2015-02-23
| | * | xfs: use i_mmaplock on read faultsDave Chinner2015-02-23
| | |/
* | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-11
* | | switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* | | xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro2015-04-11
* | | generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* | | make new_sync_{read,write}() staticAl Viro2015-04-11
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-11
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* | | xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-23
| |/ |/|
* | Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-21
|\ \ | |/ |/|
| * xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-15
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\ \
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-20
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-10
|\ \ \ | |_|/ |/| |
| * | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-10
| |/
* / xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig2015-02-01
|/
* Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-11-30
|\
| * xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-11-30
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-27
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-27
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-27
|/
* Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner2014-09-08
|\
| * xfs: lseek: the "whence" argument is called "whence"Eric Sandeen2014-09-08
| * xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen2014-09-08
* | xfs: use ranged writeback and invalidation for direct IODave Chinner2014-09-01
* | xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner2014-09-01
* | xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason2014-09-01
|/
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-03
|\
| * xfs: kill xfs_vnode.hDave Chinner2014-08-03
* | xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster2014-07-24
|/
* xfs: global error sign conversionDave Chinner2014-06-25
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-12
| |\
| * | ->splice_write() via ->write_iter()Al Viro2014-06-12
| * | xfs: switch to ->write_iter()Al Viro2014-05-06
| * | xfs: switch to ->read_iter()Al Viro2014-05-06