summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-19/+0
|\
| * fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-091-19/+0
* | Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-17/+12
|\ \
| * | xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-17/+12
* | | Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-9/+0
|\ \ \ | |/ / |/| |
| * | xfs: don't cap maximum dedupe request lengthDarrick J. Wong2016-12-051-9/+0
| |/
* | xfs: use iomap_dio_rwChristoph Hellwig2016-11-301-89/+60
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-56/+23
* | Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-301-199/+33
|\|
| * xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig2016-10-201-129/+3
| * xfs: remove xfs_file_wait_for_ioChristoph Hellwig2016-10-201-29/+10
| * xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2016-10-201-21/+41
| * xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig2016-10-201-1/+1
| * xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig2016-10-201-3/+0
| * xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig2016-10-201-68/+30
* | xfs: use struct iomap based DAX PMD fault pathRoss Zwisler2016-11-081-1/+1
* | dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-4/+4
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-131-4/+217
|\
| * xfs: fix label inaccuraciesDarrick J. Wong2016-10-101-4/+4
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-051-0/+4
| * xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-051-0/+3
| * xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-051-2/+8
| * xfs: add dedupe range vfs functionDarrick J. Wong2016-10-051-4/+44
| * xfs: add clone file and clone range vfs functionsDarrick J. Wong2016-10-051-0/+142
| * xfs: implement CoW for directio writesDarrick J. Wong2016-10-051-2/+20
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fix ITER_PIPE interaction with direct_IOAl Viro2016-10-101-1/+1
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ \
| | * | | xfs: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-0/+1
|\ \ \ \ \
| * | | | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-071-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-40/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-40/+1
| |/ /
* | | Merge branch 'iomap-4.9-dax' into for-nextDave Chinner2016-10-031-62/+17
|\ \ \
| * | | xfs: use iomap to implement DAXChristoph Hellwig2016-09-191-44/+17
| * | | xfs: fix locking for DAX writesChristoph Hellwig2016-09-191-19/+1
| |/ /
* / / xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig2016-10-031-1/+2
|/ /
* / xfs: don't invalidate whole file on DAX read/writeDave Chinner2016-08-171-1/+12
|/
* Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-237/+188
|\
| * Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner2016-07-221-2/+2
| |\
| | * xfs: remove dax code from object file when disabledArnd Bergmann2016-07-221-2/+2
| * | Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-201-56/+176
| |\|
| | * xfs: split direct I/O and DAX pathChristoph Hellwig2016-07-201-29/+110
| | * xfs: direct calls in the direct I/O pathChristoph Hellwig2016-07-201-2/+15
| | * xfs: stop using generic_file_read_iter for direct I/OChristoph Hellwig2016-07-201-2/+13
| | * xfs: split xfs_file_read_iter into buffered and direct I/O helpersChristoph Hellwig2016-07-201-26/+57
| | * xfs: remove s_maxbytes enforcement in xfs_file_read_iterChristoph Hellwig2016-07-201-8/+0
| | * xfs: kill ioflagsChristoph Hellwig2016-07-201-17/+9
| * | xfs: use xfs_zero_range in xfs_zero_eofChristoph Hellwig2016-06-211-127/+1