summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-2/+12
|\
| * xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-161-2/+12
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\ \
| * | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-101-1/+0
|\ \ \ | |_|/ |/| |
| * | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
| |/
* | xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig2015-02-021-22/+42
|/
* Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-12-011-5/+1
|\
| * xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-12-011-5/+1
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner2014-09-091-125/+53
|\
| * xfs: lseek: the "whence" argument is called "whence"Eric Sandeen2014-09-091-4/+4
| * xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen2014-09-091-122/+50
* | xfs: use ranged writeback and invalidation for direct IODave Chinner2014-09-021-4/+6
* | xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner2014-09-021-1/+9
* | xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason2014-09-021-1/+10
|/
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-041-5/+5
|\
| * xfs: kill xfs_vnode.hDave Chinner2014-08-041-5/+5
* | xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster2014-07-241-4/+19
|/
* xfs: global error sign conversionDave Chinner2014-06-251-17/+17
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-92/+27
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-4/+4
| |\
| * | ->splice_write() via ->write_iter()Al Viro2014-06-121-42/+1
| * | xfs: switch to ->write_iter()Al Viro2014-05-061-20/+9
| * | xfs: switch to ->read_iter()Al Viro2014-05-061-12/+7
| * | xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro2014-05-061-19/+14
| * | iov_iter_truncate()Al Viro2014-05-061-4/+5
| * | start adding the tag to iov_iterAl Viro2014-05-061-2/+2
| * | kill generic_segment_checks()Al Viro2014-05-061-7/+2
| * | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-2/+3
* | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-1/+1
|\ \ \ | |_|/ |/| |
| * | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-141-1/+1
* | | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
* | | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
* | | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
| |/ |/|
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-201-1/+9
|\ \
| * | fs: move falloc collapse range check into the filesystem methodsLukas Czerner2014-04-121-1/+9
* | | xfs: wrong error sign conversion during failed DIO writesDave Chinner2014-04-171-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-6/+7
|\ \
| * | xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro2014-04-011-5/+6
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-1/+1
| * | kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-011-1/+1
* | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-071-0/+1
| |/ |/|
* | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-041-4/+22
|\ \ | |/ |/|
| * xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner2014-03-131-3/+6
| * xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon2014-02-241-2/+17
* | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-1/+1
|/
OpenPOWER on IntegriCloud