summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xfs: use i_mmaplock on read faultsDave Chinner2015-02-231-1/+27
| | |/
* | | mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-121-2/+2
* | | switch generic_write_checks() to iocb and iterAl Viro2015-04-121-4/+4
* | | xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro2015-04-121-15/+16
* | | generic_write_checks(): drop isblk argumentAl Viro2015-04-121-1/+1
* | | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-121-1/+0Star
|\ \ \ | |/ / |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* | | xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-231-4/+10
| |/ |/|
* | 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-111-1/+0Star
|\ \ \ | |_|/ |/| |
| * | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0Star
| |/
* / xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig2015-02-011-22/+42
|/
* Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-11-301-5/+1Star
|\
| * xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-11-301-5/+1Star
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
|/
* Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner2014-09-091-125/+53Star
|\
| * 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/+50Star
* | 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/+27Star
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-4/+4
| |\
| * | ->splice_write() via ->write_iter()Al Viro2014-06-121-42/+1Star
| * | xfs: switch to ->write_iter()Al Viro2014-05-061-20/+9Star
| * | xfs: switch to ->read_iter()Al Viro2014-05-061-12/+7Star
| * | xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro2014-05-061-19/+14Star
| * | 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/+2Star
| * | 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-211-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
| |/ |/|